class org.hibernate.internal.SessionFactoryImpl$2 implements org.hibernate.engine.spi.SessionFactoryImplementor$DeserializationResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.internal.SessionFactoryImpl$2
  super_class: java.lang.Object
{
  final org.hibernate.internal.SessionFactoryImpl this$0;
    descriptor: Lorg/hibernate/internal/SessionFactoryImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.internal.SessionFactoryImpl);
    descriptor: (Lorg/hibernate/internal/SessionFactoryImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.SessionFactoryImpl$2 this
         0: .line 579
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.SessionFactoryImpl$2.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.internal.SessionFactoryImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/SessionFactoryImpl$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.hibernate.engine.spi.SessionFactoryImplementor resolve();
    descriptor: ()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.internal.SessionFactoryImpl$2 this
         0: .line 582
            getstatic org.hibernate.internal.SessionFactoryRegistry.INSTANCE:Lorg/hibernate/internal/SessionFactoryRegistry;
         1: .line 583
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$2.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.uuid:Ljava/lang/String;
         2: .line 584
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$2.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.name:Ljava/lang/String;
         3: .line 582
            invokevirtual org.hibernate.internal.SessionFactoryRegistry.findSessionFactory:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/SessionFactory;
            checkcast org.hibernate.engine.spi.SessionFactoryImplementor
            areturn
        end local 0 // org.hibernate.internal.SessionFactoryImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/SessionFactoryImpl$2;
}
SourceFile: "SessionFactoryImpl.java"
EnclosingMethod: org.hibernate.internal.SessionFactoryImpl.getDeserializationResolver:()Lorg/hibernate/engine/spi/SessionFactoryImplementor$DeserializationResolver;
NestHost: org.hibernate.internal.SessionFactoryImpl
InnerClasses:
  public abstract DeserializationResolver = org.hibernate.engine.spi.SessionFactoryImplementor$DeserializationResolver of org.hibernate.engine.spi.SessionFactoryImplementor
  org.hibernate.internal.SessionFactoryImpl$2