Uses of Package
io.quarkus.narayana.jta
Packages that use io.quarkus.narayana.jta
-
Classes in io.quarkus.narayana.jta used by io.quarkus.narayana.jtaClassDescriptionBuilder interface to allow a transaction to be customized, including things like timeout and semantics when an existing transaction is present.Deprecated.Deprecated.Deprecated.Enum that can be used to control the transaction behaviour in the presence or absence of an existing transaction.An abstract base for both
RunOptionsandTransactionRunnerImpl.Enum that can be used to control the decision to rollback or commit based on the type of an exception.Runs tasks in transactions with pre-defined semantics and options.Builder interface to allow various options of a transaction runner to be customized.Enum that can be used to control the transaction behaviour in the presence or absence of an existing transaction.
QuarkusTransaction.requiringNew(),QuarkusTransaction.joiningExisting(),QuarkusTransaction.disallowingExisting(),QuarkusTransaction.suspendingExisting()orQuarkusTransaction.runner(TransactionSemantics)instead.