public class org.hibernate.event.spi.InitializeCollectionEvent extends org.hibernate.event.spi.AbstractCollectionEvent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.event.spi.InitializeCollectionEvent
super_class: org.hibernate.event.spi.AbstractCollectionEvent
{
public void <init>(org.hibernate.collection.spi.PersistentCollection, org.hibernate.event.spi.EventSource);
descriptor: (Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 // org.hibernate.event.spi.InitializeCollectionEvent this
start local 1 // org.hibernate.collection.spi.PersistentCollection collection
start local 2 // org.hibernate.event.spi.EventSource source
0: .line 36
aload 0 /* this */
aload 1 /* collection */
aload 2 /* source */
invokestatic org.hibernate.event.spi.InitializeCollectionEvent.getLoadedCollectionPersister:(Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)Lorg/hibernate/persister/collection/CollectionPersister;
1: .line 37
aload 1 /* collection */
2: .line 38
aload 2 /* source */
3: .line 39
aload 1 /* collection */
aload 2 /* source */
invokestatic org.hibernate.event.spi.InitializeCollectionEvent.getLoadedOwnerOrNull:(Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)Ljava/lang/Object;
4: .line 40
aload 1 /* collection */
aload 2 /* source */
invokestatic org.hibernate.event.spi.InitializeCollectionEvent.getLoadedOwnerIdOrNull:(Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)Ljava/io/Serializable;
invokespecial org.hibernate.event.spi.AbstractCollectionEvent.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;Ljava/lang/Object;Ljava/io/Serializable;)V
5: .line 41
return
end local 2 // org.hibernate.event.spi.EventSource source
end local 1 // org.hibernate.collection.spi.PersistentCollection collection
end local 0 // org.hibernate.event.spi.InitializeCollectionEvent this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/hibernate/event/spi/InitializeCollectionEvent;
0 6 1 collection Lorg/hibernate/collection/spi/PersistentCollection;
0 6 2 source Lorg/hibernate/event/spi/EventSource;
MethodParameters:
Name Flags
collection
source
}
SourceFile: "InitializeCollectionEvent.java"