Author: jdkim528
Date: 2007-02-25 00:23:03 -0500 (Sun, 25 Feb 2007)
New Revision: 11238
Modified:
trunk/Hibernate3/doc/reference/ko/modules/basic_mapping.xml
Log:
5.1.18.?\194?\160join
Using the <join> element, it is possible to map properties of one class to several
tables.
To:
5.1.18.?\194?\160join
Using the <join> element, it is possible to map properties of one class to several
tables, when there's a 1-to-1 relationship between the tables.
Modified: trunk/Hibernate3/doc/reference/ko/modules/basic_mapping.xml
===================================================================
--- trunk/Hibernate3/doc/reference/ko/modules/basic_mapping.xml 2007-02-24 23:42:41 UTC
(rev 11237)
+++ trunk/Hibernate3/doc/reference/ko/modules/basic_mapping.xml 2007-02-25 05:23:03 UTC
(rev 11238)
@@ -2263,8 +2263,8 @@
<title>join</title>
<para>
- <literal><join></literal> 테이블들 사이에 1대일 관계가 존재할
때,
- 요소를 사용하여 하나의 클래스에 속한 프로퍼티들을 몇 개의 테이블들로 매핑시키는 것이
+ <literal><join></literal>요소를 사용하면, 테이블들 사이에
1대일 관계가 존재할 때,
+ 하나의 클래스에 속한 프로퍼티들을 여러 테이블들로 매핑시키는 것이
가능하다.
</para>
Show replies by date