Interface TransactionOperationsAdapter

All Known Implementing Classes:
NoTransactionOperationsAdapter, SpringTransactionOperationsAdapter

public interface TransactionOperationsAdapter
Internal interface encapsulating Transactional method execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Runnable runnable)
    Executes the given runnable with transactional semantics.
  • Method Details

    • execute

      void execute(Runnable runnable)
      Executes the given runnable with transactional semantics.
      Parameters:
      runnable - the runnable to execute