Uses of Class
org.seedstack.seed.transaction.Propagation
-
Packages that use Propagation Package Description org.seedstack.seed.transaction Provides classes for managing transactions.org.seedstack.seed.transaction.spi Provides classes for extending the transaction support. -
-
Uses of Propagation in org.seedstack.seed.transaction
Methods in org.seedstack.seed.transaction that return Propagation Modifier and Type Method Description Propagation[]propagation()Specify the transaction propagation type needed for the marked element.static PropagationPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static Propagation[]Propagation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Propagation in org.seedstack.seed.transaction.spi
Methods in org.seedstack.seed.transaction.spi that return Propagation Modifier and Type Method Description PropagationTransactionMetadata. getPropagation()Get the propagation of the associated transaction.Methods in org.seedstack.seed.transaction.spi with parameters of type Propagation Modifier and Type Method Description voidTransactionMetadata. setPropagation(Propagation propagation)Set the propagation of the associated transaction.
-