[hibernate-commits] Hibernate SVN: r11239 - trunk/Hibernate3/doc/reference/ko/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Feb 25 00:25:05 EST 2007


Author: jdkim528
Date: 2007-02-25 00:25:05 -0500 (Sun, 25 Feb 2007)
New Revision: 11239

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

Modified: trunk/Hibernate3/doc/reference/ko/modules/batch.xml
===================================================================
--- trunk/Hibernate3/doc/reference/ko/modules/batch.xml	2007-02-25 05:23:03 UTC (rev 11238)
+++ trunk/Hibernate3/doc/reference/ko/modules/batch.xml	2007-02-25 05:25:05 UTC (rev 11239)
@@ -26,6 +26,11 @@
     
 <programlisting><![CDATA[hibernate.jdbc.batch_size 20]]></programlisting>
 
+    <para id="disablebatching" revision="1">
+        만일 당신이 <literal>identiy</literal> 식별자 생성자를 사용할 경우 
+        Hibernate가 JDBC 레벨에서 투명하게 insert 배치작업을 사용불가능하게 한다는 점을 노트하라.
+    </para>
+
     <para>
                 당신은 또한 second-level 캐시를 가진 상호작용이 완전하게 불가능한 프로세스 내에서 이런 종류의 작업을 행하고 싶어할 수도 있다:
     </para>




More information about the hibernate-commits mailing list