|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.tuple.entity.AbstractEntityTuplizer org.hibernate.tuple.entity.Dom4jEntityTuplizer
public class Dom4jEntityTuplizer
An EntityTuplizer
specific to the dom4j entity mode.
Nested Class Summary | |
---|---|
static class |
Dom4jEntityTuplizer.BasicEntityNameResolver
|
Field Summary |
---|
Fields inherited from class org.hibernate.tuple.entity.AbstractEntityTuplizer |
---|
getters, hasCustomAccessors, propertySpan, setters |
Method Summary | |
---|---|
protected Instantiator |
buildInstantiator(PersistentClass persistentClass)
Build an appropriate Instantiator for the given mapped entity. |
protected Getter |
buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Getter for the given property. |
protected Setter |
buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
Build an appropriate Setter for the given property. |
protected ProxyFactory |
buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity. |
String |
determineConcreteSubclassEntityName(Object entityInstance,
SessionFactoryImplementor factory)
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it. |
static String |
extractNodeName(org.dom4j.Element element)
|
Class |
getConcreteProxyClass()
Returns the java class to which generated proxies will be typed. |
EntityMode |
getEntityMode()
Return the entity-mode handled by this tuplizer instance. |
EntityNameResolver[] |
getEntityNameResolvers()
Get any EntityNameResolvers associated with this Tuplizer . |
Serializable |
getIdentifier(Object entityOrId)
Extract the identifier value from the given entity. |
Class |
getMappedClass()
Return the pojo class managed by this tuplizer. |
boolean |
isInstrumented()
Is it an instrumented POJO? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EntityMode getEntityMode()
protected Getter buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
buildPropertyGetter
in class AbstractEntityTuplizer
mappedProperty
- The property to be accessed via the built Getter.mappedEntity
- The entity information regarding the mapped entity owning this property.
protected Setter buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
buildPropertySetter
in class AbstractEntityTuplizer
mappedProperty
- The property to be accessed via the built Setter.mappedEntity
- The entity information regarding the mapped entity owning this property.
protected Instantiator buildInstantiator(PersistentClass persistentClass)
buildInstantiator
in class AbstractEntityTuplizer
persistentClass
- The mapping information regarding the mapped entity.
public Serializable getIdentifier(Object entityOrId) throws HibernateException
getIdentifier
in interface EntityTuplizer
getIdentifier
in class AbstractEntityTuplizer
entityOrId
- The entity from which to extract the identifier value.
HibernateException
- If the entity does not define an identifier property, or an
error occurrs accessing its value.protected ProxyFactory buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
buildProxyFactory
in class AbstractEntityTuplizer
mappingInfo
- The mapping information regarding the mapped entity.idGetter
- The constructed Getter relating to the entity's id property.idSetter
- The constructed Setter relating to the entity's id property.
public Class getMappedClass()
public Class getConcreteProxyClass()
PersistenceContext.narrowProxy(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.engine.EntityKey, java.lang.Object)
here,
since that is the only external use of this method
public boolean isInstrumented()
public EntityNameResolver[] getEntityNameResolvers()
EntityNameResolvers
associated with this Tuplizer
.
public String determineConcreteSubclassEntityName(Object entityInstance, SessionFactoryImplementor factory)
entityInstance
- The entity instance.factory
- Reference to the SessionFactory.
public static String extractNodeName(org.dom4j.Element element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |