Uses of Class
io.quarkus.narayana.jta.BeginOptions
-
Packages that use BeginOptions Package Description io.quarkus.narayana.jta -
-
Uses of BeginOptions in io.quarkus.narayana.jta
Methods in io.quarkus.narayana.jta that return BeginOptions Modifier and Type Method Description static BeginOptionsQuarkusTransaction. beginOptions()BeginOptionsBeginOptions. commitOnRequestScopeEnd()If this method is called the transaction will be automatically committed when the request scope is destroyed, instead of being rolled back.BeginOptionsBeginOptions. timeout(int seconds)Sets the transaction timeout for transactions created by this builder.Methods in io.quarkus.narayana.jta with parameters of type BeginOptions Modifier and Type Method Description static voidQuarkusTransaction. begin(BeginOptions options)Starts a transaction, using the system default timeout.(package private) voidRequestScopedTransaction. begin(BeginOptions options)
-