See: Description
| Class | Description |
|---|---|
| ContextSourceAndDataSourceTransactionManager |
A Transaction Manager to manage LDAP and JDBC operations within the same
transaction.
|
| ContextSourceAndHibernateTransactionManager |
A Transaction Manager to manage LDAP and Hibernate 3 operations within the same
transaction.
|
| ContextSourceTransactionManager |
TransactionManager for managing LDAP transactions.
|
| ContextSourceTransactionManagerDelegate |
This delegate performs all the work for the
ContextSourceTransactionManager. |
| DirContextHolder |
Keeps track of the transaction DirContext.
|
| TransactionAwareContextSourceProxy |
A proxy for ContextSource to make sure that the returned DirContext objects
are aware of the surrounding transactions.
|
| TransactionAwareDirContextInvocationHandler |
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.
|