diff --git a/mvn-build/core/docs/reference/src/transactions.xml b/mvn-build/core/docs/reference/src/transactions.xml index 39786fed..4a6952fd 100644 --- a/mvn-build/core/docs/reference/src/transactions.xml +++ b/mvn-build/core/docs/reference/src/transactions.xml @@ -108,6 +108,13 @@ an XA transaction. No two-phase as such commit is performed, as the LDAP server will be unable to vote on its outcome. Once again, however, for the majority of cases the supplied support will be sufficient. + + Hibernate Transaction Integration + If Hibernate is used for relational database persistence, transansaction integration can be achieved using + ContextSourceAndHibernateTransactionManager. The general idea is exactly the same + as for JDBC integration, only integratino is made against an underlying HibernateTransactionManager + rather than a DataSourceTransactionManager. + LDAP Compensating Transactions Explained Spring LDAP manages compensating transactions by making record of the state in the LDAP tree