public class org.hibernate.event.spi.PreCollectionRecreateEvent 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.PreCollectionRecreateEvent
super_class: org.hibernate.event.spi.AbstractCollectionEvent
{
public void <init>(org.hibernate.persister.collection.CollectionPersister, org.hibernate.collection.spi.PersistentCollection, org.hibernate.event.spi.EventSource);
descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=4
start local 0 // org.hibernate.event.spi.PreCollectionRecreateEvent this
start local 1 // org.hibernate.persister.collection.CollectionPersister collectionPersister
start local 2 // org.hibernate.collection.spi.PersistentCollection collection
start local 3 // org.hibernate.event.spi.EventSource source
0: .line 40
aload 0 /* this */
1: .line 41
aload 1 /* collectionPersister */
2: .line 42
aload 2 /* collection */
3: .line 43
aload 3 /* source */
4: .line 44
aload 2 /* collection */
invokeinterface org.hibernate.collection.spi.PersistentCollection.getOwner:()Ljava/lang/Object;
5: .line 45
aload 2 /* collection */
invokeinterface org.hibernate.collection.spi.PersistentCollection.getOwner:()Ljava/lang/Object;
aload 3 /* source */
invokestatic org.hibernate.event.spi.PreCollectionRecreateEvent.getOwnerIdOrNull:(Ljava/lang/Object;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
6: .line 47
return
end local 3 // org.hibernate.event.spi.EventSource source
end local 2 // org.hibernate.collection.spi.PersistentCollection collection
end local 1 // org.hibernate.persister.collection.CollectionPersister collectionPersister
end local 0 // org.hibernate.event.spi.PreCollectionRecreateEvent this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/hibernate/event/spi/PreCollectionRecreateEvent;
0 7 1 collectionPersister Lorg/hibernate/persister/collection/CollectionPersister;
0 7 2 collection Lorg/hibernate/collection/spi/PersistentCollection;
0 7 3 source Lorg/hibernate/event/spi/EventSource;
MethodParameters:
Name Flags
collectionPersister
collection
source
}
SourceFile: "PreCollectionRecreateEvent.java"