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
public final class CollectionRecreateAction extends CollectionAction
The action for recreating a collection- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionRecreateAction(PersistentCollection<?> collection, CollectionPersister persister, Object id, EventSource session)
Constructs a CollectionRecreateAction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Execute this action.-
Methods inherited from class org.hibernate.action.internal.CollectionAction
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getFastSessionServices, getKey, getPersister, getPrimarySortClassifier, getPropertySpaces, getSecondarySortIndex, getSession, toString
-
-
-
-
Constructor Detail
-
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 Detail
-
execute
public void execute() throws HibernateException
Description copied from interface:Executable
Execute this action.- Throws:
HibernateException
- Indicates a problem during execution.
-
-