Revision: 5273
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5273&view=rev
Author: fabiomaulo
Date: 2010-11-25 17:08:40 +0000 (Thu, 25 Nov 2010)
Log Message:
-----------
Fixed some others stuff about batching
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/performance.xml
Modified: trunk/nhibernate/doc/reference/modules/performance.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/performance.xml 2010-11-25 16:59:12 UTC (rev 5272)
+++ trunk/nhibernate/doc/reference/modules/performance.xml 2010-11-25 17:08:40 UTC (rev 5273)
@@ -1169,7 +1169,7 @@
<para>.NET Framework 2.0 or above is required,</para>
</listitem>
<listitem>
- <para>only Microsoft SQL Server is supported currently,</para>
+ <para>the Nhibernate's drive used for your RDBMS may not supports batching,</para>
</listitem>
<listitem>
<para>since the implementation uses reflection to access members and types
@@ -1184,7 +1184,7 @@
</itemizedlist>
<para>
- Update batching is enabled by setting <literal>hibernate.adonet.batch_size</literal>
+ Update batching is enabled by setting <literal>adonet.batch_size</literal>
to a non-zero value.
</para>
</sect1>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|