Module io.helidon.transaction
Package io.helidon.transaction
package io.helidon.transaction
Helidon Transactions.
-
ClassDescriptionAnnotations and types related to transactional method execution.Annotated method will be executed with managed transaction of
Tx.Type.MANDATORY
type.Annotated method will be executed with managed transaction ofTx.Type.NEVER
type.Annotated method will be executed with managed transaction ofTx.Type.NEW
type.Annotated method will be executed with managed transaction ofTx.Type.REQUIRED
type.Annotated method will be executed with managed transaction ofTx.Type.SUPPORTED
type.TransactionTx.Type
annotation.Transaction type.Annotated method will be executed with managed transaction ofTx.Type.UNSUPPORTED
type.ARuntimeException
that indicates that task with managed transaction has failed.