public class org.hibernate.event.internal.DirtyCollectionSearchVisitor extends org.hibernate.event.internal.AbstractVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.event.internal.DirtyCollectionSearchVisitor
  super_class: org.hibernate.event.internal.AbstractVisitor
{
  private boolean dirty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean[] propertyVersionability;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.hibernate.event.spi.EventSource, boolean[]);
    descriptor: (Lorg/hibernate/event/spi/EventSource;[Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
        start local 1 // org.hibernate.event.spi.EventSource session
        start local 2 // boolean[] propertyVersionability
         0: .line 29
            aload 0 /* this */
            aload 1 /* session */
            invokespecial org.hibernate.event.internal.AbstractVisitor.<init>:(Lorg/hibernate/event/spi/EventSource;)V
         1: .line 30
            aload 0 /* this */
            aload 2 /* propertyVersionability */
            putfield org.hibernate.event.internal.DirtyCollectionSearchVisitor.propertyVersionability:[Z
         2: .line 31
            return
        end local 2 // boolean[] propertyVersionability
        end local 1 // org.hibernate.event.spi.EventSource session
        end local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lorg/hibernate/event/internal/DirtyCollectionSearchVisitor;
            0    3     1                 session  Lorg/hibernate/event/spi/EventSource;
            0    3     2  propertyVersionability  [Z
    MethodParameters:
                        Name  Flags
      session                 
      propertyVersionability  

  boolean wasDirtyCollectionFound();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
         0: .line 34
            aload 0 /* this */
            getfield org.hibernate.event.internal.DirtyCollectionSearchVisitor.dirty:Z
            ireturn
        end local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/event/internal/DirtyCollectionSearchVisitor;

  java.lang.Object processCollection(java.lang.Object, org.hibernate.type.CollectionType);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/type/CollectionType;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
        start local 1 // java.lang.Object collection
        start local 2 // org.hibernate.type.CollectionType type
         0: .line 38
            aload 1 /* collection */
            ifnull 9
         1: .line 39
            aload 0 /* this */
            invokevirtual org.hibernate.event.internal.DirtyCollectionSearchVisitor.getSession:()Lorg/hibernate/event/spi/EventSource;
            astore 3 /* session */
        start local 3 // org.hibernate.engine.spi.SessionImplementor session
         2: .line 41
            aload 2 /* type */
            invokevirtual org.hibernate.type.CollectionType.isArrayType:()Z
            ifeq 5
         3: .line 42
            aload 3 /* session */
            invokeinterface org.hibernate.engine.spi.SessionImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 1 /* collection */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionHolder:(Ljava/lang/Object;)Lorg/hibernate/collection/spi/PersistentCollection;
            astore 4 /* persistentCollection */
        start local 4 // org.hibernate.collection.spi.PersistentCollection persistentCollection
         4: .line 46
            goto 6
        end local 4 // org.hibernate.collection.spi.PersistentCollection persistentCollection
         5: .line 52
      StackMap locals: org.hibernate.engine.spi.SessionImplementor
      StackMap stack:
            aload 1 /* collection */
            checkcast org.hibernate.collection.spi.PersistentCollection
            astore 4 /* persistentCollection */
        start local 4 // org.hibernate.collection.spi.PersistentCollection persistentCollection
         6: .line 55
      StackMap locals: org.hibernate.collection.spi.PersistentCollection
      StackMap stack:
            aload 4 /* persistentCollection */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.isDirty:()Z
            ifeq 9
         7: .line 56
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.event.internal.DirtyCollectionSearchVisitor.dirty:Z
         8: .line 57
            aconst_null
            areturn
        end local 4 // org.hibernate.collection.spi.PersistentCollection persistentCollection
        end local 3 // org.hibernate.engine.spi.SessionImplementor session
         9: .line 61
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.hibernate.type.CollectionType type
        end local 1 // java.lang.Object collection
        end local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0                  this  Lorg/hibernate/event/internal/DirtyCollectionSearchVisitor;
            0   10     1            collection  Ljava/lang/Object;
            0   10     2                  type  Lorg/hibernate/type/CollectionType;
            2    9     3               session  Lorg/hibernate/engine/spi/SessionImplementor;
            4    5     4  persistentCollection  Lorg/hibernate/collection/spi/PersistentCollection;
            6    9     4  persistentCollection  Lorg/hibernate/collection/spi/PersistentCollection;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      collection  
      type        

  boolean includeEntityProperty(java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
        start local 1 // java.lang.Object[] values
        start local 2 // int i
         0: .line 65
            aload 0 /* this */
            getfield org.hibernate.event.internal.DirtyCollectionSearchVisitor.propertyVersionability:[Z
            iload 2 /* i */
            baload
            ifeq 1
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* i */
            invokespecial org.hibernate.event.internal.AbstractVisitor.includeEntityProperty:([Ljava/lang/Object;I)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object[] values
        end local 0 // org.hibernate.event.internal.DirtyCollectionSearchVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/event/internal/DirtyCollectionSearchVisitor;
            0    2     1  values  [Ljava/lang/Object;
            0    2     2       i  I
    MethodParameters:
        Name  Flags
      values  
      i       
}
SourceFile: "DirtyCollectionSearchVisitor.java"