public class org.hibernate.exception.internal.SQLStateConverter extends org.hibernate.exception.internal.StandardSQLExceptionConverter implements org.hibernate.exception.spi.SQLExceptionConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.exception.internal.SQLStateConverter
super_class: org.hibernate.exception.internal.StandardSQLExceptionConverter
{
public void <init>(org.hibernate.exception.spi.ViolatedConstraintNameExtracter);
descriptor: (Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 // org.hibernate.exception.internal.SQLStateConverter this
start local 1 // org.hibernate.exception.spi.ViolatedConstraintNameExtracter extracter
0: .line 39
aload 0 /* this */
invokespecial org.hibernate.exception.internal.StandardSQLExceptionConverter.<init>:()V
1: .line 40
new org.hibernate.exception.internal.SQLStateConverter$1
dup
aload 0 /* this */
aload 1 /* extracter */
invokespecial org.hibernate.exception.internal.SQLStateConverter$1.<init>:(Lorg/hibernate/exception/internal/SQLStateConverter;Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;)V
astore 2 /* conversionContext */
start local 2 // org.hibernate.exception.spi.ConversionContext conversionContext
2: .line 46
aload 0 /* this */
new org.hibernate.exception.internal.SQLStateConversionDelegate
dup
aload 2 /* conversionContext */
invokespecial org.hibernate.exception.internal.SQLStateConversionDelegate.<init>:(Lorg/hibernate/exception/spi/ConversionContext;)V
invokevirtual org.hibernate.exception.internal.SQLStateConverter.addDelegate:(Lorg/hibernate/exception/spi/SQLExceptionConversionDelegate;)V
3: .line 47
return
end local 2 // org.hibernate.exception.spi.ConversionContext conversionContext
end local 1 // org.hibernate.exception.spi.ViolatedConstraintNameExtracter extracter
end local 0 // org.hibernate.exception.internal.SQLStateConverter this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/hibernate/exception/internal/SQLStateConverter;
0 4 1 extracter Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;
2 4 2 conversionContext Lorg/hibernate/exception/spi/ConversionContext;
MethodParameters:
Name Flags
extracter final
}
SourceFile: "SQLStateConverter.java"
NestMembers:
org.hibernate.exception.internal.SQLStateConverter$1
InnerClasses:
org.hibernate.exception.internal.SQLStateConverter$1
RuntimeVisibleAnnotations:
java.lang.Deprecated()