Uses of Class
ratpack.jdbctx.TransactionException
-
Packages that use TransactionException Package Description ratpack.jdbctx -
-
Uses of TransactionException in ratpack.jdbctx
Methods in ratpack.jdbctx that throw TransactionException Modifier and Type Method Description default Transaction
Transaction. bind()
Binds this transaction to the current execution.static Transaction
Transaction. join()
Returns the current transaction if present.
-