Interface ITransactionProvider

  • All Known Implementing Classes:
    DatabaseSupport, SimpleTransactionProvider

    public interface ITransactionProvider
    Abstraction of the service providing access to instances of ITransaction which themselves are used to hide the underlying transaction implementation. This makes it easier to code for JEE and non-JEE environments.
    • Method Detail

      • getTransaction

        ITransaction getTransaction()
        Obtain the transaction to use on this thread
        Returns: