| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | IndexBackref.getPropertyAccessor(Class clazz) | 
|  PropertyAccessor | Property.getPropertyAccessor(Class clazz) | 
|  PropertyAccessor | Backref.getPropertyAccessor(Class clazz) | 
| Uses of PropertyAccessor in org.hibernate.property | 
|---|
| Classes in org.hibernate.property that implement PropertyAccessor | |
|---|---|
|  class | BackrefPropertyAccessorRepresents a "back-reference" to the id of a collection owner. | 
|  class | BasicPropertyAccessorAccesses property values via a get/set pair, which may be nonpublic. | 
|  class | ChainedPropertyAccessor | 
|  class | DirectPropertyAccessorAccesses fields directly. | 
|  class | EmbeddedPropertyAccessor | 
|  class | IndexPropertyAccessorRepresents a "back-reference" to the index of a collection. | 
|  class | MapAccessor | 
|  class | NoopAccessorUsed 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||