Package org.springframework.ldap.transaction.compensating.manager
package org.springframework.ldap.transaction.compensating.manager
-
ClassDescriptionDeprecated.The idea of wrapping two transaction managers without actual XA support is probably not such a good idea after all.Deprecated.The idea of wrapping two transaction managers without actual XA support is probably not such a good idea after all.TransactionManager for managing LDAP transactions.This delegate performs all the work for the
ContextSourceTransactionManager
.Keeps track of the transaction DirContext.A proxy for ContextSource to make sure that the returned DirContext objects are aware of the surrounding transactions.Proxy implementation for DirContext, making sure that the instance is not closed during a transaction, and that all modifying operations are recorded, storing compensating rollback operations for them.