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, toStringpublic 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
ExecutableHibernateException - Indicates a problem during execution.Copyright © 2017 JBoss by Red Hat. All rights reserved.