|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.tuple.AbstractTuplizer
org.hibernate.tuple.Dom4jTuplizer
Implementation of Dom4jTuplizer.
Field Summary |
Fields inherited from class org.hibernate.tuple.AbstractTuplizer |
getters, hasCustomAccessors, propertySpan, setters |
Method Summary | |
protected Instantiator |
buildInstantiator(PersistentClass persistentClass)
|
protected Getter |
buildPropertyGetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected Setter |
buildPropertySetter(Property mappedProperty,
PersistentClass mappedEntity)
|
protected ProxyFactory |
buildProxyFactory(PersistentClass mappingInfo,
Getter idGetter,
Setter idSetter)
|
Class |
getConcreteProxyClass()
Returns the java class to which generated proxies will be typed. |
EntityMode |
getEntityMode()
|
Serializable |
getIdentifier(Object entityOrId)
Extract the identifier value from the given entity. |
Class |
getMappedClass()
Return the pojo class managed by this tuplizer. |
boolean |
isLazyPropertyLoadingAvailable()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public EntityMode getEntityMode()
getEntityMode
in class AbstractTuplizer
protected Getter buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
buildPropertyGetter
in class AbstractTuplizer
protected Setter buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
buildPropertySetter
in class AbstractTuplizer
protected Instantiator buildInstantiator(PersistentClass persistentClass)
buildInstantiator
in class AbstractTuplizer
public Serializable getIdentifier(Object entityOrId) throws HibernateException
EntityTuplizer
getIdentifier
in interface EntityTuplizer
getIdentifier
in class AbstractTuplizer
HibernateException
protected ProxyFactory buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
buildProxyFactory
in class AbstractTuplizer
public Class getMappedClass()
Tuplizer
public Class getConcreteProxyClass()
EntityTuplizer
public boolean isLazyPropertyLoadingAvailable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |