[hibernate-commits] Hibernate SVN: r10531 - branches/Branch_3_2/Hibernate3/doc/reference/en/modules trunk/Hibernate3/doc/reference/en/modules

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Sep 26 11:54:07 EDT 2006


Author: christian.bauer at jboss.com
Date: 2006-09-26 11:54:00 -0400 (Tue, 26 Sep 2006)
New Revision: 10531

Modified:
   branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xml
   trunk/Hibernate3/doc/reference/en/modules/batch.xml
Log:
Documented insert batch and identity

Modified: branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xml	2006-09-25 21:55:12 UTC (rev 10530)
+++ branches/Branch_3_2/Hibernate3/doc/reference/en/modules/batch.xml	2006-09-26 15:54:00 UTC (rev 10531)
@@ -30,6 +30,11 @@
     
 <programlisting><![CDATA[hibernate.jdbc.batch_size 20]]></programlisting>
 
+    <para id="disablebatching" revision="1">
+        Note that Hibernate disables insert batching at the JDBC level transparently if you
+        use an <literal>identiy</literal> identifier generator.
+    </para>
+
     <para>
         You also might like to do this kind of work in a process where interaction with 
         the second-level cache is completely disabled:

Modified: trunk/Hibernate3/doc/reference/en/modules/batch.xml
===================================================================
--- trunk/Hibernate3/doc/reference/en/modules/batch.xml	2006-09-25 21:55:12 UTC (rev 10530)
+++ trunk/Hibernate3/doc/reference/en/modules/batch.xml	2006-09-26 15:54:00 UTC (rev 10531)
@@ -30,6 +30,11 @@
     
 <programlisting><![CDATA[hibernate.jdbc.batch_size 20]]></programlisting>
 
+    <para id="disablebatching" revision="1">
+        Note that Hibernate disables insert batching at the JDBC level transparently if you
+        use an <literal>identiy</literal> identifier generator.
+    </para>
+
     <para>
         You also might like to do this kind of work in a process where interaction with 
         the second-level cache is completely disabled:




More information about the hibernate-commits mailing list