Package org.hibernate.action.internal
Class CollectionUpdateAction
- java.lang.Object
-
- org.hibernate.action.internal.CollectionAction
-
- org.hibernate.action.internal.CollectionUpdateAction
-
- All Implemented Interfaces:
Serializable
,Comparable<ComparableExecutable>
,Executable
,ComparableExecutable
public final class CollectionUpdateAction extends CollectionAction
The action for updating a collection- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionUpdateAction(PersistentCollection<?> collection, CollectionPersister persister, Object id, boolean emptySnapshot, EventSource session)
Constructs a CollectionUpdateAction
-
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
-
CollectionUpdateAction
public CollectionUpdateAction(PersistentCollection<?> collection, CollectionPersister persister, Object id, boolean emptySnapshot, EventSource session)
Constructs a CollectionUpdateAction- Parameters:
collection
- The collection to updatepersister
- The collection persisterid
- The collection keyemptySnapshot
- Indicates if the snapshot is emptysession
- 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.
-
-