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 StringgetName()booleanisAllowNulls()booleanisAllowProxyCreation()booleanisCheckDeleted()booleanisNakedEntityReturned()StringtoString()
-
-
-
Method Detail
-
isAllowNulls
public boolean isAllowNulls()
-
isNakedEntityReturned
public boolean isNakedEntityReturned()
-
isCheckDeleted
public boolean isCheckDeleted()
-
isAllowProxyCreation
public boolean isAllowProxyCreation()
-
getName
public String getName()
-
-