Interface TransactionData

  • All Known Implementing Classes:
    ParameterTransactionDataImpl, TransactionDataImpl

    public interface TransactionData
    Used to hold data accumulated by the JDBC persistence layer in the current transaction. The data is persisted immediately prior to the transaction being committed.
    • Method Detail

      • persist

        void persist()
        Persist the data. Don't propagate any exceptions. If an exception occurs, log the error and mark the transaction for rollback.