class org.hibernate.cfg.Configuration$2 implements org.hibernate.SessionFactoryObserver
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.Configuration$2
super_class: java.lang.Object
{
final org.hibernate.cfg.Configuration this$0;
descriptor: Lorg/hibernate/cfg/Configuration;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.hibernate.service.ServiceRegistry val$serviceRegistry;
descriptor: Lorg/hibernate/service/ServiceRegistry;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.hibernate.cfg.Configuration, org.hibernate.service.ServiceRegistry);
descriptor: (Lorg/hibernate/cfg/Configuration;Lorg/hibernate/service/ServiceRegistry;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.hibernate.cfg.Configuration$2.this$0:Lorg/hibernate/cfg/Configuration;
aload 0
aload 2
putfield org.hibernate.cfg.Configuration$2.val$serviceRegistry:Lorg/hibernate/service/ServiceRegistry;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/Configuration$2;
MethodParameters:
Name Flags
this$0 final
val$serviceRegistry final
public void sessionFactoryCreated(org.hibernate.SessionFactory);
descriptor: (Lorg/hibernate/SessionFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/Configuration$2;
0 1 1 factory Lorg/hibernate/SessionFactory;
MethodParameters:
Name Flags
factory
public void sessionFactoryClosed(org.hibernate.SessionFactory);
descriptor: (Lorg/hibernate/SessionFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.hibernate.cfg.Configuration$2.val$serviceRegistry:Lorg/hibernate/service/ServiceRegistry;
checkcast org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
invokevirtual org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.destroy:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/cfg/Configuration$2;
0 2 1 factory Lorg/hibernate/SessionFactory;
MethodParameters:
Name Flags
factory
}
SourceFile: "Configuration.java"
EnclosingMethod: org.hibernate.cfg.Configuration.buildSessionFactory:()Lorg/hibernate/SessionFactory;
NestHost: org.hibernate.cfg.Configuration
InnerClasses:
org.hibernate.cfg.Configuration$2