public final class EntityUpdateAction extends EntityAction
| Constructor and Description |
|---|
EntityUpdateAction(java.io.Serializable id,
java.lang.Object[] state,
int[] dirtyProperties,
boolean hasDirtyCollection,
java.lang.Object[] previousState,
java.lang.Object previousVersion,
java.lang.Object nextVersion,
java.lang.Object instance,
java.lang.Object rowId,
EntityPersister persister,
SessionImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterTransactionCompletion(boolean success,
SessionImplementor session)
Perform whatever processing is encapsulated here after completion of the transaction.
|
void |
execute()
Execute this action
|
protected boolean |
hasPostCommitEventListeners() |
beforeExecutions, compareTo, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, needsAfterTransactionCompletion, toStringpublic EntityUpdateAction(java.io.Serializable id,
java.lang.Object[] state,
int[] dirtyProperties,
boolean hasDirtyCollection,
java.lang.Object[] previousState,
java.lang.Object previousVersion,
java.lang.Object nextVersion,
java.lang.Object instance,
java.lang.Object rowId,
EntityPersister persister,
SessionImplementor session)
throws HibernateException
HibernateExceptionpublic void execute()
throws HibernateException
ExecutableHibernateException - Indicates a problem during execution.protected boolean hasPostCommitEventListeners()
hasPostCommitEventListeners in class EntityActionpublic void doAfterTransactionCompletion(boolean success,
SessionImplementor session)
throws CacheException
AfterTransactionCompletionProcesssuccess - Did the transaction complete successfully? True means it did.session - The session on which the transaction is completing.CacheExceptionCopyright © 2013. All Rights Reserved.