Uses of Interface
io.permazen.core.Transaction.Callback
-
Packages that use Transaction.Callback Package Description io.permazen.core Core classes for the Permazen Java persistence layer.io.permazen.spring Spring Framework integration classes. -
-
Uses of Transaction.Callback in io.permazen.core
Classes in io.permazen.core that implement Transaction.Callback Modifier and Type Class Description static class
Transaction.CallbackAdapter
Adapter class forTransaction.Callback
.Methods in io.permazen.core with parameters of type Transaction.Callback Modifier and Type Method Description void
SnapshotTransaction. 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.Callback Modifier and Type Class Description static class
PermazenTransactionManager.TransactionSynchronizationCallback
Adapter class that wraps a SpringTransactionSynchronization
in theTransaction.Callback
interface.
-