public class org.hibernate.event.spi.PostCollectionRemoveEvent 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.PostCollectionRemoveEvent
  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, java.lang.Object);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.hibernate.event.spi.PostCollectionRemoveEvent 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
        start local 4 // java.lang.Object loadedOwner
         0: .line 23
            aload 0 /* this */
            aload 1 /* collectionPersister */
            aload 2 /* collection */
            aload 3 /* source */
            aload 4 /* loadedOwner */
            aload 4 /* loadedOwner */
            aload 3 /* source */
            invokestatic org.hibernate.event.spi.PostCollectionRemoveEvent.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
         1: .line 24
            return
        end local 4 // java.lang.Object loadedOwner
        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.PostCollectionRemoveEvent this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/hibernate/event/spi/PostCollectionRemoveEvent;
            0    2     1  collectionPersister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    2     2           collection  Lorg/hibernate/collection/spi/PersistentCollection;
            0    2     3               source  Lorg/hibernate/event/spi/EventSource;
            0    2     4          loadedOwner  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      collectionPersister  
      collection           
      source               
      loadedOwner          
}
SourceFile: "PostCollectionRemoveEvent.java"