Class TransactionSynchronizationAdapter

java.lang.Object
org.springframework.transaction.support.TransactionSynchronizationAdapter
All Implemented Interfaces:
Flushable, Ordered, TransactionSynchronization

@Deprecated public abstract class TransactionSynchronizationAdapter extends Object implements TransactionSynchronization, Ordered
Deprecated.
as of 5.3, in favor of the default methods on the TransactionSynchronization interface
Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.

Also implements the Ordered interface to enable the execution order of synchronizations to be controlled declaratively. The default order is Ordered.LOWEST_PRECEDENCE, indicating late execution; return a lower value for earlier execution.

Since:
22.01.2004
Author:
Juergen Hoeller