Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.property.PropertyAccessorFactory
public final class PropertyAccessorFactory
extends java.lang.Object
Method Summary | |
static PropertyAccessor |
|
static PropertyAccessor | |
static PropertyAccessor |
|
static PropertyAccessor |
|
static PropertyAccessor |
|
public static PropertyAccessor getDom4jPropertyAccessor(String nodeName, Type type, SessionFactoryImplementor factory) throws MappingException
public static PropertyAccessor getDynamicMapPropertyAccessor() throws MappingException
public static PropertyAccessor getPropertyAccessor(Class optionalClass, String type) throws MappingException
public static PropertyAccessor getPropertyAccessor(String type) throws MappingException
public static PropertyAccessor getPropertyAccessor(Property property, EntityMode mode) throws MappingException
Retrieves a PropertyAccessor instance based on the given property definition and entity mode.
- Parameters:
property
- The property for which to retrieve an accessor.mode
- The mode for the resulting entity.
- Returns:
- An appropriate accessor.
- Throws:
MappingException
-