class org.hibernate.action.internal.CollectionAction$CacheCleanupProcess implements org.hibernate.action.spi.AfterTransactionCompletionProcess
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.action.internal.CollectionAction$CacheCleanupProcess
  super_class: java.lang.Object
{
  private final java.io.Serializable key;
    descriptor: Ljava/io/Serializable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.persister.collection.CollectionPersister persister;
    descriptor: Lorg/hibernate/persister/collection/CollectionPersister;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.cache.spi.access.SoftLock lock;
    descriptor: Lorg/hibernate/cache/spi/access/SoftLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.io.Serializable, org.hibernate.persister.collection.CollectionPersister, org.hibernate.cache.spi.access.SoftLock);
    descriptor: (Ljava/io/Serializable;Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/cache/spi/access/SoftLock;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hibernate.action.internal.CollectionAction$CacheCleanupProcess this
        start local 1 // java.io.Serializable key
        start local 2 // org.hibernate.persister.collection.CollectionPersister persister
        start local 3 // org.hibernate.cache.spi.access.SoftLock lock
         0: .line 168
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 169
            aload 0 /* this */
            aload 1 /* key */
            putfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.key:Ljava/io/Serializable;
         2: .line 170
            aload 0 /* this */
            aload 2 /* persister */
            putfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.persister:Lorg/hibernate/persister/collection/CollectionPersister;
         3: .line 171
            aload 0 /* this */
            aload 3 /* lock */
            putfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.lock:Lorg/hibernate/cache/spi/access/SoftLock;
         4: .line 172
            return
        end local 3 // org.hibernate.cache.spi.access.SoftLock lock
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
        end local 1 // java.io.Serializable key
        end local 0 // org.hibernate.action.internal.CollectionAction$CacheCleanupProcess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/hibernate/action/internal/CollectionAction$CacheCleanupProcess;
            0    5     1        key  Ljava/io/Serializable;
            0    5     2  persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    5     3       lock  Lorg/hibernate/cache/spi/access/SoftLock;
    MethodParameters:
           Name  Flags
      key        
      persister  
      lock       

  public void doAfterTransactionCompletion(boolean, org.hibernate.engine.spi.SharedSessionContractImplementor);
    descriptor: (ZLorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.hibernate.action.internal.CollectionAction$CacheCleanupProcess this
        start local 1 // boolean success
        start local 2 // org.hibernate.engine.spi.SharedSessionContractImplementor session
         0: .line 176
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.persister:Lorg/hibernate/persister/collection/CollectionPersister;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getCacheAccessStrategy:()Lorg/hibernate/cache/spi/access/CollectionDataAccess;
            astore 3 /* cache */
        start local 3 // org.hibernate.cache.spi.access.CollectionDataAccess cache
         1: .line 177
            aload 3 /* cache */
         2: .line 178
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.key:Ljava/io/Serializable;
         3: .line 179
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.persister:Lorg/hibernate/persister/collection/CollectionPersister;
         4: .line 180
            aload 2 /* session */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
         5: .line 181
            aload 2 /* session */
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getTenantIdentifier:()Ljava/lang/String;
         6: .line 177
            invokeinterface org.hibernate.cache.spi.access.CollectionDataAccess.generateCacheKey:(Ljava/lang/Object;Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/engine/spi/SessionFactoryImplementor;Ljava/lang/String;)Ljava/lang/Object;
            astore 4 /* ck */
        start local 4 // java.lang.Object ck
         7: .line 183
            aload 3 /* cache */
            aload 2 /* session */
            aload 4 /* ck */
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionAction$CacheCleanupProcess.lock:Lorg/hibernate/cache/spi/access/SoftLock;
            invokeinterface org.hibernate.cache.spi.access.CollectionDataAccess.unlockItem:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;Ljava/lang/Object;Lorg/hibernate/cache/spi/access/SoftLock;)V
         8: .line 184
            return
        end local 4 // java.lang.Object ck
        end local 3 // org.hibernate.cache.spi.access.CollectionDataAccess cache
        end local 2 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        end local 1 // boolean success
        end local 0 // org.hibernate.action.internal.CollectionAction$CacheCleanupProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/hibernate/action/internal/CollectionAction$CacheCleanupProcess;
            0    9     1  success  Z
            0    9     2  session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            1    9     3    cache  Lorg/hibernate/cache/spi/access/CollectionDataAccess;
            7    9     4       ck  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      success  
      session  
}
SourceFile: "CollectionAction.java"
NestHost: org.hibernate.action.internal.CollectionAction
InnerClasses:
  private CacheCleanupProcess = org.hibernate.action.internal.CollectionAction$CacheCleanupProcess of org.hibernate.action.internal.CollectionAction