站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Dom4jLazyInitializer (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.proxy.dom4j
Class Dom4jLazyInitializer

java.lang.Object
  extended byorg.hibernate.proxy.AbstractLazyInitializer
      extended byorg.hibernate.proxy.dom4j.Dom4jLazyInitializer
All Implemented Interfaces:
LazyInitializer, Serializable

public class Dom4jLazyInitializer
extends AbstractLazyInitializer
implements Serializable

Lazy initializer for "dom4j" entity representations.

Author:
Steve Ebersole
See Also:
Serialized Form

Method Summary
 org.dom4j.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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