Interface TransactionContext


  • public interface TransactionContext
    Provides transactions with access to the context.
    • Method Detail

      • getConnection

        @NotNull
        @NotNull java.sql.Connection getConnection()
        Returns the raw JDBC-connection for this transaction.
      • setRollbackOnly

        void setRollbackOnly()
        Requests that this transaction will be rolled back.
      • isRollbackOnly

        boolean isRollbackOnly()