Uses of Enum Class
io.helidon.transaction.Tx.Type
Packages that use Tx.Type
Package
Description
Helidon Transactions.
Service provider interfaces for transaction API.
-
Uses of Tx.Type in io.helidon.transaction
Methods in io.helidon.transaction that return Tx.TypeModifier and TypeMethodDescriptionstatic Tx.TypeReturns the enum constant of this class with the specified name.static Tx.Type[]Tx.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.transaction with parameters of type Tx.TypeModifier and TypeMethodDescriptionstatic voidTx.transaction(Tx.Type type, Functions.CheckedRunnable<Exception> task) Execute providedtaskwith managed transaction of providedtype.static <T> TTx.transaction(Tx.Type type, Callable<T> task) Execute providedtaskwith managed transaction of providedtype. -
Uses of Tx.Type in io.helidon.transaction.spi
Methods in io.helidon.transaction.spi with parameters of type Tx.TypeModifier and TypeMethodDescription<T> TTxSupport.transaction(Tx.Type type, Callable<T> task) Execute provided task as database transaction.