Package | Description |
---|---|
org.seedstack.seed.transaction |
Provides classes for managing transactions.
|
org.seedstack.seed.transaction.spi |
Provides classes for extending the transaction support.
|
Modifier and Type | Method and Description |
---|---|
static Propagation |
Propagation.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.
|
Modifier and Type | Method and Description |
---|---|
Propagation |
TransactionMetadata.getPropagation()
Get the propagation of the associated transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionMetadata.setPropagation(Propagation propagation)
Set the propagation of the associated transaction.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.