Interface TransactionOperations

All Known Implementing Classes:
TransactionTemplate

public interface TransactionOperations
Interface specifying basic transaction execution operations. Implemented by TransactionTemplate. Not often used directly, but a useful option to enhance testability, as it can easily be mocked or stubbed.
Since:
2.0.4
Author:
Juergen Hoeller