Package org.hibernate.event.spi
Class LoadEventListener.LoadType
- java.lang.Object
-
- org.hibernate.event.spi.LoadEventListener.LoadType
-
- Enclosing interface:
- LoadEventListener
public static final class LoadEventListener.LoadType extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
boolean
isAllowNulls()
boolean
isAllowProxyCreation()
boolean
isCheckDeleted()
boolean
isNakedEntityReturned()
String
toString()
-
-
-
Method Detail
-
isAllowNulls
public boolean isAllowNulls()
-
isNakedEntityReturned
public boolean isNakedEntityReturned()
-
isCheckDeleted
public boolean isCheckDeleted()
-
isAllowProxyCreation
public boolean isAllowProxyCreation()
-
getName
public String getName()
-
-