public class org.hibernate.event.spi.PostCollectionUpdateEvent 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.PostCollectionUpdateEvent
  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.PostCollectionUpdateEvent 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 22
            aload 0 /* this */
         1: .line 23
            aload 1 /* collectionPersister */
         2: .line 24
            aload 2 /* collection */
         3: .line 25
            aload 3 /* source */
         4: .line 26
            aload 2 /* collection */
            aload 3 /* source */
            invokestatic org.hibernate.event.spi.PostCollectionUpdateEvent.getLoadedOwnerOrNull:(Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)Ljava/lang/Object;
         5: .line 27
            aload 2 /* collection */
            aload 3 /* source */
            invokestatic org.hibernate.event.spi.PostCollectionUpdateEvent.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
         6: .line 29
            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.PostCollectionUpdateEvent this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lorg/hibernate/event/spi/PostCollectionUpdateEvent;
            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: "PostCollectionUpdateEvent.java"