Uses of Enum Class
io.quarkus.narayana.jta.TransactionSemantics
Packages that use TransactionSemantics
-
Uses of TransactionSemantics in io.quarkus.narayana.jta
Fields in io.quarkus.narayana.jta declared as TransactionSemanticsMethods in io.quarkus.narayana.jta that return TransactionSemanticsModifier and TypeMethodDescriptionstatic TransactionSemanticsReturns the enum constant of this class with the specified name.static TransactionSemantics[]TransactionSemantics.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.narayana.jta with parameters of type TransactionSemanticsModifier and TypeMethodDescriptionstatic 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 TransactionSemanticsModifierConstructorDescription(package private)TransactionRunnerImpl(TransactionSemantics semantics)