Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
Property.getPropertyAccessor(Class clazz) |
PropertyAccessor |
IndexBackref.getPropertyAccessor(Class clazz) |
PropertyAccessor |
Backref.getPropertyAccessor(Class clazz) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ChainedPropertyAccessor(PropertyAccessor[] chain) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.