Author: d.plentz
Date: 2007-07-07 17:27:29 -0400 (Sat, 07 Jul 2007)
New Revision: 12733
Modified:
trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml
trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml
trunk/HibernateExt/annotations/doc/reference/zh_cn/modules/entity.xml
Log:
[ANN-595] Remove FlushModeType.NEVER
Modified: trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml
===================================================================
--- trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml 2007-07-06 05:03:27
UTC (rev 12732)
+++ trunk/HibernateExt/annotations/doc/reference/en/modules/entity.xml 2007-07-07 21:27:29
UTC (rev 12733)
@@ -3468,7 +3468,7 @@
<itemizedlist>
<listitem>
<para>flushMode: define the query flush mode (Always, Auto, Commit
- or Never)</para>
+ or Manual)</para>
</listitem>
<listitem>
Modified: trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml
===================================================================
--- trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml 2007-07-06 05:03:27
UTC (rev 12732)
+++ trunk/HibernateExt/annotations/doc/reference/fr/modules/entity.xml 2007-07-07 21:27:29
UTC (rev 12733)
@@ -3405,7 +3405,7 @@
<itemizedlist>
<listitem>
<para>flushMode : d�finit le mode de flush de la requ�te (Always,
- Auto, Commit ou Never)</para>
+ Auto, Commit ou Manual)</para>
</listitem>
<listitem>
Modified: trunk/HibernateExt/annotations/doc/reference/zh_cn/modules/entity.xml
===================================================================
--- trunk/HibernateExt/annotations/doc/reference/zh_cn/modules/entity.xml 2007-07-06
05:03:27 UTC (rev 12732)
+++ trunk/HibernateExt/annotations/doc/reference/zh_cn/modules/entity.xml 2007-07-07
21:27:29 UTC (rev 12733)
@@ -2813,7 +2813,7 @@
<itemizedlist>
<listitem>
- <para>flushMode: 定义查询的刷新模式(Always, Auto, Commit或Never)</para>
+ <para>flushMode: 定义查询的刷新模式(Always, Auto, Commit或Manual)</para>
</listitem>
<listitem>
Show replies by date