Package org.hibernate.action.spi
Interface AfterTransactionCompletionProcess
- All Known Implementing Classes:
AbstractEntityInsertAction
,EntityAction
,EntityDeleteAction
,EntityIdentityInsertAction
,EntityInsertAction
,EntityUpdateAction
,OrphanRemovalAction
public interface AfterTransactionCompletionProcess
Contract representing some process that needs to occur during after transaction completion.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAfterTransactionCompletion
(boolean success, SharedSessionContractImplementor session) Perform whatever processing is encapsulated here after completion of the transaction.
-
Method Details