[hibernate-commits] Hibernate SVN: r15040 - in core/trunk/documentation/manual: old/ja-JP/src/main/docbook/content and 11 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 12 12:36:24 EDT 2008


Author: d.plentz
Date: 2008-08-12 12:36:23 -0400 (Tue, 12 Aug 2008)
New Revision: 15040

Modified:
   core/trunk/documentation/manual/old/fr-FR/src/main/docbook/content/association_mapping.xml
   core/trunk/documentation/manual/old/ja-JP/src/main/docbook/content/association_mapping.xml
   core/trunk/documentation/manual/old/ko-KR/src/main/docbook/content/association_mapping.xml
   core/trunk/documentation/manual/old/pt-BR/src/main/docbook/content/association_mapping.xml
   core/trunk/documentation/manual/old/zh-CN/src/main/docbook/content/association_mapping.xml
   core/trunk/documentation/manual/src/main/docbook/en-US/content/association_mapping.xml
   core/trunk/documentation/manual/src/main/docbook/es-ES/content/association_mapping.po
   core/trunk/documentation/manual/src/main/docbook/fr-FR/content/association_mapping.po
   core/trunk/documentation/manual/src/main/docbook/ja-JP/content/association_mapping.po
   core/trunk/documentation/manual/src/main/docbook/ko-KR/content/association_mapping.po
   core/trunk/documentation/manual/src/main/docbook/pot/content/association_mapping.pot
   core/trunk/documentation/manual/src/main/docbook/pt-BR/content/association_mapping.po
   core/trunk/documentation/manual/src/main/docbook/zh-CN/content/association_mapping.po
Log:
[HHH-3190] Typo in chapter 7.6

Modified: core/trunk/documentation/manual/old/fr-FR/src/main/docbook/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/old/fr-FR/src/main/docbook/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/old/fr-FR/src/main/docbook/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -585,7 +585,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
             alors nous pouvons mapper une association à l'instance <emphasis>courante</emphasis>  

Modified: core/trunk/documentation/manual/old/ja-JP/src/main/docbook/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/old/ja-JP/src/main/docbook/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/old/ja-JP/src/main/docbook/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 
 <chapter id="associations">
 
@@ -574,7 +574,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
             そして、関連を <emphasis>現時点の</emphasis> インスタンス

Modified: core/trunk/documentation/manual/old/ko-KR/src/main/docbook/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/old/ko-KR/src/main/docbook/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/old/ko-KR/src/main/docbook/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -560,7 +560,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
                         그때 우리는 다음을 사용하여 하나의 연관을 <emphasis>현재</emphasis> 인스턴스

Modified: core/trunk/documentation/manual/old/pt-BR/src/main/docbook/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/old/pt-BR/src/main/docbook/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/old/pt-BR/src/main/docbook/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -1,6 +1,6 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
+<?xml version='1.0' encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
 <chapter id="associations">
 
     <title>Mapeamento de Associações</title>
@@ -588,7 +588,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
             Then we can map an association to the <emphasis>current</emphasis> instance 

Modified: core/trunk/documentation/manual/old/zh-CN/src/main/docbook/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/old/zh-CN/src/main/docbook/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/old/zh-CN/src/main/docbook/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -541,7 +541,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
         那么我们可以对<emphasis>目前(current)</emphasis>实例(其<literal>effectiveEndDate</literal>为null)使用这样的关联映射:

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/association_mapping.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/association_mapping.xml	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/association_mapping.xml	2008-08-12 16:36:23 UTC (rev 15040)
@@ -603,7 +603,7 @@
     </property>
 </properties>
 <property name="effectiveEndDate" type="date"/>
-<property name="effectiveStateDate" type="date" not-null="true"/>]]></programlisting>
+<property name="effectiveStartDate" type="date" not-null="true"/>]]></programlisting>
 
         <para>
             Then we can map an association to the <emphasis>current</emphasis> instance 

Modified: core/trunk/documentation/manual/src/main/docbook/es-ES/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/es-ES/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/es-ES/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -1028,7 +1028,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 "<![CDATA[<properties name=\"currentAccountKey\">\n"
 "                            <property name=\"accountNumber\" type=\"string\" "
@@ -1040,7 +1040,7 @@
 "                            </property>\n"
 "                    </properties>\n"
 "                    <property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"                    <property name=\"effectiveStateDate\" type=\"date\" not-"
+"                    <property name=\"effectiveStartDate\" type=\"date\" not-"
 "null=\"true\"/>]]>"
 
 #: index.docbook:266

Modified: core/trunk/documentation/manual/src/main/docbook/fr-FR/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/fr-FR/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/fr-FR/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -838,7 +838,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para

Modified: core/trunk/documentation/manual/src/main/docbook/ja-JP/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/ja-JP/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/ja-JP/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -801,7 +801,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para

Modified: core/trunk/documentation/manual/src/main/docbook/ko-KR/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/ko-KR/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/ko-KR/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -811,7 +811,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para

Modified: core/trunk/documentation/manual/src/main/docbook/pot/content/association_mapping.pot
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/pot/content/association_mapping.pot	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/pot/content/association_mapping.pot	2008-08-12 16:36:23 UTC (rev 15040)
@@ -685,7 +685,7 @@
       "    </property>\n"
       "</properties>\n"
       "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-      "<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+      "<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para

Modified: core/trunk/documentation/manual/src/main/docbook/pt-BR/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/pt-BR/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/pt-BR/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -833,7 +833,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para

Modified: core/trunk/documentation/manual/src/main/docbook/zh-CN/content/association_mapping.po
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/zh-CN/content/association_mapping.po	2008-08-12 15:56:15 UTC (rev 15039)
+++ core/trunk/documentation/manual/src/main/docbook/zh-CN/content/association_mapping.po	2008-08-12 16:36:23 UTC (rev 15040)
@@ -802,7 +802,7 @@
 "    </property>\n"
 "</properties>\n"
 "<property name=\"effectiveEndDate\" type=\"date\"/>\n"
-"<property name=\"effectiveStateDate\" type=\"date\" not-null=\"true\"/>]]>"
+"<property name=\"effectiveStartDate\" type=\"date\" not-null=\"true\"/>]]>"
 msgstr ""
 
 #. Tag: para




More information about the hibernate-commits mailing list