Uses of Class
io.quarkus.narayana.jta.TransactionSemantics
-
Packages that use TransactionSemantics Package Description io.quarkus.narayana.jta -
-
Uses of TransactionSemantics in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta declared as TransactionSemantics Modifier and Type Field Description (package private) TransactionSemanticsRunOptionsBase. semanticsMethods in io.quarkus.narayana.jta that return TransactionSemantics Modifier and Type Method Description static TransactionSemanticsTransactionSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionSemantics[]TransactionSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.narayana.jta with parameters of type TransactionSemantics Modifier and Type Method Description static TransactionRunnerOptionsQuarkusTransaction. runner(TransactionSemantics semantics)Starts the definition of a transaction runner, which can then be used to run a task (Runnable,Callable, ...), following the selectedTransactionSemantics.(package private) RunOptionsBaseRunOptionsBase. setSemantics(TransactionSemantics semantics)Constructors in io.quarkus.narayana.jta with parameters of type TransactionSemantics Constructor Description TransactionRunnerImpl(TransactionSemantics semantics)
-