|
Hibernate example source code file (example_mappings.po)
This example Hibernate source code file (example_mappings.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 example_mappings.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:22\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 "Example: Various Mappings"
msgstr "ì˜ˆì œ: 여러 가지 매핑들"
#. Tag: para
#, fuzzy, no-c-format
msgid "This chapters explores some more complex association mappings."
msgstr "ì´ ìž¥ì€ ëª‡ëª‡ 보다 복잡한 ì—°ê´€ ë§¤í•‘ë“¤ì„ ë³´ì—¬ì¤€ë‹¤."
#. Tag: title
#, no-c-format
msgid "Employer/Employee"
msgstr "Employer/Employee"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"The following model of the relationship between <literal>Employer "
"and <literal>Employee uses an entity class (Employment와 Employee 사ì´ì˜ ê´€ê³„ì— ëŒ€í•œ "
"ë‹¤ìŒ ëª¨í˜•ì€ ê·¸ 연관를 표현하는 ë° ì‹¤ì œ 엔티티 í´ëž˜ìŠ¤(<literal>Employment."
msgstr ""
"ê·¸ë¦¬ê³ ë‹¤ìŒì€ <literal>SchemaExportì— ì˜í•´ ìƒì„±ëœ í…Œì´ë¸” 스키마ì´"
"다."
#. Tag: title
#, no-c-format
msgid "Author/Work"
msgstr "Author/Work"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Consider the following model of the relationships between <literal>WorkAuthor and Person. In the "
"example, the relationship between <literal>Work and "
"<literal>Author is represented as a many-to-many association and "
"the relationship between <literal>Author and Person extend Person."
msgstr ""
"<literal>Work, Author ê·¸ë¦¬ê³ PersonWorkAuthor 사ì´ì˜ 관계를 many-to-many 연관으로 표현"
"한다. 우리는 <literal>Author와 Person 사ì´ì˜ ê´€"
"계를 one-to-one 연관으로 í‘œí˜„í•˜ê³ ìž ì„ íƒí•œë‹¤. ë˜ ë‹¤ë¥¸ ê°€ëŠ¥ì„±ì€ "
"<literal>Authorê°€ Personì„ í™•ìž¥í•˜ë„ë¡ í•˜ëŠ” ê²ƒì¼ "
"것ì´ë‹¤."
#. Tag: para
#, no-c-format
msgid ""
"The following mapping document correctly represents these relationships:"
msgstr "ë‹¤ìŒ ë§¤í•‘ 문서는 ì´ë“¤ ê´€ê³„ë“¤ì„ ì •í™•í•˜ê²Œ 표현한다:"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"There are four tables in this mapping: <literal>works, "
"<literal>authors and persons hold work, author "
"and person data respectively. <literal>author_work is an "
"association table linking authors to works. Here is the table schema, as "
"generated by <literal>SchemaExport:"
msgstr ""
"ì´ ë§¤í•‘ì—는 네 ê°œì˜ í…Œì´ë¸”ë“¤ì´ ì¡´ìž¬í•œë‹¤. <literal>works, "
"<literal>authors와 personsì€ ê°ê° ìž‘ì—… ë°ì´í„°, "
"ì €ìž ë°ì´í„°, ê°œì¸ ë°ì´í„°ë¥¼ 보관한다. <literal>author_work는 ì €ìžë“¤"
"ì„ ìž‘ì—…ë“¤ì— ì—°ê²°ì‹œí‚¤ëŠ” ì—°ê´€ í…Œì´ë¸”ì´ë‹¤. 다ìŒì€ <literal>SchemaExport, Order, Line ItemProduct. There is a one-to-many association "
"between <literal>Customer and Order, but how "
"can you represent <literal>Order / LineItem / "
"<literal>Product? In the example, LineItem is "
"mapped as an association class representing the many-to-many association "
"between <literal>Order and Product. In "
"Hibernate this is called a composite element."
msgstr ""
"ì´ì œ <literal>Customer, Order와 "
"<literal>LineItem ê·¸ë¦¬ê³ Product 사ì´ì˜ 관계들"
"ì— ê´€í•œ ëª¨í˜•ì„ ê²€í† í•˜ìž. <literal>Customer와 OrderOrderLineItem / Product를 í‘œí˜„í• "
"것ì¸ê°€? 나는 <literal>Order와 Product 사ì´ì˜ "
"many-to-many 연관를 나타내는 í•˜ë‚˜ì˜ ì—°ê´€ í´ëž˜ìŠ¤ë¡œì„œ <literal>LineItem, orders, "
"<literal>line_items and products hold customer, "
"order, order line item and product data respectively. <literal>line_items, orders, "
"<literal>line_items ê·¸ë¦¬ê³ products는 ê°ê° ê³ ê° "
"ë°ì´í„°, 주문 ë°ì´í„°, 주문 ë¼ì¸ ì•„ì´í…œ ë°ì´í„°, ê·¸ë¦¬ê³ ì œí’ˆ ë°ì´í„°ë¥¼ 보관한다. "
"<literal>line_items는 ë˜í•œ ì£¼ë¬¸ë“¤ì„ ì œí’ˆë“¤ê³¼ 연결시키는 ì—°ê´€ í…Œì´ë¸”"
"로서 ë™ìž‘한다."
#. Tag: title
#, no-c-format
msgid "Miscellaneous example mappings"
msgstr "기타 ì˜ˆì œ 매핑들"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"These examples are available from the Hibernate test suite. You will find "
"many other useful example mappings there by searching in the <literal>test
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate example_mappings.po source code file:
|