org.hibernate.proxy.dom4j

Class Dom4jLazyInitializer

Implemented Interfaces:
Serializable, LazyInitializer

public class Dom4jLazyInitializer
extends AbstractLazyInitializer
implements Serializable

Lazy initializer for "dom4j" entity representations.
Author:
Steve Ebersole

Method Summary

Element
getElement()
Class
getPersistentClass()
Get the actual class of the entity (don't use this, use the entityName)

Methods inherited from class org.hibernate.proxy.AbstractLazyInitializer

getEntityName, getIdentifier, getImplementation, getImplementation, getSession, getTarget, initialize, isConnectedToSession, isUninitialized, isUnwrap, setIdentifier, setImplementation, setSession, setUnwrap

Method Details

getElement

public Element getElement()

getPersistentClass

public Class getPersistentClass()
Get the actual class of the entity (don't use this, use the entityName)
Specified by:
getPersistentClass in interface LazyInitializer