public interface org.hibernate.SharedSessionBuilder<T extends org.hibernate.SharedSessionBuilder> extends org.hibernate.SessionBuilder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.SharedSessionBuilder
  super_class: java.lang.Object
{
  public T transactionContext();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.SharedSessionBuilder this
         0: .line 27
            aload 0 /* this */
            invokeinterface org.hibernate.SharedSessionBuilder.connection:()Lorg/hibernate/SharedSessionBuilder;
            areturn
        end local 0 // org.hibernate.SharedSessionBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/SharedSessionBuilder<TT;>;
    Signature: ()TT;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract T connection();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T interceptor();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T connectionReleaseMode();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract T connectionHandlingMode();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T autoJoinTransactions();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T flushMode();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T autoClose();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public T flushBeforeCompletion();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.SharedSessionBuilder this
         0: .line 92
            aload 0 /* this */
            invokeinterface org.hibernate.SharedSessionBuilder.flushMode:()Lorg/hibernate/SharedSessionBuilder;
            pop
         1: .line 93
            aload 0 /* this */
            areturn
        end local 0 // org.hibernate.SharedSessionBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/SharedSessionBuilder<TT;>;
    Signature: ()TT;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract T interceptor(org.hibernate.Interceptor);
    descriptor: (Lorg/hibernate/Interceptor;)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/hibernate/Interceptor;)TT;
    MethodParameters:
             Name  Flags
      interceptor  

  public abstract T noInterceptor();
    descriptor: ()Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract T connection(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/sql/Connection;)TT;
    MethodParameters:
            Name  Flags
      connection  

  public abstract T connectionReleaseMode(org.hibernate.ConnectionReleaseMode);
    descriptor: (Lorg/hibernate/ConnectionReleaseMode;)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/hibernate/ConnectionReleaseMode;)TT;
    MethodParameters:
                       Name  Flags
      connectionReleaseMode  

  public abstract T autoJoinTransactions();
    descriptor: (Z)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)TT;
    MethodParameters:
                      Name  Flags
      autoJoinTransactions  

  public abstract T autoClose();
    descriptor: (Z)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)TT;
    MethodParameters:
           Name  Flags
      autoClose  

  public T flushBeforeCompletion();
    descriptor: (Z)Lorg/hibernate/SharedSessionBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.SharedSessionBuilder this
        start local 1 // boolean flushBeforeCompletion
         0: .line 120
            iload 1 /* flushBeforeCompletion */
            ifeq 3
         1: .line 121
            aload 0 /* this */
            getstatic org.hibernate.FlushMode.ALWAYS:Lorg/hibernate/FlushMode;
            invokeinterface org.hibernate.SharedSessionBuilder.flushMode:(Lorg/hibernate/FlushMode;)Lorg/hibernate/SessionBuilder;
            pop
         2: .line 122
            goto 4
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.hibernate.FlushMode.MANUAL:Lorg/hibernate/FlushMode;
            invokeinterface org.hibernate.SharedSessionBuilder.flushMode:(Lorg/hibernate/FlushMode;)Lorg/hibernate/SessionBuilder;
            pop
         4: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean flushBeforeCompletion
        end local 0 // org.hibernate.SharedSessionBuilder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/hibernate/SharedSessionBuilder<TT;>;
            0    5     1  flushBeforeCompletion  Z
    Signature: (Z)TT;
    MethodParameters:
                       Name  Flags
      flushBeforeCompletion  

  public org.hibernate.SessionBuilder connectionReleaseMode(org.hibernate.ConnectionReleaseMode);
    descriptor: (Lorg/hibernate/ConnectionReleaseMode;)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.hibernate.SharedSessionBuilder.connectionReleaseMode:(Lorg/hibernate/ConnectionReleaseMode;)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder noInterceptor();
    descriptor: ()Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.hibernate.SharedSessionBuilder.noInterceptor:()Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder interceptor(org.hibernate.Interceptor);
    descriptor: (Lorg/hibernate/Interceptor;)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.hibernate.SharedSessionBuilder.interceptor:(Lorg/hibernate/Interceptor;)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder autoClose(boolean);
    descriptor: (Z)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface org.hibernate.SharedSessionBuilder.autoClose:(Z)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder autoJoinTransactions(boolean);
    descriptor: (Z)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface org.hibernate.SharedSessionBuilder.autoJoinTransactions:(Z)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder connection(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.hibernate.SharedSessionBuilder.connection:(Ljava/sql/Connection;)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.SessionBuilder flushBeforeCompletion(boolean);
    descriptor: (Z)Lorg/hibernate/SessionBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface org.hibernate.SharedSessionBuilder.flushBeforeCompletion:(Z)Lorg/hibernate/SharedSessionBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Lorg/hibernate/SharedSessionBuilder;>Ljava/lang/Object;Lorg/hibernate/SessionBuilder<TT;>;
SourceFile: "SharedSessionBuilder.java"