public interface Executable
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterDeserialize(SessionImplementor session)
Reconnect to session after deserialization 
 | 
void | 
beforeExecutions()
Called before executing any actions. 
 | 
void | 
execute()
Execute this action. 
 | 
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. 
 | 
Serializable[] | 
getPropertySpaces()
What spaces (tables) are affected by this action? 
 | 
Serializable[] getPropertySpaces()
void beforeExecutions()
                      throws HibernateException
HibernateException - Indicates a problem during preparation.void execute()
             throws HibernateException
HibernateException - Indicates a problem during execution.AfterTransactionCompletionProcess getAfterTransactionCompletionProcess()
BeforeTransactionCompletionProcess getBeforeTransactionCompletionProcess()
void afterDeserialize(SessionImplementor session)
session - The session being deserializedCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.