Package org.hibernate.action.internal
Class CollectionRecreateAction
java.lang.Object
org.hibernate.action.internal.CollectionAction
org.hibernate.action.internal.CollectionRecreateAction
- All Implemented Interfaces:
Serializable
,Comparable<ComparableExecutable>
,Executable
,ComparableExecutable
The action for recreating a collection
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionRecreateAction
(PersistentCollection<?> collection, CollectionPersister persister, Object id, EventSource session) Constructs a CollectionRecreateAction -
Method Summary
Methods inherited from class org.hibernate.action.internal.CollectionAction
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getEventListenerGroups, getKey, getPersister, getPrimarySortClassifier, getPropertySpaces, getSecondarySortIndex, getSession, toString
-
Constructor Details
-
CollectionRecreateAction
public CollectionRecreateAction(PersistentCollection<?> collection, CollectionPersister persister, Object id, EventSource session) Constructs a CollectionRecreateAction- Parameters:
collection
- The collection being recreatedpersister
- The collection persisterid
- The collection keysession
- The session
-
-
Method Details
-
execute
Description copied from interface:Executable
Execute this action.- Throws:
HibernateException
- Indicates a problem during execution.
-