org.hibernate.proxy.dom4j
Class Dom4jLazyInitializer
java.lang.Object
org.hibernate.proxy.AbstractLazyInitializer
org.hibernate.proxy.dom4j.Dom4jLazyInitializer
- All Implemented Interfaces:
- Serializable, LazyInitializer
public class Dom4jLazyInitializer
- extends AbstractLazyInitializer
- implements Serializable
Lazy initializer for "dom4j" entity representations.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.proxy.AbstractLazyInitializer |
getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isUninitialized, isUnwrap, setIdentifier, setImplementation, setSession, setUnwrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getElement
public org.dom4j.Element getElement()
getPersistentClass
public Class getPersistentClass()
- Description copied from interface:
LazyInitializer
- Get the actual class of the entity (don't
use this, use the entityName)
- Specified by:
getPersistentClass
in interface LazyInitializer