public final class CollectionUpdateAction extends CollectionAction
Constructor and Description |
---|
CollectionUpdateAction(PersistentCollection collection,
CollectionPersister persister,
Serializable id,
boolean emptySnapshot,
SessionImplementor session)
Constructs a CollectionUpdateAction
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this action.
|
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getKey, getPersister, getPropertySpaces, getSession, listenerGroup, toString
public CollectionUpdateAction(PersistentCollection collection, CollectionPersister persister, Serializable id, boolean emptySnapshot, SessionImplementor session)
collection
- The collection to updatepersister
- The collection persisterid
- The collection keyemptySnapshot
- Indicates if the snapshot is emptysession
- The sessionpublic void execute() throws HibernateException
Executable
HibernateException
- Indicates a problem during execution.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.