| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.tuple.entity.AbstractEntityTuplizerorg.hibernate.tuple.entity.Dom4jEntityTuplizerpublic class Dom4jEntityTuplizerextends AbstractEntityTuplizerEntityTuplizer specific to the dom4j entity mode.
Field Summary |
Fields inherited from class org.hibernate.tuple.entity.AbstractEntityTuplizer | |
getters, hasCustomAccessors, propertySpan, setters | |
Method Summary | |
protected Instantiator |
|
protected Getter |
|
protected Setter |
|
protected ProxyFactory |
|
Class |
|
EntityMode | |
Serializable |
|
Class | |
boolean |
|
protected Instantiator buildInstantiator(PersistentClass persistentClass)
- Overrides:
- buildInstantiator in interface AbstractEntityTuplizer
protected Getter buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
- Overrides:
- buildPropertyGetter in interface AbstractEntityTuplizer
protected Setter buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
- Overrides:
- buildPropertySetter in interface AbstractEntityTuplizer
protected ProxyFactory buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
- Overrides:
- buildProxyFactory in interface AbstractEntityTuplizer
public Class getConcreteProxyClass()
Returns the java class to which generated proxies will be typed.
- Specified by:
- getConcreteProxyClass in interface EntityTuplizer
- Returns:
- The java class to which generated proxies will be typed
public EntityMode getEntityMode()
- Overrides:
- getEntityMode in interface AbstractEntityTuplizer
public Serializable getIdentifier(Object entityOrId)
throws HibernateExceptionExtract the identifier value from the given entity.
- Specified by:
- getIdentifier in interface EntityTuplizer
- Overrides:
- getIdentifier in interface AbstractEntityTuplizer
- Parameters:
- Returns:
- The identifier value.
- Throws:
HibernateException- If the entity does not define an identifier property, or an error occurrs accessing its value.
public boolean isInstrumented()
Is it an instrumented POJO?
- Specified by:
- isInstrumented in interface EntityTuplizer