|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.property.PropertyAccessorFactory
public final class PropertyAccessorFactory
A factory for building/retrieving PropertyAccessor instances.
Method Summary | |
---|---|
static PropertyAccessor |
getDynamicMapPropertyAccessor()
|
static PropertyAccessor |
getPropertyAccessor(AttributeBinding property,
EntityMode mode)
Retrieves a PropertyAccessor instance based on the given property definition and entity mode. |
static PropertyAccessor |
getPropertyAccessor(Class optionalClass,
String type)
|
static PropertyAccessor |
getPropertyAccessor(Property property,
EntityMode mode)
Retrieves a PropertyAccessor instance based on the given property definition and entity mode. |
static PropertyAccessor |
getPropertyAccessor(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PropertyAccessor getPropertyAccessor(Property property, EntityMode mode) throws MappingException
property
- The property for which to retrieve an accessor.mode
- The mode for the resulting entity.
MappingException
public static PropertyAccessor getPropertyAccessor(AttributeBinding property, EntityMode mode) throws MappingException
property
- The property for which to retrieve an accessor.mode
- The mode for the resulting entity.
MappingException
public static PropertyAccessor getDynamicMapPropertyAccessor() throws MappingException
MappingException
public static PropertyAccessor getPropertyAccessor(Class optionalClass, String type) throws MappingException
MappingException
public static PropertyAccessor getPropertyAccessor(String type) throws MappingException
MappingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |