|
Hibernate example source code file (association_mapping.po)
This example Hibernate source code file (association_mapping.po) is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.
The Hibernate association_mapping.po source code
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2010-02-04T04:51:21\n"
"PO-Revision-Date: 2010-01-12 20:59+0900\n"
"Last-Translator: Jongdae Kim <jdkim528@korea.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Association Mappings"
msgstr "연관 매핑들"
#. Tag: title
#, no-c-format
msgid "Introduction"
msgstr "개요"
#. Tag: para
#, no-c-format
msgid ""
"Association mappings are often the most difficult thing to implement "
"correctly. In this section we examine some canonical cases one by one, "
"starting with unidirectional mappings and then bidirectional cases. We will "
"use <literal>Person and Address in all the "
"examples."
msgstr ""
"ì—°ê´€ ë§¤í•‘ë“¤ì€ ì¢…ì¢… ì •í™•í•˜ê²Œ 구현하는 ê²ƒì´ ê°€ìž¥ ì–´ë ¤ìš´ 것ì´ë‹¤. ì´ ì ˆì—ì„œ 우리"
"는 단방향 매핑들ì—ì„œ 시작하여, ì–‘ë°©í–¥ ë§¤í•‘ì˜ ê²½ìš°ê¹Œì§€ 하나씩 몇몇 ì •ê·œì ì¸ ê²½"
"ìš°ë“¤ì„ ë…¼ì˜í• 것ì´ë‹¤. 우리는 ëª¨ë“ ì˜ˆì œë“¤ì—ì„œ <literal>Personê³¼ "
"<literal>Address를 ì‚¬ìš©í• ê²ƒì´ë‹¤."
#. Tag: para
#, no-c-format
msgid ""
"Associations will be classified by multiplicity and whether or not they map "
"to an intervening join table."
msgstr ""
"ì—°ê´€ë“¤ì€ ë‹¤ê°€ì„± ê·¸ë¦¬ê³ ì¤‘ìž¬í•˜ëŠ” join í…Œì´ë¸”ë¡œ 매핑시킬 것ì¸ì§€ ì—¬ë¶€ì— ë”°ë¼ ë¶„"
"류ë 것ì´ë‹¤."
#. Tag: para
#, no-c-format
msgid ""
"Nullable foreign keys are not considered to be good practice in traditional "
"data modelling, so our examples do not use nullable foreign keys. This is "
"not a requirement of Hibernate, and the mappings will work if you drop the "
"nullability constraints."
msgstr ""
"ë„ê°’ì´ í—ˆìš©ë˜ëŠ” 외래 í‚¤ë“¤ì€ ì „í†µì ì¸ ë°ì´í„° 모ë¸ë§ì—ì„œ ì¢‹ì€ ì‚¬ë¡€ë¡œ 간주ë˜ì§€ "
"않으므로, ìš°ë¦¬ì˜ ì˜ˆì œë“¤ì€ ë„ ê°’ì´ í—ˆìš©ë˜ëŠ” 외래 í‚¤ë“¤ì„ ì‚¬ìš©í•˜ì§€ 않는다. ì´ê²ƒ"
"ì€ í•˜ì´ë²„네ì´íŠ¸ì˜ ì‚¬ì–‘ì´ ì•„ë‹ˆë©°, ë‹¹ì‹ ì´ ë„ í—ˆìš© ì»¨ìŠ¤íŠ¸ë ˆì¸íŠ¸ë“¤ì„ ë“œë¡ì‹œí‚¬ ê²½"
"ìš°ì— ë§¤í•‘ë“¤ì´ ë™ìž‘í• ê²ƒì´ë‹¤."
#. Tag: title
#, no-c-format
msgid "Unidirectional associations"
msgstr "단방향 연관들"
#. Tag: title
#, no-c-format
msgid "Many-to-one"
msgstr "다-대-ì¼"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional many-to-one association is the most "
"common kind of unidirectional association."
msgstr ""
"<emphasis>단방향 many-to-one ì—°ê´€ì€ ê°€ìž¥ 공통ì ì¸ ì¢…ë¥˜ì˜ ë‹¨ë°©í–¥ ì—°"
"ê´€ì´ë‹¤."
#. Tag: title
#, no-c-format
msgid "One-to-one"
msgstr "ì¼-대-ì¼"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional one-to-one association on a foreign keyì€ ëŒ€ê°œ 특별한 "
"id ìƒì„±ìžë¥¼ 사용한다. 하지만 ì´ ì˜ˆì œì—ì„œ 우리는 ì—°ê´€ì˜ ë°©í–¥ì„ ì—ì „ì‹œì¼°ë‹¤:"
#. Tag: title
#, no-c-format
msgid "One-to-many"
msgstr "ì¼-대-다 "
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional one-to-many association on a foreign keyì€ ìƒ‰ë‹¤ë¥¸ 경우ì´ë©°, "
"권장ë˜ì§€ 않는다."
#. Tag: para
#, no-c-format
msgid "You should instead use a join table for this kind of association."
msgstr ""
"ëŒ€ì‹ ì— ë‹¹ì‹ ì€ ì´ëŸ° ì¢…ë¥˜ì˜ ì—°ê´€ì— ëŒ€í•´ í•˜ë‚˜ì˜ join í…Œì´ë¸”ì„ ì‚¬ìš©í•´ì•¼ 한다."
#. Tag: title
#, no-c-format
msgid "Unidirectional associations with join tables"
msgstr "join í…Œì´ë¸”ë“¤ì— ëŒ€í•œ 단방향 연관들"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional one-to-many association on a join tableunique=\"true\"ì€ ì„ í˜¸ë˜ëŠ” 옵션"
"ì´ë‹¤. <literal>unique=\"true\"를 ì§€ì •í•˜ì—¬, 다-대-다ì—ì„œ ì¼-대-다로 "
"ë‹¤ì¤‘ê°’ì„ ë³€ê²½ì‹œì¼œë¼."
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional many-to-one association on a join tableì€ ê·¸ ì—°ê´€ì´ ì„ íƒ"
"ì ì¼ ë•Œ 공통ì ì´ë‹¤. 예를 들면:"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>unidirectional one-to-one association on a join table "
"is possible, but extremely unusual."
msgstr ""
"<emphasis>join í…Œì´ë¸”ì— ëŒ€í•œ 단방향 ì¼-대-ì¼ ì—°ê´€ì€ ê°€ëŠ¥í•˜ì§€ë§Œ, ê·¹"
"히 통ìƒì ì´ì§€ 않다."
#. Tag: title
#, no-c-format
msgid "Many-to-many"
msgstr "다-대-다"
#. Tag: para
#, no-c-format
msgid ""
"Finally, here is an example of a <emphasis>unidirectional many-to-many "
"association</emphasis>."
msgstr ""
"마지막으로, 다ìŒì€ <emphasis>단방향 다-대-다 ì—°ê´€ì— ëŒ€í•œ ì˜ˆì œì´ë‹¤."
#. Tag: title
#, no-c-format
msgid "Bidirectional associations"
msgstr "양방향 연관들"
#. Tag: title
#, no-c-format
msgid "one-to-many / many-to-one"
msgstr "ì¼-대-다 / 다-대-ì¼"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>bidirectional many-to-one association is the most "
"common kind of association. The following example illustrates the standard "
"parent/child relationship."
msgstr ""
"<emphasis>ì–‘ë°©í–¥ 다-대-ì¼ ì—°ê´€ì€ ê°€ìž¥ ê³µí†µëœ ì¢…ë¥˜ì˜ ì—°ê´€ì´ë‹¤. 다"
"ìŒ ì˜ˆì œëŠ” 표준 부모/ìžì‹ 관계를 설명한다."
#. Tag: para
#, no-c-format
msgid ""
"If you use a <literal>List, or other indexed collection, set the "
"<literal>key column of the foreign key to not null and insert=\"false"
"\"</literal>:"
msgstr ""
"ë§Œì¼ ë‹¹ì‹ ì´ <literal>List, ë˜ëŠ” 다른 ì¸ë±ì‹± ëœ ì½œë ‰ì…˜ì„ ì‚¬ìš©í• ê²½"
"ìš°, 외래 í‚¤ì˜ <literal>key ì»¬ëŸ¼ì„ not nullë¡œ 설"
"ì •í•˜ë¼. 하ì´ë²„네ì´íŠ¸ëŠ” ê°ê°ì˜ ìš”ì†Œì˜ ì¸ë±ìŠ¤ë¥¼ 관리하기 위해 <literal>update="
"\"false\"</literal>와 insert=\"false\"를 ì„¤ì •í•˜ì—¬ 다른 측"
"ì„ ê°€ìƒì 으로 ì—행시킴으로서 ì½œë ‰ì…˜ë“¤ 측ì—ì„œ ê·¸ ì—°ê´€ì„ ê´€ë¦¬í• ê²ƒì´ë‹¤:"
#. Tag: para
#, no-c-format
msgid ""
"If the underlying foreign key column is <literal>NOT NULL, it is "
"important that you define <literal>not-null=\"true\" on the "
"<literal><key> element of the collection mapping. Do not "
"only declare <literal>not-null=\"true\" on a possible nested "
"<literal><column> element, but on the <key>ì¼ ê²½ìš°, ë‹¹ì‹ ì´ ì½œë ‰ì…˜ 매"
"í•‘ì˜ <literal><key>ì— not-null=\"true\"를 "
"ì •ì˜í•˜ëŠ” ê²ƒì´ ì¤‘ìš”í•˜ë‹¤. <literal>not-null=\"true\"를 가능한 ë‚´í¬"
"ëœ <literal><column> 요소 ë¿ë§Œ 아니ë¼, <key> "
"is common:"
msgstr "<emphasis>외래 í‚¤ì— ëŒ€í•œ ì–‘ë°©í–¥ì¼-대-ì¼ ì—°ê´€ì€ ê³µí†µì ì´ë‹¤:"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>bidirectional one-to-one association on a primary key "
"uses the special id generator:"
msgstr ""
"<emphasis>프ë¼ì´ë¨¸ë¦¬ í‚¤ì— ëŒ€í•œ ì–‘ë°©í–¥ ì¼-대-ì¼ ì—°ê´€ì€ íŠ¹ë³„í•œ id ìƒ"
"성ìžë¥¼ 사용한다:"
#. Tag: title
#, no-c-format
msgid "Bidirectional associations with join tables"
msgstr "join í…Œì´ë¸”ë“¤ì— ëŒ€í•œ ì–‘ë°©í–¥ 연관들"
#. Tag: para
#, no-c-format
msgid ""
"The following is an example of a <emphasis>bidirectional one-to-many "
"association on a join table</emphasis>. The inverse=\"true\"ì— ëŒ€í•œ 예"
"ì œì´ë‹¤. <literal>inverse=\"true\"는 ì—°ê´€ì˜ ì–´ëŠ ì¸¡ì´ë“ 지, ì½œë ‰ì…˜ 측"
"ì—ë„, ë˜ëŠ” join 측ì—ë„ ì“¸ 수 있다."
#. Tag: title
#, no-c-format
msgid "one to one"
msgstr "one to one"
#. Tag: para
#, no-c-format
msgid ""
"A <emphasis>bidirectional one-to-one association on a join table "
"is possible, but extremely unusual."
msgstr ""
"<emphasis>join í…Œì´ë¸”ì— ëŒ€í•œ ì–‘ë°©í–¥ ì¼-대-ì¼ ì—°ê´€ì´ ê°€ëŠ¥í•˜ì§€ë§Œ, ê·¹"
"히 통ìƒì ì´ì§€ 않다."
#. Tag: para
#, no-c-format
msgid ""
"Here is an example of a <emphasis>bidirectional many-to-many associationì— ëŒ€í•œ ì˜ˆì œì´ë‹¤."
#. Tag: title
#, no-c-format
msgid "More complex association mappings"
msgstr "보다 복잡한 연관 매핑들"
#. Tag: para
#, no-c-format
msgid ""
"More complex association joins are <emphasis>extremely rare. "
"Hibernate handles more complex situations by using SQL fragments embedded in "
"the mapping document. For example, if a table with historical account "
"information data defines <literal>accountNumber, "
"<literal>effectiveEndDate and effectiveStartDate 드물다. 하ì´ë²„네ì´íŠ¸ëŠ” 매"
"í•‘ 문서들 ë‚´ì— ì‚½ìž…ëœ SQL ì¡°ê°ë“¤ì„ 사용하여 보다 복잡한 ìƒí™©ë“¤ì„ 처리한다. 예"
"를 들어, ë§Œì¼ ê³„ì¢Œ ë‚´ì— ì •ë³´ ë°ì´í„°ë¥¼ 가진 í…Œì´ë¸”ì´ <literal>accountNumbereffectiveEndDate ê·¸ë¦¬ê³ "
"<literal>effectiveStartDate ì»¬ëŸ¼ë“¤ì„ ì •ì˜í•˜ê³ 있다면, ê·¸ê²ƒì€ ë‹¤ìŒ"
"ê³¼ ê°™ì´ ë§¤í•‘ë 것ì´ë‹¤:"
#. Tag: para
#, no-c-format
msgid ""
"You can then map an association to the <emphasis>current "
"instance, the one with null <literal>effectiveEndDate, by using:"
msgstr ""
"그때 ë‹¹ì‹ ì€ ë‹¤ìŒì„ 사용하여 í•˜ë‚˜ì˜ ì—°ê´€ì„ ë„ì´ í—ˆìš©ë˜ëŠ” "
"<literal>effectiveEndDate를 가진, current ì¸ìŠ¤"
"í„´ìŠ¤ì— ë§¤í•‘ì‹œí‚¬ 수 있다:"
#. Tag: para
#, no-c-format
msgid ""
"In a more complex example, imagine that the association between "
"<literal>Employee and Organization is "
"maintained in an <literal>Employment table full of historical "
"employment data. An association to the employee's <emphasis>most recentstartDate와 OrganizationEmployment가장 최근ì˜startDate를 ê°€"
"진 ì—°ê´€ì´ ë‹¤ìŒ ë°©ë²•ìœ¼ë¡œ 매핑ë 수 있다:"
#. Tag: para
#, no-c-format
msgid ""
"This functionality allows a degree of creativity and flexibility, but it is "
"more practical to handle these kinds of cases using HQL or a criteria query."
msgstr ""
"ì´ ê¸°ëŠ¥ì€ ìƒì‚°ì„±ê³¼ ìœ ì—°ì„± ì œê³ ë¥¼ 허용하지만, HQLì´ë‚˜ criteria 질ì˜ë¥¼ 사용하"
"ì—¬ ì´ë“¤ ì¢…ë¥˜ì˜ ê²½ìš°ë“¤ì„ ì²˜ë¦¬í•˜ëŠ” ê²ƒì´ ë³´ë‹¤ 실용ì ì´ë‹¤."
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key, addressId "
#~ "bigint not null )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key, addressId "
#~ "bigint not null )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key, addressId "
#~ "bigint not null unique )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key, addressId "
#~ "bigint not null unique )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA[\n"
#~ " </generator>\n"
#~ " </id>\n"
#~ " <one-to-one name=\"person\" constrained=\"true\"/>\n"
#~ "</class>]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ " </generator>\n"
#~ " </id>\n"
#~ " <one-to-one name=\"person\" constrained=\"true\"/>\n"
#~ "</class>]]>"
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table Address ( personId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table Address ( personId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table Address ( addressId bigint not null primary key, personId "
#~ "bigint not null )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table Address ( addressId bigint not null primary key, personId "
#~ "bigint not null )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId not null, addressId bigint not null "
#~ "primary key )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId not null, addressId bigint not null "
#~ "primary key )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null primary key, "
#~ "addressId bigint not null )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null primary key, "
#~ "addressId bigint not null )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null primary key, "
#~ "addressId bigint not null unique )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null primary key, "
#~ "addressId bigint not null unique )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null, addressId bigint "
#~ "not null, primary key (personId, addressId) )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null, addressId bigint "
#~ "not null, primary key (personId, addressId) )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ " </generator>\n"
#~ " </id>\n"
#~ " <one-to-one name=\"person\" \n"
#~ " constrained=\"true\"/>\n"
#~ "</class>]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ " </generator>\n"
#~ " </id>\n"
#~ " <one-to-one name=\"person\" \n"
#~ " constrained=\"true\"/>\n"
#~ "</class>]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null, addressId bigint "
#~ "not null primary key )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "create table Person ( personId bigint not null primary key )\n"
#~ "create table PersonAddress ( personId bigint not null, addressId bigint "
#~ "not null primary key )\n"
#~ "create table Address ( addressId bigint not null primary key )\n"
#~ " ]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
#~ msgid ""
#~ "<![CDATA[\n"
#~ "</many-to-one>]]>"
#~ msgstr ""
#~ "<![CDATA[\n"
#~ "</many-to-one>]]>"
#~ msgid ""
#~ "<![CDATA["
#~ msgstr ""
#~ "<![CDATA["
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate association_mapping.po source code file:
|