Package org.riotfamily.common.web.transaction

Interface Summary
TransactionalHandler Marker interface that indicates that the handler should be executed within a transaction.
TransactionExceptionHandler Interface that can be implemented by TransactionalHandlers in order to react on errors during a commit or rollback operation.
 

Class Summary
TransactionalHandlerInterceptor HandlerInterceptor that executes the handler within a transactional context.