Package org.seedstack.seed.transaction.spi
Provides classes for extending the transaction support.
-
Interface Summary Interface Description ExceptionHandler<T> Generic exception handler to add custom behaviour on exception during transaction.TransactionalLink<T> This interface provides a way to access the instance of a transacted class.TransactionHandler<T> Classes implementing this interface can be used by a SeedStack transaction manager to handle a specific kind of transaction (e.g.TransactionManager This interface must be implemented by transaction managers.TransactionMetadataResolver This interface must be implemented by SeedStack transaction metadata resolvers. -
Class Summary Class Description TransactionMetadata This class holds transaction metadata attributes.