Class ContextSourceTransactionManagerDelegate

java.lang.Object
org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate

public class ContextSourceTransactionManagerDelegate extends AbstractCompensatingTransactionManagerDelegate
This delegate performs all the work for the ContextSourceTransactionManager. The work is delegated in order to be able to perform the exact same work for the LDAP part in ContextSourceAndDataSourceTransactionManager.
Since:
1.2
See Also: