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

LoadEventListener.LoadType (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.event
Class LoadEventListener.LoadType

java.lang.Object
  extended byorg.hibernate.event.LoadEventListener.LoadType
Enclosing class:
LoadEventListener

public static final class LoadEventListener.LoadType
extends Object


Method Summary
 String getName()
           
 boolean isAllowNulls()
           
 boolean isAllowProxyCreation()
           
 boolean isCheckDeleted()
           
 boolean isNakedEntityReturned()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isAllowNulls

public boolean isAllowNulls()

isNakedEntityReturned

public boolean isNakedEntityReturned()

isCheckDeleted

public boolean isCheckDeleted()

isAllowProxyCreation

public boolean isAllowProxyCreation()

getName

public String getName()

toString

public String toString()