From 02e90c0e0cc7908b958da4129a27201a7de61c04 Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Wed, 18 Jun 2008 12:55:17 +0000 Subject: [PATCH] Added documentation for Hibernate integration. --- mvn-build/core/docs/reference/src/transactions.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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