SPRNET-1250 - Document use of 'DelegatingLocalSessionFactoryObject' and 'UserCredentialsDbProvider'

This commit is contained in:
markpollack
2009-12-16 17:47:42 +00:00
parent 474f476232
commit 5dbf70699e
2 changed files with 52 additions and 31 deletions

View File

@@ -395,6 +395,18 @@
implementation of <literal>MultiDelegatingDbProvider</literal>.</para>
</note>
<section>
<title>Using FluentNHibernate to configure mappings with
LocalSessionFactoryObject</title>
<para>Direct support for configuration of NHibernate mapping files
using FluentNHibernate will be included in a future release. Until
then, to see how you can extend LocalSessionFactoryObject to suppport
using FluentNHibernate follow the instructions on Benny Michielson's
blog post <link
ns6:href="http://www.bennymichielsen.be/post/2009/01/04/Using-Fluent-NHibernate-in-SpringNet.aspx">here</link>.</para>
</section>
<section xml:id="orm-hibernate-bytecodeprovider">
<title>Spring's IByteCodeProvider implementation</title>
@@ -591,7 +603,6 @@ public class HibernateCustomerDao : ICustomerDao {
</section>
</section>
<section xml:id="orm-hibernate-tx-declarative">
<title>Declarative transaction demarcation</title>