Uses of Interface
ratpack.jdbctx.Transaction
-
Packages that use Transaction Package Description ratpack.jdbctx -
-
Uses of Transaction in ratpack.jdbctx
Methods in ratpack.jdbctx that return Transaction Modifier and Type Method Description TransactionTransaction. autoBind(boolean autoBind)Sets the auto binding behaviour of the transaction.default TransactionTransaction. bind()Binds this transaction to the current execution.static TransactionTransaction. bound(Factory<? extends Connection> connectionFactory)Creates a transaction implementation that delegates to the execution bound transaction.static TransactionTransaction. create(Factory<? extends Connection> connectionFactory)Creates a new transaction.static TransactionTransaction. get(Factory<? extends Connection> connectionFactory)Returns the current transaction if present, otherwise a newly created transaction.static TransactionTransaction. join()Returns the current transaction if present.Methods in ratpack.jdbctx that return types with arguments of type Transaction Modifier and Type Method Description static Optional<Transaction>Transaction. current()The current execution bound transaction, if any.
-