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
The action for updating a collection
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionUpdateAction
(PersistentCollection<?> collection, CollectionPersister persister, Object id, boolean emptySnapshot, EventSource session) Constructs a CollectionUpdateAction -
Method Summary
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 Details
-
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 Details
-
execute
Description copied from interface:Executable
Execute this action.- Throws:
HibernateException
- Indicates a problem during execution.
-