class org.hibernate.internal.StatelessSessionImpl$1 extends org.hibernate.engine.spi.LoadQueryInfluencers
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.internal.StatelessSessionImpl$1
  super_class: org.hibernate.engine.spi.LoadQueryInfluencers
{
  void <init>(org.hibernate.engine.spi.SessionFactoryImplementor);
    descriptor: (Lorg/hibernate/engine/spi/SessionFactoryImplementor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
        start local 1 // org.hibernate.engine.spi.SessionFactoryImplementor $anonymous0
         0: .line 57
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.hibernate.engine.spi.LoadQueryInfluencers.<init>:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;)V
            return
        end local 1 // org.hibernate.engine.spi.SessionFactoryImplementor $anonymous0
        end local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/hibernate/internal/StatelessSessionImpl$1;
            0    1     1  $anonymous0  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public java.lang.String getInternalFetchProfile();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
         0: .line 60
            aconst_null
            areturn
        end local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/StatelessSessionImpl$1;

  public void setInternalFetchProfile(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
        start local 1 // java.lang.String internalFetchProfile
         0: .line 65
            return
        end local 1 // java.lang.String internalFetchProfile
        end local 0 // org.hibernate.internal.StatelessSessionImpl$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lorg/hibernate/internal/StatelessSessionImpl$1;
            0    1     1  internalFetchProfile  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      internalFetchProfile  
}
SourceFile: "StatelessSessionImpl.java"
EnclosingMethod: org.hibernate.internal.StatelessSessionImpl
NestHost: org.hibernate.internal.StatelessSessionImpl
InnerClasses:
  org.hibernate.internal.StatelessSessionImpl$1