public class org.hibernate.BaseSessionEventListener implements org.hibernate.SessionEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.BaseSessionEventListener
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.BaseSessionEventListener this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/BaseSessionEventListener;

  public void transactionCompletion(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.BaseSessionEventListener this
        start local 1 // boolean successful
         0: .line 36
            return
        end local 1 // boolean successful
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/hibernate/BaseSessionEventListener;
            0    1     1  successful  Z
    MethodParameters:
            Name  Flags
      successful  

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

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

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

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

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

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

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

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

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

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

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

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

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

  public void cacheGetEnd(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.BaseSessionEventListener this
        start local 1 // boolean hit
         0: .line 92
            return
        end local 1 // boolean hit
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/BaseSessionEventListener;
            0    1     1   hit  Z
    MethodParameters:
      Name  Flags
      hit   

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

  public void flushEnd(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.hibernate.BaseSessionEventListener this
        start local 1 // int numberOfEntities
        start local 2 // int numberOfCollections
         0: .line 100
            return
        end local 2 // int numberOfCollections
        end local 1 // int numberOfEntities
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/hibernate/BaseSessionEventListener;
            0    1     1     numberOfEntities  I
            0    1     2  numberOfCollections  I
    MethodParameters:
                     Name  Flags
      numberOfEntities     
      numberOfCollections  

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

  public void partialFlushEnd(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.hibernate.BaseSessionEventListener this
        start local 1 // int numberOfEntities
        start local 2 // int numberOfCollections
         0: .line 108
            return
        end local 2 // int numberOfCollections
        end local 1 // int numberOfEntities
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/hibernate/BaseSessionEventListener;
            0    1     1     numberOfEntities  I
            0    1     2  numberOfCollections  I
    MethodParameters:
                     Name  Flags
      numberOfEntities     
      numberOfCollections  

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

  public void dirtyCalculationEnd(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.hibernate.BaseSessionEventListener this
        start local 1 // boolean dirty
         0: .line 116
            return
        end local 1 // boolean dirty
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/BaseSessionEventListener;
            0    1     1  dirty  Z
    MethodParameters:
       Name  Flags
      dirty  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.hibernate.BaseSessionEventListener this
         0: .line 120
            return
        end local 0 // org.hibernate.BaseSessionEventListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/BaseSessionEventListener;
}
SourceFile: "BaseSessionEventListener.java"