Class LoadEventListener.LoadType

java.lang.Object
org.hibernate.event.spi.LoadEventListener.LoadType
Enclosing interface:
LoadEventListener

public static final class LoadEventListener.LoadType extends Object
  • Method Details

    • isAllowNulls

      public boolean isAllowNulls()
    • isNakedEntityReturned

      public boolean isNakedEntityReturned()
    • isCheckDeleted

      public boolean isCheckDeleted()
    • isAllowProxyCreation

      public boolean isAllowProxyCreation()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object