Uses of Class
io.quarkus.narayana.jta.RunOptions.Semantic
-
Packages that use RunOptions.Semantic Package Description io.quarkus.narayana.jta -
-
Uses of RunOptions.Semantic in io.quarkus.narayana.jta
Methods in io.quarkus.narayana.jta that return RunOptions.Semantic Modifier and Type Method Description static RunOptions.SemanticRunOptions.Semantic. valueOf(String name)Returns the enum constant of this type with the specified name.static RunOptions.Semantic[]RunOptions.Semantic. 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 RunOptions.Semantic Modifier and Type Method Description RunOptionsRunOptions. semantic(RunOptions.Semantic semantic)Deprecated.Sets the transaction semantics that is used to determine the action to take if a transaction is already active.
-