Uses of Interface
io.permazen.core.Transaction.Callback
Packages that use Transaction.Callback
Package
Description
Core classes for the Permazen Java persistence layer.
Spring Framework integration classes.
-
Uses of Transaction.Callback in io.permazen.core
Classes in io.permazen.core that implement Transaction.CallbackMethods in io.permazen.core with parameters of type Transaction.CallbackModifier and TypeMethodDescriptionvoid
DetachedTransaction.addCallback
(Transaction.Callback callback) Register a transaction callback to be invoked when this transaction completes.void
Transaction.addCallback
(Transaction.Callback callback) Register a transactionTransaction.Callback
to be invoked when this transaction completes. -
Uses of Transaction.Callback in io.permazen.spring
Classes in io.permazen.spring that implement Transaction.CallbackModifier and TypeClassDescriptionstatic class
Adapter class that wraps a SpringTransactionSynchronization
in theTransaction.Callback
interface.