public final class org.hibernate.action.internal.CollectionRecreateAction extends org.hibernate.action.internal.CollectionAction
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.hibernate.action.internal.CollectionRecreateAction
super_class: org.hibernate.action.internal.CollectionAction
{
public void <init>(org.hibernate.collection.spi.PersistentCollection, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable, org.hibernate.engine.spi.SessionImplementor);
descriptor: (Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SessionImplementor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 2
aload 1
aload 3
aload 4
invokespecial org.hibernate.action.internal.CollectionAction.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SessionImplementor;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/hibernate/action/internal/CollectionRecreateAction;
0 2 1 collection Lorg/hibernate/collection/spi/PersistentCollection;
0 2 2 persister Lorg/hibernate/persister/collection/CollectionPersister;
0 2 3 id Ljava/io/Serializable;
0 2 4 session Lorg/hibernate/engine/spi/SessionImplementor;
MethodParameters:
Name Flags
collection final
persister final
id final
session final
public void execute();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
astore 1
start local 1 1: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.preRecreate:()V
2: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
aload 1
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getKey:()Ljava/io/Serializable;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
invokeinterface org.hibernate.persister.collection.CollectionPersister.recreate:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SessionImplementor;)V
3: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
invokeinterface org.hibernate.engine.spi.SessionImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
aload 1
invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionEntry:(Lorg/hibernate/collection/spi/PersistentCollection;)Lorg/hibernate/engine/spi/CollectionEntry;
aload 1
invokevirtual org.hibernate.engine.spi.CollectionEntry.afterAction:(Lorg/hibernate/collection/spi/PersistentCollection;)V
4: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.evict:()V
5: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.postRecreate:()V
6: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
invokeinterface org.hibernate.engine.spi.SessionImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatistics:()Lorg/hibernate/stat/Statistics;
invokeinterface org.hibernate.stat.Statistics.isStatisticsEnabled:()Z
ifeq 8
7: aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
invokeinterface org.hibernate.engine.spi.SessionImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatisticsImplementor:()Lorg/hibernate/stat/spi/StatisticsImplementor;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
invokeinterface org.hibernate.persister.collection.CollectionPersister.getRole:()Ljava/lang/String;
invokeinterface org.hibernate.stat.spi.StatisticsImplementor.recreateCollection:(Ljava/lang/String;)V
8: StackMap locals: org.hibernate.collection.spi.PersistentCollection
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/hibernate/action/internal/CollectionRecreateAction;
1 9 1 collection Lorg/hibernate/collection/spi/PersistentCollection;
Exceptions:
throws org.hibernate.HibernateException
private void preRecreate();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=1
start local 0 0: aload 0
getstatic org.hibernate.event.spi.EventType.PRE_COLLECTION_RECREATE:Lorg/hibernate/event/spi/EventType;
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.listenerGroup:(Lorg/hibernate/event/spi/EventType;)Lorg/hibernate/event/service/spi/EventListenerGroup;
astore 1
start local 1 1: aload 1
invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
ifeq 3
2: return
3: StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
StackMap stack:
new org.hibernate.event.spi.PreCollectionRecreateEvent
dup
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
invokespecial org.hibernate.event.spi.PreCollectionRecreateEvent.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
astore 2
start local 2 4: aload 1
invokeinterface org.hibernate.event.service.spi.EventListenerGroup.listeners:()Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 4
goto 7
StackMap locals: org.hibernate.action.internal.CollectionRecreateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PreCollectionRecreateEvent top java.util.Iterator
StackMap stack:
5: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.hibernate.event.spi.PreCollectionRecreateEventListener
astore 3
start local 3 6: aload 3
aload 2
invokeinterface org.hibernate.event.spi.PreCollectionRecreateEventListener.onPreRecreateCollection:(Lorg/hibernate/event/spi/PreCollectionRecreateEvent;)V
end local 3 7: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/hibernate/action/internal/CollectionRecreateAction;
1 9 1 listenerGroup Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PreCollectionRecreateEventListener;>;
4 9 2 event Lorg/hibernate/event/spi/PreCollectionRecreateEvent;
6 7 3 listener Lorg/hibernate/event/spi/PreCollectionRecreateEventListener;
private void postRecreate();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=1
start local 0 0: aload 0
getstatic org.hibernate.event.spi.EventType.POST_COLLECTION_RECREATE:Lorg/hibernate/event/spi/EventType;
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.listenerGroup:(Lorg/hibernate/event/spi/EventType;)Lorg/hibernate/event/service/spi/EventListenerGroup;
astore 1
start local 1 1: aload 1
invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
ifeq 3
2: return
3: StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
StackMap stack:
new org.hibernate.event.spi.PostCollectionRecreateEvent
dup
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
aload 0
invokevirtual org.hibernate.action.internal.CollectionRecreateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
invokespecial org.hibernate.event.spi.PostCollectionRecreateEvent.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
astore 2
start local 2 4: aload 1
invokeinterface org.hibernate.event.service.spi.EventListenerGroup.listeners:()Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 4
goto 7
StackMap locals: org.hibernate.action.internal.CollectionRecreateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PostCollectionRecreateEvent top java.util.Iterator
StackMap stack:
5: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.hibernate.event.spi.PostCollectionRecreateEventListener
astore 3
start local 3 6: aload 3
aload 2
invokeinterface org.hibernate.event.spi.PostCollectionRecreateEventListener.onPostRecreateCollection:(Lorg/hibernate/event/spi/PostCollectionRecreateEvent;)V
end local 3 7: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/hibernate/action/internal/CollectionRecreateAction;
1 9 1 listenerGroup Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PostCollectionRecreateEventListener;>;
4 9 2 event Lorg/hibernate/event/spi/PostCollectionRecreateEvent;
6 7 3 listener Lorg/hibernate/event/spi/PostCollectionRecreateEventListener;
}
SourceFile: "CollectionRecreateAction.java"