org.hibernate.action.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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called before executing any actions.
| |||||||||||
Execute this action
| |||||||||||
Get the after-transaction-completion process, if any, for this action.
| |||||||||||
Get the before-transaction-completion process, if any, for this action.
| |||||||||||
What spaces (tables) are affected by this action?
|
Called before executing any actions. Gives actions a chance to perform any preparation.
HibernateException | Indicates a problem during preparation. |
---|
Execute this action
HibernateException | Indicates a problem during execution. |
---|
Get the after-transaction-completion process, if any, for this action.
Get the before-transaction-completion process, if any, for this action.
What spaces (tables) are affected by this action?