class org.hibernate.exception.internal.SQLStateConverter$1 implements org.hibernate.exception.spi.ConversionContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.exception.internal.SQLStateConverter$1
super_class: java.lang.Object
{
final org.hibernate.exception.internal.SQLStateConverter this$0;
descriptor: Lorg/hibernate/exception/internal/SQLStateConverter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.hibernate.exception.spi.ViolatedConstraintNameExtracter val$extracter;
descriptor: Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.hibernate.exception.internal.SQLStateConverter, org.hibernate.exception.spi.ViolatedConstraintNameExtracter);
descriptor: (Lorg/hibernate/exception/internal/SQLStateConverter;Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.hibernate.exception.internal.SQLStateConverter$1 this
0: .line 40
aload 0 /* this */
aload 1
putfield org.hibernate.exception.internal.SQLStateConverter$1.this$0:Lorg/hibernate/exception/internal/SQLStateConverter;
aload 0 /* this */
aload 2
putfield org.hibernate.exception.internal.SQLStateConverter$1.val$extracter:Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.hibernate.exception.internal.SQLStateConverter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/exception/internal/SQLStateConverter$1;
MethodParameters:
Name Flags
this$0 final
val$extracter final
public org.hibernate.exception.spi.ViolatedConstraintNameExtracter getViolatedConstraintNameExtracter();
descriptor: ()Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.exception.internal.SQLStateConverter$1 this
0: .line 43
aload 0 /* this */
getfield org.hibernate.exception.internal.SQLStateConverter$1.val$extracter:Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;
areturn
end local 0 // org.hibernate.exception.internal.SQLStateConverter$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/exception/internal/SQLStateConverter$1;
}
SourceFile: "SQLStateConverter.java"
EnclosingMethod: org.hibernate.exception.internal.SQLStateConverter.<init>:(Lorg/hibernate/exception/spi/ViolatedConstraintNameExtracter;)V
NestHost: org.hibernate.exception.internal.SQLStateConverter
InnerClasses:
org.hibernate.exception.internal.SQLStateConverter$1