|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An operation which may be scheduled for later execution. Usually, the operation is a database insert/update/delete, together with required second-level cache management.
Method Summary | |
void |
afterTransactionCompletion(boolean success)
Called after the transaction completes |
void |
beforeExecutions()
Called before executing any actions |
void |
execute()
Execute this action |
Serializable[] |
getPropertySpaces()
What spaces (tables) are affected by this action? |
boolean |
hasAfterTransactionCompletion()
Do we need to retain this instance until after the transaction completes? |
Method Detail |
public void beforeExecutions() throws HibernateException
HibernateException
public void execute() throws HibernateException
HibernateException
public boolean hasAfterTransactionCompletion()
public void afterTransactionCompletion(boolean success) throws HibernateException
HibernateException
public Serializable[] getPropertySpaces()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |