Uses of Enum Class
io.quarkus.narayana.jta.RunOptions.Semantic
Packages that use RunOptions.Semantic
-
Uses of RunOptions.Semantic in io.quarkus.narayana.jta
Methods in io.quarkus.narayana.jta that return RunOptions.SemanticModifier and TypeMethodDescriptionstatic RunOptions.SemanticReturns the enum constant of this class with the specified name.static RunOptions.Semantic[]RunOptions.Semantic.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 RunOptions.SemanticModifier and TypeMethodDescriptionRunOptions.semantic(RunOptions.Semantic semantic) Deprecated.Sets the transaction semantics that is used to determine the action to take if a transaction is already active.