|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Executable
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 |
---|
void beforeExecutions() throws HibernateException
HibernateException
void execute() throws HibernateException
HibernateException
boolean hasAfterTransactionCompletion()
void afterTransactionCompletion(boolean success) throws HibernateException
HibernateException
Serializable[] getPropertySpaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |