[HHH-3190] Typo in chapter 7.6
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15040 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
203cd60e2a
commit
ab7bc991ff
|
@ -585,7 +585,7 @@ create table Address ( addressId bigint not null primary key )
|
|||
</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>
|
||||
|
|
|
@ -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 @@ create table Address ( addressId bigint not null primary key )
|
|||
</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> インスタンス
|
||||
|
|
|
@ -560,7 +560,7 @@ create table Address ( addressId bigint not null primary key )
|
|||
</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> 인스턴스
|
||||
|
|
|
@ -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 @@ Joins de associações mais complexas são extremamente raros. O Hibernate torna
|
|||
</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
|
||||
|
|
|
@ -541,7 +541,7 @@ create table Address ( addressId bigint not null primary key )
|
|||
</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)使用这样的关联映射:
|
||||
|
|
|
@ -603,7 +603,7 @@ create table Address ( addressId bigint not null primary key )
|
|||
</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
|
||||
|
|
|
@ -1028,7 +1028,7 @@ msgid ""
|
|||
" </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 @@ msgstr ""
|
|||
" </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
|
||||
|
|
|
@ -838,7 +838,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
|
@ -801,7 +801,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
|
@ -811,7 +811,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
|
@ -685,7 +685,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
|
@ -833,7 +833,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
|
@ -802,7 +802,7 @@ msgid ""
|
|||
" </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
|
||||
|
|
Loading…
Reference in New Issue