Interface IHapiTransactionService

All Known Implementing Classes:
HapiTransactionService, NonTransactionalHapiTransactionService

public interface IHapiTransactionService
This class is used to execute code within the context of a database transaction, just like Spring's TransactionTemplate but with more functionality. It can auto-execute code upon rollback, it translates specific exceptions, and it stores transaction context in a ThreadLocal.