Author: christian.bauer(a)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:
Show replies by date