public interface org.hibernate.event.spi.LoadEventListener extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.event.spi.LoadEventListener
  super_class: java.lang.Object
{
  public static final org.hibernate.event.spi.LoadEventListener$LoadType RELOAD;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType GET;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType LOAD;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType IMMEDIATE_LOAD;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType INTERNAL_LOAD_EAGER;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType INTERNAL_LOAD_LAZY;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.event.spi.LoadEventListener$LoadType INTERNAL_LOAD_NULLABLE;
    descriptor: Lorg/hibernate/event/spi/LoadEventListener$LoadType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 29
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "RELOAD"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
         1: .line 30
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         2: .line 31
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         3: .line 32
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         4: .line 33
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         5: .line 29
            putstatic org.hibernate.event.spi.LoadEventListener.RELOAD:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         6: .line 35
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "GET"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
         7: .line 36
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         8: .line 37
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
         9: .line 38
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        10: .line 39
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        11: .line 35
            putstatic org.hibernate.event.spi.LoadEventListener.GET:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        12: .line 41
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "LOAD"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
        13: .line 42
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        14: .line 43
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        15: .line 44
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        16: .line 45
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        17: .line 41
            putstatic org.hibernate.event.spi.LoadEventListener.LOAD:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        18: .line 47
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "IMMEDIATE_LOAD"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
        19: .line 48
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        20: .line 49
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        21: .line 50
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        22: .line 51
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        23: .line 47
            putstatic org.hibernate.event.spi.LoadEventListener.IMMEDIATE_LOAD:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        24: .line 53
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "INTERNAL_LOAD_EAGER"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
        25: .line 54
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        26: .line 55
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        27: .line 56
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        28: .line 57
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        29: .line 53
            putstatic org.hibernate.event.spi.LoadEventListener.INTERNAL_LOAD_EAGER:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        30: .line 59
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "INTERNAL_LOAD_LAZY"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
        31: .line 60
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        32: .line 61
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        33: .line 62
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        34: .line 63
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        35: .line 59
            putstatic org.hibernate.event.spi.LoadEventListener.INTERNAL_LOAD_LAZY:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        36: .line 65
            new org.hibernate.event.spi.LoadEventListener$LoadType
            dup
            ldc "INTERNAL_LOAD_NULLABLE"
            invokespecial org.hibernate.event.spi.LoadEventListener$LoadType.<init>:(Ljava/lang/String;)V
        37: .line 66
            iconst_1
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowNulls:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        38: .line 67
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setAllowProxyCreation:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        39: .line 68
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setCheckDeleted:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        40: .line 69
            iconst_0
            invokevirtual org.hibernate.event.spi.LoadEventListener$LoadType.setNakedEntityReturned:(Z)Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        41: .line 65
            putstatic org.hibernate.event.spi.LoadEventListener.INTERNAL_LOAD_NULLABLE:Lorg/hibernate/event/spi/LoadEventListener$LoadType;
        42: .line 69
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void onLoad(org.hibernate.event.spi.LoadEvent, org.hibernate.event.spi.LoadEventListener$LoadType);
    descriptor: (Lorg/hibernate/event/spi/LoadEvent;Lorg/hibernate/event/spi/LoadEventListener$LoadType;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
          Name  Flags
      event     
      loadType  
}
SourceFile: "LoadEventListener.java"
NestMembers:
  org.hibernate.event.spi.LoadEventListener$LoadType
InnerClasses:
  public final LoadType = org.hibernate.event.spi.LoadEventListener$LoadType of org.hibernate.event.spi.LoadEventListener