Uses of Interface
org.seedstack.seed.transaction.spi.TransactionHandler
-
Packages that use TransactionHandler 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 TransactionHandler in org.seedstack.seed.transaction
Methods in org.seedstack.seed.transaction that return types with arguments of type TransactionHandler Modifier and Type Method Description Class<? extends TransactionHandler<?>>TransactionConfig. getDefaultHandler()Method parameters in org.seedstack.seed.transaction with type arguments of type TransactionHandler Modifier and Type Method Description TransactionConfigTransactionConfig. setDefaultHandler(Class<? extends TransactionHandler<?>> defaultHandler) -
Uses of TransactionHandler in org.seedstack.seed.transaction.spi
Methods in org.seedstack.seed.transaction.spi that return types with arguments of type TransactionHandler Modifier and Type Method Description Class<? extends TransactionHandler>TransactionMetadata. getHandler()Get the transaction handler of the associated transaction.Method parameters in org.seedstack.seed.transaction.spi with type arguments of type TransactionHandler Modifier and Type Method Description voidTransactionMetadata. setHandler(Class<? extends TransactionHandler> handler)Set the transaction handler of the associated transaction.
-