|
Hibernate example source code file (best_practices.po)
This example Hibernate source code file (best_practices.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 best_practices.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-11T05:38:15\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 "Best Practices"
msgstr "최ìƒì˜ ì‹¤ì „ 경험들"
#. Tag: term
#, fuzzy, no-c-format
msgid ""
"Write fine-grained classes and map them using <literal><component>를 사용"
"하여 ê·¸ê²ƒë“¤ì„ ë§¤í•‘í•˜ë¼."
#. Tag: para
#, no-c-format
msgid ""
"Use an <literal>Address class to encapsulate streetsuburb, state, "
"<literal>postcode. This encourages code reuse and simplifies "
"refactoring."
msgstr ""
"<literal>street, suburb, statepostcode를 캡ìŠí™” ì‹œí‚¤ëŠ”ë° Addressequals() and "
"<literal>hashCode() to compare the properties that make up the "
"natural key."
msgstr ""
"ëª¨ë“ ì—”í‹°í‹°ë“¤ì— ëŒ€í•´ ê³ ìœ í‚¤ë“¤ì„ ì‹ë³„í•˜ê³ , <literal><natural-id>와 hashCode()를 구현하"
"ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "Place each class mapping in its own file:"
msgstr "ê°ê°ì˜ í´ëž˜ìŠ¤ ë§¤í•‘ì„ ê·¸ê²ƒ ìžì‹ ì˜ íŒŒì¼ ë‚´ì— ìœ„ì¹˜ì§€ì›Œë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Do not use a single monolithic mapping document. Map <literal>com.eg.Foocom/eg/Foo.hbm.xml. This makes "
"sense, particularly in a team environment."
msgstr ""
"í•˜ë‚˜ì˜ í•œë©ì–´ë¦¬ 매핑 문서를 사용하지 ë§ë¼. <literal>com/eg/Foo.hbm.xmlcom.eg.Foo를 매핑하ë¼. ì´ê²ƒì€ 팀 환경ì—"
"ì„œ 특히 ì¢‹ì€ ì˜ë¯¸ë¥¼ 준다."
#. Tag: term
#, fuzzy, no-c-format
msgid "Load mappings as resources:"
msgstr "ë§¤í•‘ë“¤ì„ ë¦¬ì†ŒìŠ¤ë“¤ë¡œì„œ 로드시켜ë¼."
#. Tag: para
#, no-c-format
msgid "Deploy the mappings along with the classes they map."
msgstr "ê·¸ê²ƒë“¤ì´ ë§¤í•‘í•˜ëŠ” í´ëž˜ìŠ¤ë“¤ì— ë”°ë¼ì„œ ë§¤í•‘ë“¤ì„ ë°°ì¹˜í•˜ë¼"
#. Tag: term
#, fuzzy, no-c-format
msgid "Consider externalizing query strings:"
msgstr "ì§ˆì˜ ë¬¸ìžì—´ë“¤ì„ ê°ê´€í™” 시키는 ê²ƒì„ ê³ ë ¤í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"This is recommended if your queries call non-ANSI-standard SQL functions. "
"Externalizing the query strings to mapping files will make the application "
"more portable."
msgstr ""
"ë‹¹ì‹ ì˜ ì§ˆì˜ë“¤ì´ ANSI í‘œì¤€ì´ ì•„ë‹Œ SQL í•¨ìˆ˜ë“¤ì„ í˜¸ì¶œí•˜ëŠ” 경우는 ì¢‹ì€ ì‹¤ì „ì—°ìŠµì´"
"다. ì§ˆì˜ ë¬¸ìžì—´ë“¤ì„ 매핑 파ì¼ë“¤ì—다가 외부화 시키는 ê²ƒì€ ì–´í”Œë¦¬ì¼€ì´ì…˜ì„ 보다 "
"ì´ì‹ì„± 있ë„ë¡ ë§Œë“¤ì–´ì¤„ 것ì´ë‹¤."
#. Tag: term
#, no-c-format
msgid "Use bind variables."
msgstr "ë°”ì¸ë“œ ë³€ìˆ˜ë“¤ì„ ì‚¬ìš©í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"As in JDBC, always replace non-constant values by \"?\". Do not use string "
"manipulation to bind a non-constant value in a query. You should also "
"consider using named parameters in queries."
msgstr ""
"JDBCì—서처럼, ìƒìˆ˜ ì•„ë‹Œ ê°’ë“¤ì„ \"?\"ë¡œ 대체시켜ë¼. ì§ˆì˜ ì†ì— ìƒìˆ˜ ì•„ë‹Œ ê°’ì„ "
"ë°”ì¸ë“œ ì‹œí‚¤ëŠ”ë° ë¬¸ìžì—´ 처리를 ê²°ì½” 사용하지 ë§ë¼! ë” ì¢‹ê²ŒëŠ” 질ì˜ë“¤ ì†ì— 명명"
"ëœ íŒŒë¼ë¯¸í„°ë“¤ì„ 사용하는 ê²ƒì„ ê³ ë ¤í•˜ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "Do not manage your own JDBC connections:"
msgstr "ë‹¹ì‹ ìžì‹ ì˜ JDBC ì»¤ë„¥ì…˜ë“¤ì„ ê´€ë¦¬í•˜ì§€ ë§ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Hibernate allows the application to manage JDBC connections, but his "
"approach should be considered a last-resort. If you cannot use the built-in "
"connection providers, consider providing your own implementation of "
"<literal>org.hibernate.connection.ConnectionProvider."
msgstr ""
"Hibernate는 어플리케ì´ì…˜ìœ¼ë¡œ 하여금 JDBC ì»¤ë„¥ì…˜ë“¤ì„ ê´€ë¦¬í•˜ë„ë¡ í•œë‹¤. ì´ ì ‘ê·¼"
"ë²•ì€ ë§ˆì§€ë§‰ 수단으로서 ê³ ë ¤ë˜ì–´ì•¼ 한다. ë§Œì¼ ë‹¹ì‹ ì´ ë¯¸ë¦¬ 만들어진 커넥션 프로"
"ë°”ì´ë”ë“¤ì„ ì‚¬ìš©í• ìˆ˜ ì—†ì„ ê²½ìš°, <literal>org.hibernate.connection."
"ConnectionProvider</literal>ì— ëŒ€í•œ ë‹¹ì‹ ìžì‹ ì˜ êµ¬í˜„ì„ ì œê³µí•˜ëŠ” ê²ƒì„ ê³ ë ¤í•˜"
"ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "Consider using a custom type:"
msgstr "맞춤형 타입 ì‚¬ìš©ì„ ê³ ë ¤í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Suppose you have a Java type from a library that needs to be persisted but "
"does not provide the accessors needed to map it as a component. You should "
"consider implementing <literal>org.hibernate.UserType. This "
"approach frees the application code from implementing transformations to/"
"from a Hibernate type."
msgstr ""
"ë‹¹ì‹ ì´ ìžë°” íƒ€ìž…ì„ ê°–ê³ ìžˆê³ , ì–´ë–¤ ë¼ì´ë¸ŒëŸ¬ë¦¬ë¡œë¶€í„° ë§í•˜ê³ , ê·¸ê²ƒì´ ì˜ì†í™” ë "
"필요가 있지만 ê·¸ê²ƒì„ ì»´í¬ë„ŒíŠ¸ë¡œì„œ ë§¤í•‘ì‹œí‚¤ëŠ”ë° í•„ìš”í•œ accessorë“¤ì„ ì œê³µí• í•„"
"요가 ì—†ë‹¤ê³ ê°€ì •í•˜ìž. ë‹¹ì‹ ì€ <literal>org.hibernate.UserTypeì„ êµ¬í˜„"
"하는 ê²ƒì„ ê³ ë ¤í•´ì•¼ í• ê²ƒì´ë‹¤. ì´ ì ‘ê·¼ë²•ì€ Hibernate 타입으로/으로부터 변환들"
"ì„ êµ¬í˜„í•˜ëŠ” 것으로부터 어플리케ì´ì…˜ 코드를 ìžìœ ë¡ê²Œ 해준다."
#. Tag: term
#, fuzzy, no-c-format
msgid "Use hand-coded JDBC in bottlenecks:"
msgstr "병목 지ì 들ì—ì„œ 수작업으로 ì½”ë”©ëœ JDBC를 사용하ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"In performance-critical areas of the system, some kinds of operations might "
"benefit from direct JDBC. Do not assume, however, that JDBC is necessarily "
"faster. Please wait until you <emphasis>know something is a "
"bottleneck. If you need to use direct JDBC, you can open a Hibernate "
"<literal>Session, wrap your JDBC operation as a org."
"hibernate.jdbc.Work</literal> object and using that JDBC connection. This "
"way you can still use the same transaction strategy and underlying "
"connection provider."
msgstr ""
"ì‹œìŠ¤í…œì˜ í¼í¬ë¨¼ìŠ¤ê°€ 중대한 ì˜ì—들ì—ì„œ, 몇몇 ì¢…ë¥˜ì˜ ì˜¤í¼ë ˆì´ì…˜ë“¤ì€ ì§ì ‘ì ì¸ "
"JDBCì—ì„œ ì´ë“ì„ ë³¸ë‹¤. 그러나 ë‹¹ì‹ ì´ ì–´ë–¤ ê²ƒì´ ë³‘ëª©ì¸ì§€ë¥¼ <emphasis>ì•Œê¸°ì„ ì—´ê³ ê·¸ SQL ì»¤ë„¥ì…˜ì„ ì‚¬ìš©í• ê°€ì¹˜ê°€ 있"
"다. ê·¸ 방법으로 ë‹¹ì‹ ì€ ë™ì¼í•œ 트랜ìžì…˜ ë°©ë„와 기본 커넥션 프로바ì´ë”를 ì—¬ì „"
"히 ì‚¬ìš©í• ìˆ˜ 있다"
#. Tag: term
#, fuzzy, no-c-format
msgid "Understand <literal>Session flushing:"
msgstr "<literal>Session flushingì„ ì´í•´í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Sometimes the Session synchronizes its persistent state with the database. "
"Performance will be affected if this process occurs too often. You can "
"sometimes minimize unnecessary flushing by disabling automatic flushing, or "
"even by changing the order of queries and other operations within a "
"particular transaction."
msgstr ""
"ì‹œê°„ì´ ì§€ë‚¨ì— ë”°ë¼ Sessionì€ ê·¸ê²ƒì˜ ì˜ì† ìƒíƒœë¥¼ ë°ì´í„°ë² ì´ìŠ¤ì™€ ë™ê¸°í™” 시킨"
"다. ë§Œì¼ ì´ ê³¼ì •ì´ ë„ˆë¬´ ìžì£¼ ë°œìƒí• 경우 í¼í¬ë¨¼ìŠ¤ê°€ ì˜í–¥ì„ ë°›ì„ ê²ƒì´ë‹¤. ë‹¹ì‹ "
"ì€ ë•Œë•Œë¡œ ìžë™ì ì¸ flushingì„ ì‚¬ìš© 불가능하게 만들거나 íŠ¹ì • 트랜ìžì…˜ ë‚´ì—ì„œ "
"질ì˜ë“¤ì˜ 순서와 다른 오í¼ë ˆì´ì…˜ë“¤ì˜ 순서를 변경시켜서 불필요한 flushingì„ ìµœ"
"소화 시킬 수 있다."
#. Tag: term
#, fuzzy, no-c-format
msgid "In a three tiered architecture, consider using detached objects:"
msgstr ""
"3-tier 아키í…처ì—ì„œ, <literal>saveOrUpdate() ì‚¬ìš©ì„ ê³ ë ¤í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"When using a servlet/session bean architecture, you can pass persistent "
"objects loaded in the session bean to and from the servlet/JSP layer. Use a "
"new session to service each request. Use <literal>Session.merge() "
"or <literal>Session.saveOrUpdate() to synchronize objects with the "
"database."
msgstr ""
"servlet / session 빈 아키í…처를 ì‚¬ìš©í• ë•Œ, ë‹¹ì‹ ì€ sesson bean ë‚´ì— ë¡œë“œëœ ì˜"
"ì† ê°ì²´ë“¤ì„ 서블릿/JSP 계층으로/으로부터 ì „ë‹¬í• /ë°›ì„ ìˆ˜ 있다. ê°ê°ì˜ ìš”ì²ì„ "
"ì„œë¹„ìŠ¤í•˜ëŠ”ë° ìƒˆë¡œìš´ ì„¸ì…˜ì„ ì‚¬ìš©í•˜ë¼. ê°ì²´ë“¤ì„ ë°ì´í„°ë² ì´ìŠ¤ì™€ ë™ê¸°í™” 시키기 위"
"í•´ì„œ <literal>Session.merge() ë˜ëŠ” Session.saveOrUpdate()"
"</literal>를 사용하ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "In a two tiered architecture, consider using long persistence contexts:"
msgstr ""
"2-tier 아키í…처ì—ì„œ, ìˆ˜ëª…ì´ ê¸´ ì˜ì† 컨í…ìŠ¤íŠ¸ë“¤ì„ ì‚¬ìš©í•˜ëŠ” ê²ƒì„ ê³ ë ¤í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Database Transactions have to be as short as possible for best scalability. "
"However, it is often necessary to implement long running "
"<emphasis>application transactions, a single unit-of-work from "
"the point of view of a user. An application transaction might span several "
"client request/response cycles. It is common to use detached objects to "
"implement application transactions. An appropriate alternative in a two "
"tiered architecture, is to maintain a single open persistence contact "
"session for the whole life cycle of the application transaction. Then simply "
"disconnect from the JDBC connection at the end of each request and reconnect "
"at the beginning of the subsequent request. Never share a single session "
"across more than one application transaction or you will be working with "
"stale data."
msgstr ""
"ë°ì´í„°ë² ì´ìŠ¤ 트랜ìžì…˜ë“¤ì€ 최ìƒì˜ ê°€ìš©ì„±ì„ ìœ„í•´ 가능한 í•œ 짧아야 한다. 하지만 "
"장기간 실행ë˜ëŠ” <emphasis>어플리케ì´ì…˜ 트랜ìžì…˜ë“¤, 사용ìžì˜ ë·° ê´€"
"ì ì—ì„œ í•œ ê°œì˜ ë‹¨ìœ„ ìž‘ì—…ì„ êµ¬í˜„í•˜ëŠ” ê²ƒì´ ê°€ë” í•„ìˆ˜ì ì´ë‹¤. í•˜ë‚˜ì˜ ì–´í”Œë¦¬ì¼€ì´"
"ì…˜ 트랜ìžì…˜ì€ 몇 ê°œì˜ í´ë¼ì´ì–¸íŠ¸ ìš”ì²ë“¤ê³¼ ì‘답 ì£¼ê¸°ë“¤ì— ê±¸ì¹ ìˆ˜ë„ ìžˆë‹¤. 어플"
"리케ì´ì…˜ 트랜ìžì…˜ë“¤ì„ êµ¬í˜„í•˜ëŠ”ë° detached ê°ì²´ë“¤ì„ 사용하는 ê²ƒì´ ê³µí†µì ì´ë‹¤. "
"2-í‹°ì–´ 아키í…처ì—ì„œ 매우 ì ì ˆí•œ ëŒ€ì•ˆì€ ì–´í”Œë¦¬ì¼€ì´ì…˜ 트랜ìžì…˜ì˜ ì „ì²´ ìƒëª…주기 "
"ë™ì•ˆì— í•œ ê°œì˜ ì—´ë ¤ì§„ ì˜ì† ì ‘ì† (세션)ì„ ìœ ì§€í•˜ëŠ” 것ì´ê³ ê°ê°ì˜ ìš”ì²ì˜ ëì—"
"ì„œ JDBC ì»¤ë„¥ì…˜ì„ ê°„ë‹¨í•˜ê²Œ ì—°ê²°í•´ì œí•˜ê³ ì°¨í›„ì˜ ìš”ì²ì˜ 시작 ì‹œì— ë‹¤ì‹œ 연결하는 "
"것ì´ë‹¤. í•œ ê°œ ì´ìƒì˜ 어플리케ì´ì…˜ 트랜ìžì…˜ì„ 가로질러서 í•˜ë‚˜ì˜ ë‹¨ì¼ ì„¸ì…˜ì„ ê²°"
"ì½” ê³µìœ í•˜ì§€ ë§ë¼. ê³µìœ í• ê²½ìš°ì— ë‹¹ì‹ ì€ ì‹¤íš¨ì„±ì´ ì—†ëŠ” ë°ì´í„°ë¡œ 작업하게 ë 것"
"ì´ë‹¤."
#. Tag: term
#, fuzzy, no-c-format
msgid "Do not treat exceptions as recoverable:"
msgstr "예외ìƒí™©ë“¤ì„ 복구가능한 것으로서 다루지 ë§ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"This is more of a necessary practice than a \"best\" practice. When an "
"exception occurs, roll back the <literal>Transaction and close the "
"<literal>Session. If you do not do this, Hibernate cannot "
"guarantee that in-memory state accurately represents the persistent state. "
"For example, do not use <literal>Session.load() to determine if an "
"instance with the given identifier exists on the database; use "
"<literal>Session.get() or a query instead."
msgstr ""
"ì´ê²ƒì€ \"최ìƒì˜\" ì‹¤ì „ì´ ì•„ë‹Œ 보다 필수ì ì¸ ì‹¤ì „ì´ë‹¤. 예외ìƒí™©ì´ ë°œìƒí• ë•Œ, "
"<literal>Transactionì„ ë¡¤ë°±ì‹œí‚¤ê³ Sessionì„ ë‹«ì•„"
"ë¼. ë§Œì¼ ë‹¹ì‹ ì´ ê·¸ë ‡ê²Œ 하지 ì•Šì„ ê²½ìš°, Hibernate는 메모리 ë‚´ ìƒíƒœê°€ ì˜ì† ìƒíƒœ"
"를 ì •í™•í•˜ê²Œ 표현하는 ê²ƒì„ ë³´ì¦í• 수 없다. ì´ íŠ¹ë³„í•œ 경우처럼, ë§Œì¼ ì£¼ì–´ì§„ ì‹"
"별ìžë¥¼ 가진 ì¸ìŠ¤í„´ìŠ¤ê°€ ë°ì´í„°ë² ì´ìŠ¤ ìƒì— 존재하는지 여부를 ê²°ì •í•˜ëŠ”ë° "
"<literal>Session.load()를 사용하지 ë§ë¼; ëŒ€ì‹ ì— Session."
"get()</literal> ë˜ëŠ” í•˜ë‚˜ì˜ ì§ˆì˜ë¥¼ 사용하ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "Prefer lazy fetching for associations:"
msgstr "ì—°ê´€ë“¤ì— ëŒ€í•œ lazy 페ì¹ì„ ì„ í˜¸í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Use eager fetching sparingly. Use proxies and lazy collections for most "
"associations to classes that are not likely to be completely held in the "
"second-level cache. For associations to cached classes, where there is an a "
"extremely high probability of a cache hit, explicitly disable eager fetching "
"using <literal>lazy=\"false\". When join fetching is appropriate "
"to a particular use case, use a query with a <literal>left join fetch를 사용하여 eager 페"
"ì¹ì„ 명시ì 으로 사용 불가능하게 하ë¼. í•œì˜ join 페ì¹ì´ íŠ¹ì • ì“°ìž„ìƒˆì— ëŒ€í•´ ì "
"ì ˆí• ë•Œ, í•˜ë‚˜ì˜ <literal>left join fetch를 가진 질ì˜ë¥¼ 사용하ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid ""
"Use the <emphasis>open session in view pattern, or a disciplined "
"<emphasis>assembly phase to avoid problems with unfetched data:"
msgstr ""
"페치ë˜ì§€ ì•Šì€ ë°ì´í„° ë¬¸ì œì ë“¤ì„ í”¼í•˜ê¸° 위해 <emphasis>ë·° ë‚´ì— ì—´ë ¤ì§„ 세션"
"(open session in view)</emphasis> 패턴 ë˜ëŠ” í•˜ë‚˜ì˜ ì •ë¦¬ëœ ì–´ì…ˆë¸”ë¦¬ "
"단계(assembly phase)</emphasis>를 사용하ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Hibernate frees the developer from writing tedious <emphasis>Data Transfer "
"Objects</emphasis> (DTO). In a traditional EJB architecture, DTOs serve dual "
"purposes: first, they work around the problem that entity beans are not "
"serializable; second, they implicitly define an assembly phase where all "
"data to be used by the view is fetched and marshalled into the DTOs before "
"returning control to the presentation tier. Hibernate eliminates the first "
"purpose. Unless you are prepared to hold the persistence context (the "
"session) open across the view rendering process, you will still need an "
"assembly phase. Think of your business methods as having a strict contract "
"with the presentation tier about what data is available in the detached "
"objects. This is not a limitation of Hibernate. It is a fundamental "
"requirement of safe transactional data access."
msgstr ""
"Hibernate는 개발ìžë“¤ì´ <emphasis>Data Transfer Objects (DTO)를 지"
"루하게 작성하는 것으로부터 ìžìœ ë¡ê²Œ 해준다. ì „í†µì ì¸ EJB 아키í…처ì—ì„œ, DTO는 "
"ì´ì¤‘ ìš©ë„ë¡œ 기능한다: 첫 번째로 ê·¸ê²ƒë“¤ì€ ì—”í‹°í‹° 빈즈가 ì§ë ¬í™” 가능하지 않는 "
"ë¬¸ì œì ì— ëŒ€í•´ 착수한다; ë‘ ë²ˆì§¸ë¡œ ê·¸ê²ƒë“¤ì€ ë·°ì— ì˜í•´ 사용ë˜ëŠ” ëª¨ë“ ë°ì´í„°ê°€ "
"프리ì í…Œì´ì…˜ í‹°ì–´ë¡œ ì»¨íŠ¸ë¡¤ì„ ë°˜í™˜í•˜ê¸° ì „ì— DTO들 ì†ìœ¼ë¡œ 페치ë˜ê³ 마샬ë§ë˜ëŠ” "
"어셈블리 단계를 암묵ì 으로 ì •ì˜í•œë‹¤. Hibernate는 첫 번째 ìš©ë„를 ì œê±°ì‹œí‚¨ë‹¤. "
"하지만 ë‹¹ì‹ ì´ ë·° ë Œë”ë§ í”„ë¡œì„¸ìŠ¤ë¥¼ 가로질러 ì—´ë ¤ì ¸ 있는 ì˜ì† 컨í…스트(세션)"
"ì„ ë³´ê´€í• ì¤€ë¹„ê°€ ë˜ì–´ 있지 않는 í•œ, ë‹¹ì‹ ì€ ì—¬ì „ížˆ 어셈블리 단계를 필요로 í• "
"것ì´ë‹¤(detached ê°ì²´ë“¤ì—ì„œ ì´ìš©ê°€ëŠ¥í•œ ë°ì´í„°ê°€ 무엇ì¸ì§€ì— 대해 프리ì í…Œì´ì…˜ "
"티어와 엄격하게 ê³„ì•½ì„ ê°–ë„ë¡ ë‹¹ì‹ ì˜ ë¹„ì§€ë‹ˆìŠ¤ ë©”ì†Œë“œë“¤ì„ ê³ ë ¤í•˜ë¼) ì´ê²ƒì€ "
"Hibernateì˜ í•œê³„ì ì´ ì•„ë‹ˆë‹¤! ê·¸ê²ƒì€ ì•ˆì „í•œ 트랜ìžì…˜ ë°ì´í„° ì ‘ê·¼ì˜ í•„ìˆ˜ ì¡°ê±´ì´"
"다."
#. Tag: term
#, fuzzy, no-c-format
msgid "Consider abstracting your business logic from Hibernate:"
msgstr "Hibernateì—ì„œ ë‹¹ì‹ ì˜ ë¹„ì§€ë‹ˆìŠ¤ ë¡œì§ì„ 추ìƒí™” 시키는 ê²ƒì„ ê³ ë ¤í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Hide Hibernate data-access code behind an interface. Combine the "
"<emphasis>DAO and Thread Local Session "
"patterns. You can even have some classes persisted by handcoded JDBC "
"associated to Hibernate via a <literal>UserType. This advice is, "
"however, intended for \"sufficiently large\" applications. It is not "
"appropriate for an application with five tables."
msgstr ""
"(Hibernate) ë°ì´í„° 액세스 코드를 ì¸í„°íŽ˜ì´ìŠ¤ ì´ë©´ì— ì€í시켜ë¼. "
"<emphasis>DAO와 Thread Local Session 패턴들"
"ì„ ê²°í•©ì‹œì¼œë¼. ë‹¹ì‹ ì€ ì‹¬ì§€ì–´ <literal>UserTypeì„ í†µí•´ Hibernateì— "
"ì—°ê´€ëœ, 수작업으로 ì½”ë”©ëœ JDBC로서 몇몇 í´ëž˜ìŠ¤ë“¤ì„ ì˜ì†í™” 시킬 ìˆ˜ë„ ìžˆë‹¤. "
"(ì´ ì¶©ê³ ëŠ” \"충분히 í°\" 어플리케ì´ì…˜ë“¤ì— 대한 것ì´ë‹¤; ê·¸ê²ƒì€ 5ê°œì˜ í…Œì´ë¸”들"
"ì„ ê°€ì§„ 어플리케ì´ì…˜ì— 대해서는 ì ì ˆí•˜ì§€ 않다!)"
#. Tag: term
#, fuzzy, no-c-format
msgid "Do not use exotic association mappings:"
msgstr "ì‹ ì¢…ì˜ ì—°ê´€ ë§¤í•‘ì„ ì‚¬ìš©í•˜ì§€ ë§ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Practical test cases for real many-to-many associations are rare. Most of "
"the time you need additional information stored in the \"link table\". In "
"this case, it is much better to use two one-to-many associations to an "
"intermediate link class. In fact, most associations are one-to-many and many-"
"to-one. For this reason, you should proceed cautiously when using any other "
"association style."
msgstr ""
"ì‹¤ì œì˜ many-to-many ì—°ê´€ë“¤ì— ëŒ€í•œ ì¢‹ì€ ì“°ìž„ìƒˆë“¤ì€ ë“œë¬¼ë‹¤. ëŒ€ë¶€ë¶„ì˜ ì‹œê°„ ë™ì•ˆ "
"ë‹¹ì‹ ì€ \"ì—°ê²° í…Œì´ë¸”\" ë‚´ì— ì €ìž¥ëœ ì¶”ê°€ì ì¸ ì •ë³´ë¥¼ 필요로 한다. ì´ ê²½ìš°ì—, 매"
"개하는 ì—°ê²° í´ëž˜ìŠ¤ì— 대해 ë‘ ê°œì˜ one-to-many ì—°ê´€ë“¤ì„ ì‚¬ìš©í•˜ëŠ” ê²ƒì´ í›¨ì”¬ ë” "
"좋다. 사실 우리는 ëŒ€ë¶€ë¶„ì˜ ì—°ê´€ë“¤ì´ one-to-many와 many-to-oneì´ë¼ê³ ìƒê°í•˜"
"ë©°, ë‹¹ì‹ ì€ ë‹¤ë¥¸ ì—°ê´€ 스타ì¼ì„ ì‚¬ìš©í• ë•Œ 주ì˜í•´ì•¼ í•˜ê³ ê·¸ê²ƒì´ ì§„ì • 필수ì ì¸ì§€"
"를 ë‹¹ì‹ ìŠ¤ìŠ¤ë¡œ 질문하ë¼."
#. Tag: term
#, fuzzy, no-c-format
msgid "Prefer bidirectional associations:"
msgstr "ì–‘ë°©í–¥ ì—°ê´€ë“¤ì„ ì„ í˜¸í•˜ë¼."
#. Tag: para
#, no-c-format
msgid ""
"Unidirectional associations are more difficult to query. In a large "
"application, almost all associations must be navigable in both directions in "
"queries."
msgstr ""
"단방향 ì—°ê´€ë“¤ì€ ì§ˆì˜í•˜ê¸°ê°€ ë” ì–´ë µë‹¤. ë§Žì€ ì–´í”Œë¦¬ì¼€ì´ì…˜ì—ì„œ, ê±°ì˜ ëª¨ë“ ì—°ê´€ë“¤"
"ì€ ì§ˆì˜ë“¤ ë‚´ì—ì„œ ì–‘ 방향으로 네비게ì´íŠ¸ 가능해야 한다."
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate best_practices.po source code file:
|