public abstract class EntityAction extends Object implements Executable, Serializable, Comparable, AfterTransactionCompletionProcess
| Modifier | Constructor and Description |
|---|---|
protected |
EntityAction(SessionImplementor session,
Serializable id,
Object instance,
EntityPersister persister)
Instantiate an action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beforeExecutions()
Called before executing any actions.
|
int |
compareTo(Object other) |
AfterTransactionCompletionProcess |
getAfterTransactionCompletionProcess()
Get the after-transaction-completion process, if any, for this action.
|
BeforeTransactionCompletionProcess |
getBeforeTransactionCompletionProcess()
Get the before-transaction-completion process, if any, for this action.
|
String |
getEntityName()
entity name accessor
|
Serializable |
getId()
entity id accessor
|
Object |
getInstance()
entity instance accessor
|
EntityPersister |
getPersister()
entity persister accessor
|
Serializable[] |
getPropertySpaces()
What spaces (tables) are affected by this action?
|
SessionImplementor |
getSession()
originating session accessor
|
protected abstract boolean |
hasPostCommitEventListeners() |
boolean |
needsAfterTransactionCompletion() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecutedoAfterTransactionCompletionprotected EntityAction(SessionImplementor session, Serializable id, Object instance, EntityPersister persister)
session - The session from which this action is coming.id - The id of the entityinstance - The entiyt instancepersister - The entity persisterpublic BeforeTransactionCompletionProcess getBeforeTransactionCompletionProcess()
ExecutablegetBeforeTransactionCompletionProcess in interface Executablepublic AfterTransactionCompletionProcess getAfterTransactionCompletionProcess()
ExecutablegetAfterTransactionCompletionProcess in interface Executableprotected abstract boolean hasPostCommitEventListeners()
public boolean needsAfterTransactionCompletion()
public String getEntityName()
public final Serializable getId()
public final Object getInstance()
public final SessionImplementor getSession()
public final EntityPersister getPersister()
public final Serializable[] getPropertySpaces()
ExecutablegetPropertySpaces in interface Executablepublic void beforeExecutions()
ExecutablebeforeExecutions in interface Executablepublic int compareTo(Object other)
compareTo in interface ComparableCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved