Package org.hibernate.engine.spi
Interface TransactionCompletionCallbacks
- All Known Subinterfaces:
TransactionCompletionCallbacksImplementor
- All Known Implementing Classes:
ActionQueue
- Since:
- 7.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Register aprocess
(callback) to be performed at the end of transaction completion.void
Register aprocess
(callback) to be performed at the start of transaction completion.
-
Method Details
-
registerCallback
Register aprocess
(callback) to be performed at the start of transaction completion.- Parameters:
process
- The callback.
-
registerCallback
Register aprocess
(callback) to be performed at the end of transaction completion.- Parameters:
process
- The callback.
-