public class org.hibernate.event.internal.WrapVisitor extends org.hibernate.event.internal.ProxyVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.event.internal.WrapVisitor
  super_class: org.hibernate.event.internal.ProxyVisitor
{
  private static final org.hibernate.internal.CoreMessageLogger LOG;
    descriptor: Lorg/hibernate/internal/CoreMessageLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  boolean substitute;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            ldc Lorg/hibernate/event/internal/WrapVisitor;
            invokestatic org.hibernate.internal.CoreLogging.messageLogger:(Ljava/lang/Class;)Lorg/hibernate/internal/CoreMessageLogger;
            putstatic org.hibernate.event.internal.WrapVisitor.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  void <init>(org.hibernate.event.spi.EventSource);
    descriptor: (Lorg/hibernate/event/spi/EventSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // org.hibernate.event.spi.EventSource session
         0: .line 38
            aload 0 /* this */
            aload 1 /* session */
            invokespecial org.hibernate.event.internal.ProxyVisitor.<init>:(Lorg/hibernate/event/spi/EventSource;)V
         1: .line 39
            return
        end local 1 // org.hibernate.event.spi.EventSource session
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/event/internal/WrapVisitor;
            0    2     1  session  Lorg/hibernate/event/spi/EventSource;
    MethodParameters:
         Name  Flags
      session  

  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=3, locals=5, args_size=3
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // java.lang.Object collection
        start local 2 // org.hibernate.type.CollectionType collectionType
         0: .line 45
            aload 1 /* collection */
            ifnull 6
            aload 1 /* collection */
            instanceof org.hibernate.collection.spi.PersistentCollection
            ifeq 6
         1: .line 47
            aload 0 /* this */
            invokevirtual org.hibernate.event.internal.WrapVisitor.getSession:()Lorg/hibernate/event/spi/EventSource;
            astore 3 /* session */
        start local 3 // org.hibernate.engine.spi.SessionImplementor session
         2: .line 48
            aload 1 /* collection */
            checkcast org.hibernate.collection.spi.PersistentCollection
            astore 4 /* coll */
        start local 4 // org.hibernate.collection.spi.PersistentCollection coll
         3: .line 49
            aload 4 /* coll */
            aload 3 /* session */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.setCurrentSession:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Z
            ifeq 5
         4: .line 50
            aload 0 /* this */
            aload 4 /* coll */
            aload 2 /* collectionType */
            invokevirtual org.hibernate.event.internal.WrapVisitor.reattachCollection:(Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/type/CollectionType;)V
         5: .line 52
      StackMap locals: org.hibernate.engine.spi.SessionImplementor org.hibernate.collection.spi.PersistentCollection
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.hibernate.collection.spi.PersistentCollection coll
        end local 3 // org.hibernate.engine.spi.SessionImplementor session
         6: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* collectionType */
            invokevirtual org.hibernate.event.internal.WrapVisitor.processArrayOrNewCollection:(Ljava/lang/Object;Lorg/hibernate/type/CollectionType;)Ljava/lang/Object;
            areturn
        end local 2 // org.hibernate.type.CollectionType collectionType
        end local 1 // java.lang.Object collection
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/hibernate/event/internal/WrapVisitor;
            0    7     1      collection  Ljava/lang/Object;
            0    7     2  collectionType  Lorg/hibernate/type/CollectionType;
            2    6     3         session  Lorg/hibernate/engine/spi/SessionImplementor;
            3    6     4            coll  Lorg/hibernate/collection/spi/PersistentCollection;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                Name  Flags
      collection      
      collectionType  

  final java.lang.Object processArrayOrNewCollection(java.lang.Object, org.hibernate.type.CollectionType);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/type/CollectionType;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // java.lang.Object collection
        start local 2 // org.hibernate.type.CollectionType collectionType
         0: .line 64
            aload 0 /* this */
            invokevirtual org.hibernate.event.internal.WrapVisitor.getSession:()Lorg/hibernate/event/spi/EventSource;
            astore 3 /* session */
        start local 3 // org.hibernate.engine.spi.SessionImplementor session
         1: .line 66
            aload 1 /* collection */
            ifnonnull 3
         2: .line 68
            aconst_null
            areturn
         3: .line 71
      StackMap locals: org.hibernate.engine.spi.SessionImplementor
      StackMap stack:
            aload 3 /* session */
            invokeinterface org.hibernate.engine.spi.SessionImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            aload 2 /* collectionType */
            invokevirtual org.hibernate.type.CollectionType.getRole:()Ljava/lang/String;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getCollectionPersister:(Ljava/lang/String;)Lorg/hibernate/persister/collection/CollectionPersister;
            astore 4 /* persister */
        start local 4 // org.hibernate.persister.collection.CollectionPersister persister
         4: .line 73
            aload 3 /* session */
            invokeinterface org.hibernate.engine.spi.SessionImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            astore 5 /* persistenceContext */
        start local 5 // org.hibernate.engine.spi.PersistenceContext persistenceContext
         5: .line 75
            aload 2 /* collectionType */
            invokevirtual org.hibernate.type.CollectionType.hasHolder:()Z
            ifeq 14
         6: .line 77
            aload 1 /* collection */
            getstatic org.hibernate.type.CollectionType.UNFETCHED_COLLECTION:Ljava/lang/Object;
            if_acmpne 8
         7: .line 78
            aconst_null
            areturn
         8: .line 81
      StackMap locals: org.hibernate.persister.collection.CollectionPersister org.hibernate.engine.spi.PersistenceContext
      StackMap stack:
            aload 5 /* persistenceContext */
            aload 1 /* collection */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionHolder:(Ljava/lang/Object;)Lorg/hibernate/collection/spi/PersistentCollection;
            astore 6 /* ah */
        start local 6 // org.hibernate.collection.spi.PersistentCollection ah
         9: .line 82
            aload 6 /* ah */
            ifnonnull 13
        10: .line 83
            aload 2 /* collectionType */
            aload 3 /* session */
            aload 1 /* collection */
            invokevirtual org.hibernate.type.CollectionType.wrap:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Ljava/lang/Object;)Lorg/hibernate/collection/spi/PersistentCollection;
            astore 6 /* ah */
        11: .line 84
            aload 5 /* persistenceContext */
            aload 4 /* persister */
            aload 6 /* ah */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.addNewCollection:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;)V
        12: .line 85
            aload 5 /* persistenceContext */
            aload 6 /* ah */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.addCollectionHolder:(Lorg/hibernate/collection/spi/PersistentCollection;)V
        13: .line 87
      StackMap locals: org.hibernate.collection.spi.PersistentCollection
      StackMap stack:
            aconst_null
            areturn
        end local 6 // org.hibernate.collection.spi.PersistentCollection ah
        14: .line 91
      StackMap locals:
      StackMap stack:
            aload 2 /* collectionType */
            aload 3 /* session */
            aload 1 /* collection */
            invokevirtual org.hibernate.type.CollectionType.wrap:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Ljava/lang/Object;)Lorg/hibernate/collection/spi/PersistentCollection;
            astore 6 /* persistentCollection */
        start local 6 // org.hibernate.collection.spi.PersistentCollection persistentCollection
        15: .line 92
            aload 5 /* persistenceContext */
            aload 4 /* persister */
            aload 6 /* persistentCollection */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.addNewCollection:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;)V
        16: .line 94
            getstatic org.hibernate.event.internal.WrapVisitor.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.isTraceEnabled:()Z
            ifeq 18
        17: .line 95
            getstatic org.hibernate.event.internal.WrapVisitor.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Wrapped collection in role: {0}"
            aload 2 /* collectionType */
            invokevirtual org.hibernate.type.CollectionType.getRole:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.tracev:(Ljava/lang/String;Ljava/lang/Object;)V
        18: .line 98
      StackMap locals: org.hibernate.collection.spi.PersistentCollection
      StackMap stack:
            aload 6 /* persistentCollection */
            areturn
        end local 6 // org.hibernate.collection.spi.PersistentCollection persistentCollection
        end local 5 // org.hibernate.engine.spi.PersistenceContext persistenceContext
        end local 4 // org.hibernate.persister.collection.CollectionPersister persister
        end local 3 // org.hibernate.engine.spi.SessionImplementor session
        end local 2 // org.hibernate.type.CollectionType collectionType
        end local 1 // java.lang.Object collection
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   19     0                  this  Lorg/hibernate/event/internal/WrapVisitor;
            0   19     1            collection  Ljava/lang/Object;
            0   19     2        collectionType  Lorg/hibernate/type/CollectionType;
            1   19     3               session  Lorg/hibernate/engine/spi/SessionImplementor;
            4   19     4             persister  Lorg/hibernate/persister/collection/CollectionPersister;
            5   19     5    persistenceContext  Lorg/hibernate/engine/spi/PersistenceContext;
            9   14     6                    ah  Lorg/hibernate/collection/spi/PersistentCollection;
           15   19     6  persistentCollection  Lorg/hibernate/collection/spi/PersistentCollection;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                Name  Flags
      collection      
      collectionType  

  void processValue(int, java.lang.Object[], org.hibernate.type.Type[]);
    descriptor: (I[Ljava/lang/Object;[Lorg/hibernate/type/Type;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // int i
        start local 2 // java.lang.Object[] values
        start local 3 // org.hibernate.type.Type[] types
         0: .line 108
            aload 0 /* this */
            aload 2 /* values */
            iload 1 /* i */
            aaload
            aload 3 /* types */
            iload 1 /* i */
            aaload
            invokevirtual org.hibernate.event.internal.WrapVisitor.processValue:(Ljava/lang/Object;Lorg/hibernate/type/Type;)Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         1: .line 109
            aload 4 /* result */
            ifnull 4
         2: .line 110
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.event.internal.WrapVisitor.substitute:Z
         3: .line 111
            aload 2 /* values */
            iload 1 /* i */
            aload 4 /* result */
            aastore
         4: .line 113
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 4 // java.lang.Object result
        end local 3 // org.hibernate.type.Type[] types
        end local 2 // java.lang.Object[] values
        end local 1 // int i
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/hibernate/event/internal/WrapVisitor;
            0    5     1       i  I
            0    5     2  values  [Ljava/lang/Object;
            0    5     3   types  [Lorg/hibernate/type/Type;
            1    5     4  result  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      i       
      values  
      types   

  java.lang.Object processComponent(java.lang.Object, org.hibernate.type.CompositeType);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/type/CompositeType;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // java.lang.Object component
        start local 2 // org.hibernate.type.CompositeType componentType
         0: .line 117
            aload 1 /* component */
            ifnull 14
         1: .line 118
            aload 2 /* componentType */
            aload 1 /* component */
            aload 0 /* this */
            invokevirtual org.hibernate.event.internal.WrapVisitor.getSession:()Lorg/hibernate/event/spi/EventSource;
            invokeinterface org.hibernate.type.CompositeType.getPropertyValues:(Ljava/lang/Object;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)[Ljava/lang/Object;
            astore 3 /* values */
        start local 3 // java.lang.Object[] values
         2: .line 119
            aload 2 /* componentType */
            invokeinterface org.hibernate.type.CompositeType.getSubtypes:()[Lorg/hibernate/type/Type;
            astore 4 /* types */
        start local 4 // org.hibernate.type.Type[] types
         3: .line 120
            iconst_0
            istore 5 /* substituteComponent */
        start local 5 // boolean substituteComponent
         4: .line 121
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 11
         6: .line 122
      StackMap locals: org.hibernate.event.internal.WrapVisitor java.lang.Object org.hibernate.type.CompositeType java.lang.Object[] org.hibernate.type.Type[] int int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* values */
            iload 6 /* i */
            aaload
            aload 4 /* types */
            iload 6 /* i */
            aaload
            invokevirtual org.hibernate.event.internal.WrapVisitor.processValue:(Ljava/lang/Object;Lorg/hibernate/type/Type;)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         7: .line 123
            aload 7 /* result */
            ifnull 10
         8: .line 124
            aload 3 /* values */
            iload 6 /* i */
            aload 7 /* result */
            aastore
         9: .line 125
            iconst_1
            istore 5 /* substituteComponent */
        end local 7 // java.lang.Object result
        10: .line 121
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            aload 4 /* types */
            arraylength
            if_icmplt 6
        end local 6 // int i
        12: .line 128
            iload 5 /* substituteComponent */
            ifeq 14
        13: .line 129
            aload 2 /* componentType */
            aload 1 /* component */
            aload 3 /* values */
            getstatic org.hibernate.EntityMode.POJO:Lorg/hibernate/EntityMode;
            invokeinterface org.hibernate.type.CompositeType.setPropertyValues:(Ljava/lang/Object;[Ljava/lang/Object;Lorg/hibernate/EntityMode;)V
        end local 5 // boolean substituteComponent
        end local 4 // org.hibernate.type.Type[] types
        end local 3 // java.lang.Object[] values
        14: .line 133
      StackMap locals: org.hibernate.event.internal.WrapVisitor java.lang.Object org.hibernate.type.CompositeType
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.hibernate.type.CompositeType componentType
        end local 1 // java.lang.Object component
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   15     0                 this  Lorg/hibernate/event/internal/WrapVisitor;
            0   15     1            component  Ljava/lang/Object;
            0   15     2        componentType  Lorg/hibernate/type/CompositeType;
            2   14     3               values  [Ljava/lang/Object;
            3   14     4                types  [Lorg/hibernate/type/Type;
            4   14     5  substituteComponent  Z
            5   12     6                    i  I
            7   10     7               result  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
               Name  Flags
      component      
      componentType  

  void process(java.lang.Object, org.hibernate.persister.entity.EntityPersister);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/persister/entity/EntityPersister;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.hibernate.event.internal.WrapVisitor this
        start local 1 // java.lang.Object object
        start local 2 // org.hibernate.persister.entity.EntityPersister persister
         0: .line 138
            aload 2 /* persister */
            aload 1 /* object */
            invokeinterface org.hibernate.persister.entity.EntityPersister.getPropertyValues:(Ljava/lang/Object;)[Ljava/lang/Object;
            astore 3 /* values */
        start local 3 // java.lang.Object[] values
         1: .line 139
            aload 2 /* persister */
            invokeinterface org.hibernate.persister.entity.EntityPersister.getPropertyTypes:()[Lorg/hibernate/type/Type;
            astore 4 /* types */
        start local 4 // org.hibernate.type.Type[] types
         2: .line 140
            aload 0 /* this */
            aload 3 /* values */
            aload 4 /* types */
            invokevirtual org.hibernate.event.internal.WrapVisitor.processEntityPropertyValues:([Ljava/lang/Object;[Lorg/hibernate/type/Type;)V
         3: .line 141
            aload 0 /* this */
            invokevirtual org.hibernate.event.internal.WrapVisitor.isSubstitutionRequired:()Z
            ifeq 5
         4: .line 142
            aload 2 /* persister */
            aload 1 /* object */
            aload 3 /* values */
            invokeinterface org.hibernate.persister.entity.EntityPersister.setPropertyValues:(Ljava/lang/Object;[Ljava/lang/Object;)V
         5: .line 144
      StackMap locals: java.lang.Object[] org.hibernate.type.Type[]
      StackMap stack:
            return
        end local 4 // org.hibernate.type.Type[] types
        end local 3 // java.lang.Object[] values
        end local 2 // org.hibernate.persister.entity.EntityPersister persister
        end local 1 // java.lang.Object object
        end local 0 // org.hibernate.event.internal.WrapVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/hibernate/event/internal/WrapVisitor;
            0    6     1     object  Ljava/lang/Object;
            0    6     2  persister  Lorg/hibernate/persister/entity/EntityPersister;
            1    6     3     values  [Ljava/lang/Object;
            2    6     4      types  [Lorg/hibernate/type/Type;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      object     
      persister  
}
SourceFile: "WrapVisitor.java"