class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 implements org.hibernate.bytecode.enhance.spi.interceptor.Helper$LazyInitializationWork
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1
  super_class: java.lang.Object
{
  final org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor this$0;
    descriptor: Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$target;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$attributeName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor, java.lang.Object, java.lang.String);
    descriptor: (Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
         0: .line 77
            aload 0 /* this */
            aload 1
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.this$0:Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor;
            aload 0 /* this */
            aload 2
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
            aload 0 /* this */
            aload 3
            putfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$attributeName:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor$1;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$target         final
      val$attributeName  final

  public java.lang.Object doWork(org.hibernate.engine.spi.SharedSessionContractImplementor, boolean);
    descriptor: (Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=3
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
        start local 1 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        start local 2 // boolean isTemporarySession
         0: .line 80
            aload 1 /* session */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getMetamodel:()Lorg/hibernate/metamodel/spi/MetamodelImplementor;
            aload 0 /* this */
            invokevirtual org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.getEntityName:()Ljava/lang/String;
            invokeinterface org.hibernate.metamodel.spi.MetamodelImplementor.entityPersister:(Ljava/lang/String;)Lorg/hibernate/persister/entity/EntityPersister;
            astore 3 /* persister */
        start local 3 // org.hibernate.persister.entity.EntityPersister persister
         1: .line 82
            iload 2 /* isTemporarySession */
            ifeq 15
         2: .line 83
            aload 3 /* persister */
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
            aconst_null
            invokeinterface org.hibernate.persister.entity.EntityPersister.getIdentifier:(Ljava/lang/Object;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Ljava/io/Serializable;
            astore 4 /* id */
        start local 4 // java.io.Serializable id
         3: .line 88
            aconst_null
            astore 5 /* loadedState */
        start local 5 // java.lang.Object[] loadedState
         4: .line 91
            aload 1 /* session */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
         5: .line 92
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
         6: .line 93
            getstatic org.hibernate.engine.spi.Status.READ_ONLY:Lorg/hibernate/engine/spi/Status;
         7: .line 94
            aload 5 /* loadedState */
         8: .line 95
            aload 1 /* session */
            aload 4 /* id */
            aload 3 /* persister */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.generateEntityKey:(Ljava/io/Serializable;Lorg/hibernate/persister/entity/EntityPersister;)Lorg/hibernate/engine/spi/EntityKey;
         9: .line 96
            aload 3 /* persister */
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
            invokeinterface org.hibernate.persister.entity.EntityPersister.getVersion:(Ljava/lang/Object;)Ljava/lang/Object;
        10: .line 97
            getstatic org.hibernate.LockMode.NONE:Lorg/hibernate/LockMode;
        11: .line 98
            iconst_1
        12: .line 99
            aload 3 /* persister */
        13: .line 100
            iconst_1
        14: .line 91
            invokeinterface org.hibernate.engine.spi.PersistenceContext.addEntity:(Ljava/lang/Object;Lorg/hibernate/engine/spi/Status;[Ljava/lang/Object;Lorg/hibernate/engine/spi/EntityKey;Ljava/lang/Object;Lorg/hibernate/LockMode;ZLorg/hibernate/persister/entity/EntityPersister;Z)Lorg/hibernate/engine/spi/EntityEntry;
            pop
        end local 5 // java.lang.Object[] loadedState
        end local 4 // java.io.Serializable id
        15: .line 104
      StackMap locals: org.hibernate.persister.entity.EntityPersister
      StackMap stack:
            aload 3 /* persister */
            checkcast org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
            astore 4 /* initializer */
        start local 4 // org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer initializer
        16: .line 105
            aload 4 /* initializer */
        17: .line 106
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$attributeName:Ljava/lang/String;
        18: .line 107
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
        19: .line 108
            aload 1 /* session */
        20: .line 105
            invokeinterface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.initializeLazyProperty:(Ljava/lang/String;Ljava/lang/Object;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Ljava/lang/Object;
            astore 5 /* loadedValue */
        start local 5 // java.lang.Object loadedValue
        21: .line 111
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.this$0:Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor;
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$target:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$attributeName:Ljava/lang/String;
            aload 5 /* loadedValue */
            invokevirtual org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor.takeCollectionSizeSnapshot:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
        22: .line 112
            aload 5 /* loadedValue */
            areturn
        end local 5 // java.lang.Object loadedValue
        end local 4 // org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer initializer
        end local 3 // org.hibernate.persister.entity.EntityPersister persister
        end local 2 // boolean isTemporarySession
        end local 1 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   23     0                this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor$1;
            0   23     1             session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            0   23     2  isTemporarySession  Z
            1   23     3           persister  Lorg/hibernate/persister/entity/EntityPersister;
            3   15     4                  id  Ljava/io/Serializable;
            4   15     5         loadedState  [Ljava/lang/Object;
           16   23     4         initializer  Lorg/hibernate/bytecode/enhance/spi/LazyPropertyInitializer;
           21   23     5         loadedValue  Ljava/lang/Object;
    MethodParameters:
                    Name  Flags
      session             
      isTemporarySession  

  public java.lang.String getEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
         0: .line 117
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.this$0:Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor;
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor.entityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor$1;

  public java.lang.String getAttributeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
         0: .line 122
            aload 0 /* this */
            getfield org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1.val$attributeName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor$1;
}
SourceFile: "LazyAttributeLoadingInterceptor.java"
EnclosingMethod: org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor.loadAttribute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
NestHost: org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
InnerClasses:
  abstract LazyInitializationWork = org.hibernate.bytecode.enhance.spi.interceptor.Helper$LazyInitializationWork of org.hibernate.bytecode.enhance.spi.interceptor.Helper
  org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor$1