|
Hibernate example source code file (query_criteria.po)
This example Hibernate source code file (query_criteria.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 query_criteria.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 "Criteria Queries"
msgstr "Criteria 질ì˜ë“¤"
#. Tag: para
#, no-c-format
msgid "Hibernate features an intuitive, extensible criteria query API."
msgstr "Hibernate는 ì§ê´€ì ì¸, 확장 가능한 criteria query API를 특징 짓는다."
#. Tag: title
#, no-c-format
msgid "Creating a <literal>Criteria instance"
msgstr "<literal>Criteria ì¸ìŠ¤í„´ìŠ¤ ìƒì„±í•˜ê¸°"
#. Tag: para
#, no-c-format
msgid ""
"The interface <literal>org.hibernate.Criteria represents a query "
"against a particular persistent class. The <literal>Session is a "
"factory for <literal>Criteria instances."
msgstr ""
"<literal>org.hibernate.Criteriaì¸í„°íŽ˜ì´ìŠ¤ëŠ” íŠ¹ì • ì˜ì† í´ëž˜ìŠ¤ì— 대"
"í•œ 질ì˜ë¥¼ 표현한다. <literal>Sessionì€ Criteria "
"ì¸ìŠ¤í„´ìŠ¤ë“¤ì— 대한 íŒ©í† ë¦¬ì´ë‹¤."
#. Tag: title
#, no-c-format
msgid "Narrowing the result set"
msgstr "ê²°ê³¼ ì…‹ ì œí•œí•˜ê¸°"
#. Tag: para
#, no-c-format
msgid ""
"An individual query criterion is an instance of the interface <literal>org."
"hibernate.criterion.Criterion</literal>. The class org.hibernate."
"criterion.Restrictions</literal> defines factory methods for obtaining "
"certain built-in <literal>Criterion types."
msgstr ""
"개별ì ì¸ ì§ˆì˜ ê¸°ì¤€ì€ <literal>org.hibernate.criterion.Criterion ì¸"
"터페ì´ìŠ¤ì˜ ì¸ìŠ¤í„´ìŠ¤ì´ë‹¤. <literal>org.hibernate.criterion.RestrictionsCriterion íƒ€ìž…ë“¤ì„ ì–»"
"는 íŒ©í† ë¦¬ ë©”ì†Œë“œë“¤ì„ ì •ì˜í•œë‹¤."
#. Tag: para
#, fuzzy, no-c-format
msgid "Restrictions can be grouped logically."
msgstr "ì œí•œë“¤ì€ ë…¼ë¦¬ì 으로 그룹지워질 ìˆ˜ë„ ìžˆë‹¤."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"There are a range of built-in criterion types (<literal>Restrictions 서브í´ëž˜ìŠ¤ë“¤)"
"ì˜ ì˜ì—ì´ ê½¤ 존재하지만, 특히 ìœ ìš©í•œ ê²ƒì€ ë‹¹ì‹ ìœ¼ë¡œ 하여금 SQLì„ ì§ì ‘ ì§€ì •í•˜ë„"
"ë¡ í•´ì¤€ë‹¤."
#. Tag: para
#, no-c-format
msgid ""
"The <literal>{alias} placeholder with be replaced by the row alias "
"of the queried entity."
msgstr ""
"질ì˜ëœ ì—”í‹°í‹°ì˜ í–‰ aliasì— ì˜í•´ ëŒ€ì²´ëœ <literal>{alias} "
"placeholder."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"You can also obtain a criterion from a <literal>Property instance. "
"You can create a <literal>Property by calling Property."
"forName()</literal>:"
msgstr ""
"criterionì„ ì–»ëŠ” 대안ì ì¸ ì ‘ê·¼ë²•ì€ <literal>Property ì¸ìŠ¤í„´ìŠ¤ë¡œë¶€"
"í„° ê·¸ê²ƒì„ ì–»ëŠ” 것ì´ë‹¤. ë‹¹ì‹ ì€ <literal>Property.forName()ì„ í˜¸ì¶œí•˜"
"ì—¬ <literal>Property를 ìƒì„±ì‹œí‚¬ 수 있다."
#. Tag: title
#, no-c-format
msgid "Ordering the results"
msgstr "ê²°ê³¼ë“¤ì„ ìˆœì„œì§€ìš°ê¸°(ordering)"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"You can order the results using <literal>org.hibernate.criterion.Order를 사용하여 ê²°ê³¼ë“¤ì„ "
"순서(ordering)지울 수 있다."
#. Tag: title
#, no-c-format
msgid "Associations"
msgstr "연관들"
#. Tag: para
#, no-c-format
msgid ""
"By navigating associations using <literal>createCriteria() you can "
"specify constraints upon related entities:"
msgstr ""
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"The second <literal>createCriteria() returns a new instance of "
"<literal>Criteria that refers to the elements of the "
"<literal>kittens collection."
msgstr ""
"ë‘ ë²ˆì§¸ <literal>createCriteria()는 Criteriaì˜ "
"새로운 ì¸ìŠ¤í„´ìŠ¤ë¥¼ 반환하며, ê·¸ê²ƒì€ <literal>kittens ì½œë ‰ì…˜ì˜ ìš”ì†Œë“¤"
"ì„ ì°¸ì¡°í•œë‹¤ëŠ” ì ì„ ë…¸íŠ¸í•˜ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"There is also an alternate form that is useful in certain circumstances:"
msgstr "ë‹¤ìŒ ëŒ€ì²´ 형ì‹ì€ ì–´ë–¤ 환경들ì—ì„œ ìœ ìš©í•˜ë‹¤."
#. Tag: para
#, no-c-format
msgid ""
"(<literal>createAlias() does not create a new instance of "
"<literal>Criteria.)"
msgstr ""
"(<literal>createAlias()는 Criteriaì˜ ìƒˆë¡œìš´ ì¸ìŠ¤"
"턴스를 ìƒì„±ì‹œí‚¤ì§€ 않는다.)"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"The kittens collections held by the <literal>Cat instances "
"returned by the previous two queries are <emphasis>not pre-"
"filtered by the criteria. If you want to retrieve just the kittens that "
"match the criteria, you must use a <literal>ResultTransformer."
msgstr ""
"ì•žì˜ ë‘ ê°œì˜ ì§ˆì˜ë“¤ì— ì˜í•´ ë°˜í™˜ëœ <literal>Cat ì¸ìŠ¤í„´ìŠ¤ë“¤ì— ì˜í•´ ë³´"
"ê´€ëœ kittens ì½œë ‰ì…˜ë“¤ì€ criteriaì— ì˜í•´ ì‚¬ì „-í•„í„°ë§ë˜ì§€ <emphasis>않는다s with a mate whose name "
"starts with \"good\" ordered by their mate's age, and all cats who do not "
"have a mate. This is useful when there is a need to order or limit in the "
"database prior to returning complex/large result sets, and removes many "
"instances where multiple queries would have to be performed and the results "
"unioned by java in memory."
msgstr ""
#. Tag: para
#, no-c-format
msgid ""
"Without this feature, first all of the cats without a mate would need to be "
"loaded in one query."
msgstr ""
#. Tag: para
#, no-c-format
msgid ""
"A second query would need to retreive the cats with mates who's name started "
"with \"good\" sorted by the mates age."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Thirdly, in memory; the lists would need to be joined manually."
msgstr ""
#. Tag: title
#, no-c-format
msgid "Dynamic association fetching"
msgstr "ë™ì ì¸ ì—°ê´€ 페ì¹"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"You can specify association fetching semantics at runtime using "
"<literal>setFetchMode()."
msgstr ""
"ë‹¹ì‹ ì€ <literal>setFetchMode()를 사용하여 실행 ì‹œì— ì—°ê´€ íŽ˜ì¹ ì˜ë¯¸"
"를 ì§€ì •í• ìˆ˜ 있다."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"This query will fetch both <literal>mate and kittens for "
"more information."
msgstr ""
"ì´ ì§ˆì˜ëŠ” outer ì¡°ì¸ìœ¼ë¡œ <literal>mate와 kittens allows you to "
"construct a query criterion from a given instance."
msgstr ""
"<literal>org.hibernate.criterion.Example í´ëž˜ìŠ¤ëŠ” 주어진 ì¸ìŠ¤í„´ìŠ¤ë¡œ"
"부터 ì§ˆì˜ ê¸°ì¤€(criterion)ì„ êµ¬ì¡°í™” 시키는 ê²ƒì„ ë‹¹ì‹ ì—게 허용해준다."
#. Tag: para
#, no-c-format
msgid ""
"Version properties, identifiers and associations are ignored. By default, "
"null valued properties are excluded."
msgstr ""
"ë²„ì „ 프로í¼í‹°ë“¤, ì‹ë³„ìžë“¤, ì—°ê´€ê´€ê³„ë“¤ì´ ë¬´ì‹œëœë‹¤. ë””í´íŠ¸ë¡œ null ê°’ 프로í¼í‹°ë“¤"
"ì´ ì œì™¸ëœë‹¤."
#. Tag: para
#, no-c-format
msgid "You can adjust how the <literal>Example is applied."
msgstr "ë‹¹ì‹ ì€ <literal>Exampleì´ ì ìš©ë˜ëŠ” ë°©ë²•ì„ ì¡°ì •í• ìˆ˜ 있다."
#. Tag: para
#, no-c-format
msgid "You can even use examples to place criteria upon associated objects."
msgstr ""
"ë‹¹ì‹ ì€ ì—°ê´€ëœ ê°ì²´ë“¤ì— 대한 criteria(기준)ì„ ìœ„ì¹˜ì§€ìš°ëŠ”ë° examples를 ì‚¬ìš©í• "
"수 있다."
#. Tag: title
#, no-c-format
msgid "Projections, aggregation and grouping"
msgstr "Projections, aggregation ê·¸ë¦¬ê³ grouping"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"The class <literal>org.hibernate.criterion.Projections is a "
"factory for <literal>Projection instances. You can apply a "
"projection to a query by calling <literal>setProjection()."
msgstr ""
"<literal>org.hibernate.criterion.Projections í´ëž˜ìŠ¤ëŠ” "
"<literal>Projection ì¸ìŠ¤í„´ìŠ¤ë“¤ì— 대한 íŒ©í† ë¦¬ì´ë‹¤. 우리는 "
"<literal>setProjection()ì„ í˜¸ì¶œí•˜ì—¬ í•˜ë‚˜ì˜ ì§ˆì˜ì— projection(투사,"
"투ì˜)ì„ ì 용시킨다."
#. Tag: para
#, no-c-format
msgid ""
"There is no explicit \"group by\" necessary in a criteria query. Certain "
"projection types are defined to be <emphasis>grouping projectionsgroup by clause."
msgstr ""
"criteria ì§ˆì˜ ë‚´ì—서는 명시ì ì¸ \"group by\"ê°€ 필수ì ì´ì§€ 않다. ì–´ë–¤ "
"projection íƒ€ìž…ë“¤ì€ <emphasis>grouping projections들ì´ê²Œë” ì •ì˜ë˜"
"ê³ , ê·¸ê²ƒì€ ë˜í•œ SQL <literal>group by ì ˆ ì†ì— 나타난다."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"An alias can be assigned to a projection so that the projected value can be "
"referred to in restrictions or orderings. Here are two different ways to do "
"this:"
msgstr ""
"alias는 ì„ íƒì 으로 projectionì— í• ë‹¹ë 수 있어서, 투사ëœ(projected) ê°’ì€ ì œí•œ"
"(restriction)들 ë˜ëŠ” ordering들 ë‚´ì—ì„œ 참조ë 수 있다. 다ìŒì€ ì´ê²ƒì„ 행하는 "
"ë‘ ê°œì˜ ë‹¤ë¥¸ 방법들ì´ë‹¤:"
#. Tag: para
#, no-c-format
msgid ""
"The <literal>alias() and as() methods simply "
"wrap a projection instance in another, aliased, instance of "
"<literal>Projection. As a shortcut, you can assign an alias when "
"you add the projection to a projection list:"
msgstr ""
"<literal>alias() 메소드와 as() 메소드는 ë˜ ë‹¤ë¥¸ "
"alias ëœ <literal>Projectionì˜ ì¸ìŠ¤í„´ìŠ¤ ë‚´ì— í•˜ë‚˜ì˜ projection ì¸ìŠ¤"
"턴스를 간단하게 í¬ìž¥í•œë‹¤. 지름길로서, ë‹¹ì‹ ì´ projectionì„ projection 리스트"
"ì— ì¶”ê°€í• ë•Œ ë‹¹ì‹ ì€ alias를 í• ë‹¹í• ìˆ˜ 있다:"
#. Tag: para
#, no-c-format
msgid ""
"You can also use <literal>Property.forName() to express "
"projections:"
msgstr ""
"ë‹¹ì‹ ì€ ë˜í•œ projectionë“¤ì„ í‘œí˜„í•˜ëŠ”ë° <literal>Property.forName()"
"ì„ ì‚¬ìš©í• ìˆ˜ 있다:"
#. Tag: title
#, no-c-format
msgid "Detached queries and subqueries"
msgstr "Detached 질ì˜ë“¤ê³¼ 서브질ì˜ë“¤"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"The <literal>DetachedCriteria class allows you to create a query "
"outside the scope of a session and then execute it using an arbitrary "
"<literal>Session."
msgstr ""
"<literal>DetachedCriteria í´ëž˜ìŠ¤ëŠ” ë‹¹ì‹ ì—게 세션 ì˜ì—ì˜ ì™¸ë¶€ì—ì„œ 질"
"ì˜ë¥¼ ìƒì„±ì‹œí‚¤ë„ë¡ í•˜ê³ , 그런 ë‹¤ìŒ ë‚˜ì¤‘ì— ì–´ë–¤ ìž„ì˜ì˜ <literal>Session can also be used to express a "
"subquery. Criterion instances involving subqueries can be obtained via "
"<literal>Subqueries or Property."
msgstr ""
"<literal>DetachedCriteria는 ë˜í•œ 서브질ì˜ë¥¼ í‘œí˜„í•˜ëŠ”ë° ì‚¬ìš©ëœë‹¤. ì„œ"
"브질ì˜ë“¤ì„ í¬í•¨í•˜ëŠ” Criterion ì¸ìŠ¤í„´ìŠ¤ë“¤ì€ <literal>Subqueries ë˜"
"는 <literal>Property를 통해 얻어질 수 있다."
#. Tag: para
#, fuzzy, no-c-format
msgid "Correlated subqueries are also possible:"
msgstr "심지어 ìƒê´€ê´€ê³„ 지워진 서브질ì˜ë“¤ì´ 가능하다:"
#. Tag: title
#, no-c-format
msgid "Queries by natural identifier"
msgstr "natural ì‹ë³„ìžì— ì˜í•œ 질ì˜ë“¤"
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"For most queries, including criteria queries, the query cache is not "
"efficient because query cache invalidation occurs too frequently. However, "
"there is a special kind of query where you can optimize the cache "
"invalidation algorithm: lookups by a constant natural key. In some "
"applications, this kind of query occurs frequently. The criteria API "
"provides special provision for this use case."
msgstr ""
"ëŒ€ë¶€ë¶„ì˜ ì§ˆì˜ë“¤ì—ì„œ, criteria 질ì˜ë“¤ì„ í¬í•¨í•˜ì—¬, ì§ˆì˜ ìºì‹œëŠ” 매우 효율ì ì´ì§€ "
"않다. 왜ëƒí•˜ë©´ ì§ˆì˜ ìºì‹œ ë¹„ìœ íš¨ì„±ì´ ë„ˆë¬´ ìžì£¼ ë°œìƒí•˜ê¸° 때문ì´ë‹¤. 하지만, 우리"
"ê°€ ìºì‹œ ë¹„ìœ íš¨ì„± ì•Œê³ ë¦¬ì¦˜ì„ ìµœì í™” 시킬 수 있는 í•œ 가지 특별한 ì¢…ë¥˜ì˜ ì§ˆì˜ê°€ "
"존재한다: ìƒìˆ˜ natural í‚¤ì— ì˜í•œ 룩업. 몇몇 어플리케ì´ì…˜ë“¤ì—ì„œ, ì´ëŸ° ì¢…ë¥˜ì˜ "
"질ì˜ê°€ ìžì£¼ ë°œìƒí•œë‹¤. criteria API는 ì´ ì“°ìž„ìƒˆë¥¼ 위한 특별한 설비를 ì œê³µí•œë‹¤."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"First, map the natural key of your entity using <literal><natural-id>를 사용하여 ë‹¹ì‹ ì˜ ì—”í‹°"
"í‹°ì— ëŒ€í•œ natural 키를 매핑 시켜야 í•˜ê³ , second-level ìºì‹œ ì‚¬ìš©ì„ ê°€ëŠ¥í•˜ê²Œ í•´"
"야 한다."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"This functionality is not intended for use with entities with "
"<emphasis>mutable natural keys."
msgstr ""
"ì´ ê¸°ëŠ¥ì€ <emphasis>가변성 있는 natural í‚¤ë“¤ì„ ê°€ì§„ ì—”í‹°í‹°ë“¤ì˜ ìš©"
"ë„ë¡œ ê³ ì•ˆë˜ì–´ 있지 ì•ŠìŒì„ 노트하ë¼."
#. Tag: para
#, fuzzy, no-c-format
msgid ""
"Once you have enabled the Hibernate query cache, the <literal>Restrictions."
"naturalId()</literal> allows you to make use of the more efficient cache "
"algorithm."
msgstr ""
"ì´ì œ <literal>Restrictions.naturalId()는 ìºì‹œ ì•Œê³ ë¦¬ì¦˜ì„ ë³´ë‹¤ 효율"
"ì 으로 ì‚¬ìš©í• ìˆ˜ 있ë„ë¡ ìš°ë¦¬ì—게 허용해준다."
#~ msgid ""
#~ "You may easily specify constraints upon related entities by navigating "
#~ "associations using <literal>createCriteria()."
#~ msgstr ""
#~ "ë‹¹ì‹ ì€ <literal>createCriteria()를 사용하여 ì—°ê´€ë“¤ì„ ë„¤ë¹„ê²Œì´íŠ¸"
#~ "í•¨ìœ¼ë¡œì¨ ê´€ê³„ëœ ì—”í‹°í‹°ë“¤ì— ëŒ€í•œ ì»¨ìŠ¤íŠ¸ë ˆì¸íŠ¸ë“¤ì„ 쉽게 ì§€ì •í• ìˆ˜ 있다."
#~ msgid "Next, enable the Hibernate query cache."
#~ msgstr "다ìŒìœ¼ë¡œ , Hibernate ì§ˆì˜ ìºì‹œë¥¼ 사용 가능하ë„ë¡ í•˜ë¼."
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate query_criteria.po source code file:
|