Interface Transaction<T>


  • public interface Transaction<T>
    Defines a sequence of code that is executed in the scope of a transaction. The Transaction object is responsible to acquire ressources/connection that are needed within this transaction.
    • Method Detail

      • run

        T run()
        throws java.lang.Exception
        Throws:
        java.lang.Exception