class org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1 implements org.hibernate.exception.spi.ViolatedConstraintNameExtracter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1 this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper$1;

  public java.lang.String extractConstraintName(java.sql.SQLException);
    descriptor: (Ljava/sql/SQLException;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1 this
        start local 1 // java.sql.SQLException e
         0: .line 58
            aconst_null
            areturn
        end local 1 // java.sql.SQLException e
        end local 0 // org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper$1;
            0    1     1     e  Ljava/sql/SQLException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "SqlExceptionHelper.java"
EnclosingMethod: org.hibernate.engine.jdbc.spi.SqlExceptionHelper
NestHost: org.hibernate.engine.jdbc.spi.SqlExceptionHelper
InnerClasses:
  org.hibernate.engine.jdbc.spi.SqlExceptionHelper$1