Uses of Interface
org.hibernate.property.PropertyAccessor

Packages that use PropertyAccessor
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.property This package abstracts the notion of a "property" of an entity. 
 

Uses of PropertyAccessor in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return PropertyAccessor
 PropertyAccessor Property.getPropertyAccessor(Class clazz)
           
 PropertyAccessor Backref.getPropertyAccessor(Class clazz)
           
 PropertyAccessor IndexBackref.getPropertyAccessor(Class clazz)
           
 

Uses of PropertyAccessor in org.hibernate.property
 

Classes in org.hibernate.property that implement PropertyAccessor
 class BackrefPropertyAccessor
          Represents a "back-reference" to the id of a collection owner.
 class BasicPropertyAccessor
          Accesses property values via a get/set pair, which may be nonpublic.
 class ChainedPropertyAccessor
           
 class DirectPropertyAccessor
          Accesses fields directly.
 class EmbeddedPropertyAccessor
           
 class IndexPropertyAccessor
          Represents a "back-reference" to the index of a collection.
 class MapAccessor
           
 class NoopAccessor
          Used to declare properties not represented at the pojo level
 

Methods in org.hibernate.property that return PropertyAccessor
static PropertyAccessor PropertyAccessorFactory.getDynamicMapPropertyAccessor()
           
static PropertyAccessor PropertyAccessorFactory.getPropertyAccessor(AttributeBinding property, EntityMode mode)
          Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
static PropertyAccessor PropertyAccessorFactory.getPropertyAccessor(Class optionalClass, String type)
           
static PropertyAccessor PropertyAccessorFactory.getPropertyAccessor(Property property, EntityMode mode)
          Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
static PropertyAccessor PropertyAccessorFactory.getPropertyAccessor(String type)
           
 

Constructors in org.hibernate.property with parameters of type PropertyAccessor
ChainedPropertyAccessor(PropertyAccessor[] chain)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.