Author Login
Post Reply
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)
@@(protected) @@
</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)
@@(protected) @@
-<?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">
@@(protected) @@
</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)
@@(protected) @@
</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)
@@(protected) @@
-<?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>
@@(protected) @@
</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)
@@(protected) @@
</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)
@@(protected) @@
</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)
@@(protected) @@
" </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\" "
@@(protected) @@
" </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)
@@(protected) @@
" </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)
@@(protected) @@
" </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)
@@(protected) @@
" </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)
@@(protected) @@
" </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)
@@(protected) @@
" </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)
@@(protected) @@
" </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
_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits