class org.hibernate.internal.SessionFactoryImpl$1 implements org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.internal.SessionFactoryImpl$1
  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$1 this
         0: .line 456
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/SessionFactoryImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.sql.Connection obtainConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
         0: .line 459
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.settings:Lorg/hibernate/cfg/Settings;
            invokevirtual org.hibernate.cfg.Settings.getMultiTenancyStrategy:()Lorg/hibernate/MultiTenancyStrategy;
            invokevirtual org.hibernate.MultiTenancyStrategy.requiresMultiTenantConnectionProvider:()Z
            ifne 2
         1: .line 460
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.serviceRegistry:Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/connections/spi/ConnectionProvider;
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
            invokeinterface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider.getConnection:()Ljava/sql/Connection;
            goto 3
         2: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.serviceRegistry:Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/connections/spi/MultiTenantConnectionProvider;
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
            invokeinterface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider.getAnyConnection:()Ljava/sql/Connection;
         3: .line 459
      StackMap locals:
      StackMap stack: java.sql.Connection
            areturn
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/SessionFactoryImpl$1;
    Exceptions:
      throws java.sql.SQLException

  public void releaseConnection(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
        start local 1 // java.sql.Connection connection
         0: .line 466
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.settings:Lorg/hibernate/cfg/Settings;
            invokevirtual org.hibernate.cfg.Settings.getMultiTenancyStrategy:()Lorg/hibernate/MultiTenancyStrategy;
            invokevirtual org.hibernate.MultiTenancyStrategy.requiresMultiTenantConnectionProvider:()Z
            ifne 3
         1: .line 467
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.serviceRegistry:Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/connections/spi/ConnectionProvider;
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
            aload 1 /* connection */
            invokeinterface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider.closeConnection:(Ljava/sql/Connection;)V
         2: .line 468
            goto 4
         3: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.SessionFactoryImpl$1.this$0:Lorg/hibernate/internal/SessionFactoryImpl;
            getfield org.hibernate.internal.SessionFactoryImpl.serviceRegistry:Lorg/hibernate/service/spi/SessionFactoryServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/connections/spi/MultiTenantConnectionProvider;
            invokeinterface org.hibernate.service.spi.SessionFactoryServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
            aload 1 /* connection */
            invokeinterface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider.releaseAnyConnection:(Ljava/sql/Connection;)V
         4: .line 472
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.sql.Connection connection
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/hibernate/internal/SessionFactoryImpl$1;
            0    5     1  connection  Ljava/sql/Connection;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      connection  

  public boolean supportsAggressiveRelease();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
         0: .line 476
            iconst_0
            ireturn
        end local 0 // org.hibernate.internal.SessionFactoryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/SessionFactoryImpl$1;
}
SourceFile: "SessionFactoryImpl.java"
EnclosingMethod: org.hibernate.internal.SessionFactoryImpl.buildLocalConnectionAccess:()Lorg/hibernate/engine/jdbc/connections/spi/JdbcConnectionAccess;
NestHost: org.hibernate.internal.SessionFactoryImpl
InnerClasses:
  org.hibernate.internal.SessionFactoryImpl$1