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 |
---|---|
Class<? extends TransactionHandler<?>> |
TransactionConfig.getDefaultHandler() |
Modifier and Type | Method and Description |
---|---|
TransactionConfig |
TransactionConfig.setDefaultHandler(Class<? extends TransactionHandler<?>> defaultHandler) |
Modifier and Type | Method and Description |
---|---|
Class<? extends TransactionHandler> |
TransactionMetadata.getHandler()
Get the transaction handler of the associated transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionMetadata.setHandler(Class<? extends TransactionHandler> handler)
Set the transaction handler of the associated transaction.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.