Uses of Class
io.ebeaninternal.api.ScopedTransaction
Packages that use ScopedTransaction
Package
Description
Transaction implementation
-
Uses of ScopedTransaction in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return ScopedTransactionModifier and TypeMethodDescriptionSpiTransactionManager.externalBeginTransaction(SpiTransaction transaction, TxScope txScope) Push an externally managed transaction into scope (e.g. -
Uses of ScopedTransaction in io.ebeaninternal.server.transaction
Methods in io.ebeaninternal.server.transaction that return ScopedTransactionModifier and TypeMethodDescriptionfinal ScopedTransactionTransactionManager.beginScopedTransaction(TxScope txScope) Begin a scoped transaction.final ScopedTransactionTransactionManager.externalBeginTransaction(SpiTransaction transaction, TxScope txScope) Push an externally created transaction into scope.