public class org.hibernate.internal.ConnectionObserverStatsBridge implements org.hibernate.engine.jdbc.spi.ConnectionObserver, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.internal.ConnectionObserverStatsBridge
  super_class: java.lang.Object
{
  private final org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory;
    descriptor: Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.hibernate.engine.spi.SessionFactoryImplementor);
    descriptor: (Lorg/hibernate/engine/spi/SessionFactoryImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
        start local 1 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* sessionFactory */
            putfield org.hibernate.internal.ConnectionObserverStatsBridge.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
         2: .line 40
            return
        end local 1 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        end local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/hibernate/internal/ConnectionObserverStatsBridge;
            0    3     1  sessionFactory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
    MethodParameters:
                Name  Flags
      sessionFactory  

  public void physicalConnectionObtained(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
        start local 1 // java.sql.Connection connection
         0: .line 44
            aload 0 /* this */
            getfield org.hibernate.internal.ConnectionObserverStatsBridge.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatistics:()Lorg/hibernate/stat/Statistics;
            invokeinterface org.hibernate.stat.Statistics.isStatisticsEnabled:()Z
            ifeq 2
         1: .line 45
            aload 0 /* this */
            getfield org.hibernate.internal.ConnectionObserverStatsBridge.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatisticsImplementor:()Lorg/hibernate/stat/spi/StatisticsImplementor;
            invokeinterface org.hibernate.stat.spi.StatisticsImplementor.connect:()V
         2: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.sql.Connection connection
        end local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/hibernate/internal/ConnectionObserverStatsBridge;
            0    3     1  connection  Ljava/sql/Connection;
    MethodParameters:
            Name  Flags
      connection  

  public void physicalConnectionReleased();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
         0: .line 51
            return
        end local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/ConnectionObserverStatsBridge;

  public void logicalConnectionClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
         0: .line 55
            return
        end local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/ConnectionObserverStatsBridge;

  public void statementPrepared();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
         0: .line 59
            aload 0 /* this */
            getfield org.hibernate.internal.ConnectionObserverStatsBridge.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatistics:()Lorg/hibernate/stat/Statistics;
            invokeinterface org.hibernate.stat.Statistics.isStatisticsEnabled:()Z
            ifeq 2
         1: .line 60
            aload 0 /* this */
            getfield org.hibernate.internal.ConnectionObserverStatsBridge.sessionFactory:Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatisticsImplementor:()Lorg/hibernate/stat/spi/StatisticsImplementor;
            invokeinterface org.hibernate.stat.spi.StatisticsImplementor.prepareStatement:()V
         2: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.internal.ConnectionObserverStatsBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/ConnectionObserverStatsBridge;
}
SourceFile: "ConnectionObserverStatsBridge.java"