|
Hibernate example source code file (architecture.po)
This example Hibernate source code file (architecture.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 architecture.po source code
# translation of Collection_Mapping.po to
# Xi Huang <xhuang@redhat.com>, 2006.
# Xi HUANG <xhuang@redhat.com>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: Collection_Mapping\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2010-07-21 05:38+0000\n"
"PO-Revision-Date: 2010-03-15 08:47+1000\n"
"Last-Translator: Xi HUANG <xhuang@redhat.com>\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
#. Tag: title
#: architecture.xml:34
#, no-c-format
msgid "Architecture"
msgstr "体系结构(Architecture)"
#. Tag: title
#: architecture.xml:37
#, no-c-format
msgid "Overview"
msgstr "概况(Overview)"
#. Tag: para
#: architecture.xml:39
#, no-c-format
msgid ""
"The diagram below provides a high-level view of the Hibernate architecture:"
msgstr "下é¢çš„图表æ供了 Hibernate 体系结构的高层视图:"
#. Tag: para
#: architecture.xml:52
#, no-c-format
msgid ""
"Unfortunately we cannot provide a detailed view of all possible runtime "
"architectures. Hibernate is sufficiently flexible to be used in a number of "
"ways in many, many architectures. We will, however, illustrate 2 "
"specifically since they are extremes."
msgstr ""
#. Tag: title
#: architecture.xml:59
#, fuzzy, no-c-format
msgid "Minimal architecture"
msgstr "体系结构(Architecture)"
#. Tag: para
#: architecture.xml:61
#, fuzzy, no-c-format
msgid ""
"The \"minimal\" architecture has the application manage its own JDBC "
"connections and provide those connections to Hibernate; additionally the "
"application manages transactions for itself. This approach uses a minimal "
"subset of Hibernate APIs."
msgstr ""
"“最å°â€çš„体系结构方案,è¦æ±‚应用程åºæ供自己的 JDBC 连接并管ç†è‡ªå·±çš„事务。这ç§"
"方案使用了Hibernate API 的最å°å集:"
#. Tag: title
#: architecture.xml:77
#, no-c-format
msgid "Comprehensive architecture"
msgstr ""
#. Tag: para
#: architecture.xml:79
#, no-c-format
msgid ""
"The \"comprehensive\" architecture abstracts the application away from the "
"underlying JDBC/JTA APIs and allows Hibernate to manage the details."
msgstr ""
"“全é¢è§£å†³â€çš„体系结构方案,将应用层从底层的 JDBC/JTA API ä¸æŠ½è±¡å‡ºæ¥ï¼Œè€Œè®© "
"Hibernate æ¥å¤„ç†è¿™äº›ç»†èŠ‚。"
#. Tag: title
#: architecture.xml:94
#, no-c-format
msgid "Basic APIs"
msgstr ""
#. Tag: para
#: architecture.xml:95
#, no-c-format
msgid ""
"Here are quick discussions about some of the API objects depicted in the "
"preceding diagrams (you will see them again in more detail in later "
"chapters)."
msgstr ""
#. Tag: term
#: architecture.xml:100
#, fuzzy, no-c-format
msgid ""
"SessionFactory (<interfacename>org.hibernate.SessionFactory)"
msgstr "SessionFactory (<literal>org.hibernate.SessionFactory)"
#. Tag: para
#: architecture.xml:102
#, fuzzy, no-c-format
msgid ""
"A thread-safe, immutable cache of compiled mappings for a single database. A "
"factory for <interfacename>org.hibernate.Session instances. "
"A client of <interfacename>org.hibernate.connection.ConnectionProvidersecond level cache "
"of data that is reusable between transactions at a process or cluster level."
msgstr ""
"针对å•ä¸ªæ•°æ®åº“æ˜ å°„å…³ç³»ç»è¿‡ç¼–译åŽçš„内å˜é•œåƒï¼Œæ˜¯çº¿ç¨‹å®‰å…¨çš„(ä¸å¯å˜ï¼‰ã€‚ 作为 "
"<literal>Session 的工厂和 ConnectionProvider 的"
"客户。<literal>SessionFactory å¯ä»¥åœ¨è¿›ç¨‹æˆ–集群的级别上,为那些事务"
"之间å¯ä»¥é‡ç”¨çš„æ•°æ®æä¾›å¯é€‰çš„二级缓å˜ã€‚"
#. Tag: term
#: architecture.xml:112
#, fuzzy, no-c-format
msgid "Session (<interfacename>org.hibernate.Session)"
msgstr "Session (<literal>org.hibernate.Session)"
#. Tag: para
#: architecture.xml:114
#, fuzzy, no-c-format
msgid ""
"A single-threaded, short-lived object representing a conversation between "
"the application and the persistent store. Wraps a JDBC <interfacename>java."
"sql.Connection</interfacename>. Factory for org.hibernate."
"Transaction</interfacename>. Maintains a first level cache 的工厂。它会æŒæœ‰ä¸€ä¸ªé’ˆå¯¹"
"æŒä¹…化对象的必选(第一级)缓å˜ï¼Œåœ¨éåŽ†å¯¹è±¡å›¾æˆ–è€…æ ¹æ®æŒä¹…åŒ–æ ‡è¯†æŸ¥æ‰¾å¯¹è±¡æ—¶ä¼šç”¨"
"到。"
#. Tag: term
#: architecture.xml:126
#, no-c-format
msgid "Persistent objects and collections"
msgstr "æŒä¹…的对象åŠå…¶é›†åˆ"
#. Tag: para
#: architecture.xml:128
#, fuzzy, no-c-format
msgid ""
"Short-lived, single threaded objects containing persistent state and "
"business function. These can be ordinary JavaBeans/POJOs. They are "
"associated with exactly one <interfacename>org.hibernate.Sessionorg.hibernate.SessionSession 被关é—,这些对象就会脱离"
"æŒä¹…化状æ€ï¼Œè¿™æ ·å°±å¯è¢«åº”用程åºçš„任何层自由使用(例如,用作跟表示层打交é“çš„æ•°"
"æ®ä¼ 输对象)。"
#. Tag: term
#: architecture.xml:140
#, no-c-format
msgid "Transient and detached objects and collections"
msgstr "瞬æ€ï¼ˆtransient)和脱管(detached)的对象åŠå…¶é›†åˆ"
#. Tag: para
#: architecture.xml:142
#, fuzzy, no-c-format
msgid ""
"Instances of persistent classes that are not currently associated with a "
"<interfacename>org.hibernate.Session. They may have been "
"instantiated by the application and not yet persisted, or they may have been "
"instantiated by a closed <interfacename>org.hibernate.Session discusses transient, "
"persistent and detached object states."
msgstr ""
"那些目å‰æ²¡æœ‰ä¸Ž <literal>Sessionå…³è”çš„æŒä¹…化类实例。他们å¯èƒ½æ˜¯åœ¨è¢«åº”"
"用程åºå®žä¾‹åŒ–åŽï¼Œå°šæœªè¿›è¡ŒæŒä¹…化的对象。也å¯èƒ½æ˜¯å› 为实例化他们的 "
"<literal>Session å·²ç»è¢«å…³é—而脱离æŒä¹…化的对象。"
#. Tag: term
#: architecture.xml:152
#, fuzzy, no-c-format
msgid "Transaction (<interfacename>org.hibernate.Transaction)"
msgstr "事务 Transaction (<literal>org.hibernate.Transaction)"
#. Tag: para
#: architecture.xml:154
#, fuzzy, no-c-format
msgid ""
"(Optional) A single-threaded, short-lived object used by the application to "
"specify atomic units of work. It abstracts the application from the "
"underlying JDBC, JTA or CORBA transaction. A <interfacename>org.hibernate."
"Session</interfacename> might span several org.hibernate."
"Transaction</interfacename>s in some cases. However, transaction "
"demarcation, either using the underlying API or <interfacename>org.hibernate."
"Transaction</interfacename>, is never optional."
msgstr ""
"(å¯é€‰çš„)应用程åºç”¨æ¥æŒ‡å®šåŽŸåæ“作å•å…ƒèŒƒå›´çš„对象,它是å•çº¿ç¨‹çš„,生命周期很"
"çŸã€‚它通过抽象将应用从底层具体的 JDBCã€JTA ä»¥åŠ CORBA 事务隔离开。æŸäº›æƒ…况"
"下,一个 <literal>Session 之内å¯èƒ½åŒ…å«å¤šä¸ª Transaction 对象,事务边界的开å¯ä¸Žå…³é—是必需的。 "
#. Tag: term
#: architecture.xml:165
#, fuzzy, no-c-format
msgid ""
"ConnectionProvider (<interfacename>org.hibernate.connection."
"ConnectionProvider</interfacename>)"
msgstr ""
"ConnectionProvider (<literal>org.hibernate.connection.ConnectionProviderjava.sql.DriverManager. It "
"is not exposed to application, but it can be extended and/or implemented by "
"the developer."
msgstr ""
"(å¯é€‰çš„ï¼‰ç”Ÿæˆ JDBC 连接的工厂(åŒæ—¶ä¹Ÿèµ·åˆ°è¿žæŽ¥æ± 的作用)。它通过抽象将应用从"
"底层的 <literal>Datasource 或 DriverManager 隔离"
"开。仅供开å‘者扩展/实现用,并ä¸å¼€æ”¾ç»™åº”用程åºä½¿ç”¨ã€‚"
#. Tag: term
#: architecture.xml:176
#, fuzzy, no-c-format
msgid ""
"TransactionFactory (<interfacename>org.hibernate.TransactionFactory)"
#. Tag: para
#: architecture.xml:178
#, fuzzy, no-c-format
msgid ""
"(Optional) A factory for <interfacename>org.hibernate.Transaction 对象实例的工厂。仅供开å‘者扩展/"
"实现用,并ä¸å¼€å‘能够给应用程åºä½¿ç”¨ã€‚"
#. Tag: emphasis
#: architecture.xml:186
#, fuzzy, no-c-format
msgid "Extension Interfaces"
msgstr "<emphasis>æ‰©å±•æŽ¥å£ "
#. Tag: para
#: architecture.xml:188
#, no-c-format
msgid ""
"Hibernate offers a range of optional extension interfaces you can implement "
"to customize the behavior of your persistence layer. See the API "
"documentation for details."
msgstr ""
"Hibernate æ供了很多å¯é€‰çš„扩展接å£ï¼Œä½ å¯ä»¥é€šè¿‡å®žçŽ°å®ƒä»¬æ¥å®šåˆ¶ä½ çš„æŒä¹…层的行"
"为。具体请å‚考 API 文档。"
#. Tag: title
#: architecture.xml:200
#, no-c-format
msgid "JMX Integration"
msgstr "JMX æ•´åˆ"
#. Tag: para
#: architecture.xml:202
#, no-c-format
msgid ""
"JMX is the J2EE standard for the management of Java components. Hibernate "
"can be managed via a JMX standard service. AN MBean implementation is "
"provided in the distribution: <literal>org.hibernate.jmx.HibernateService-based contextual "
"sessions, helper classes such as <literal>HibernateUtil, or "
"utilized third-party frameworks, such as Spring or Pico, which provided "
"proxy/interception-based contextual sessions."
msgstr ""
"使用 Hibernate 的大多数应用程åºéœ€è¦æŸç§å½¢å¼çš„“上下文相关的â€ä¼šè¯ï¼Œç‰¹å®šçš„会è¯åœ¨"
"整个特定的上下文范围内始终有效。然而,对ä¸åŒç±»åž‹çš„应用程åºè€Œè¨€ï¼Œè¦ä¸ºä»€ä¹ˆæ˜¯ç»„"
"æˆè¿™ç§â€œä¸Šä¸‹æ–‡â€ä¸‹ä¸€ä¸ªå®šä¹‰é€šå¸¸æ˜¯å›°éš¾çš„ï¼›ä¸åŒçš„上下文对“当å‰â€è¿™ä¸ªæ¦‚念定义了ä¸åŒ"
"的范围。在 3.0 版本之å‰ï¼Œä½¿ç”¨ Hibernate 的程åºè¦ä¹ˆé‡‡ç”¨è‡ªè¡Œç¼–写的基于 "
"<literal>ThreadLocal 的上下文会è¯ï¼Œè¦ä¹ˆé‡‡ç”¨ "
"<literal>HibernateUtil è¿™æ ·çš„è¾…åŠ©ç±»ï¼Œè¦ä¹ˆé‡‡ç”¨ç¬¬ä¸‰æ–¹æ¡†æž¶ï¼ˆæ¯”如 "
"Spring 或 Pico),它们æ供了基于代ç†ï¼ˆproxy)或者基于拦截器(interception)的"
"上下文相关的会è¯ã€‚"
#. Tag: para
#: architecture.xml:225
#, no-c-format
msgid ""
"Starting with version 3.0.1, Hibernate added the <literal>SessionFactory."
"getCurrentSession()</literal> method. Initially, this assumed usage of "
"<literal>JTA transactions, where the JTA "
"transaction defined both the scope and context of a current session. Given "
"the maturity of the numerous stand-alone <literal>JTA TransactionManager transaction management, whether or not they are "
"deployed into a <literal>J2EE container. Based on that, the "
"<literal>JTA-based contextual sessions are all you need to use."
msgstr ""
"从 3.0.1 版本开始,Hibernate å¢žåŠ äº† <literal>SessionFactory.getCurrentSession"
"()</literal> 方法。一开始,它å‡å®šäº†é‡‡ç”¨ JTA 事务,"
"<literal>JTA äº‹åŠ¡å®šä¹‰äº†å½“å‰ session 的范围和上下文(scope å’Œ "
"contextï¼‰ã€‚å› ä¸ºæœ‰å¥½å‡ ä¸ªç‹¬ç«‹çš„ <literal>JTA TransactionManager 实现"
"稳定å¯ç”¨ï¼Œä¸è®ºæ˜¯å¦è¢«éƒ¨ç½²åˆ°ä¸€ä¸ª <literal>J2EE 容器ä¸ï¼Œå¤§å¤šæ•°ï¼ˆå‡è‹¥ä¸"
"是所有的)应用程åºéƒ½åº”该采用 <literal>JTA 事务管ç†ã€‚基于这一点,采"
"用 <literal>JTA 的上下文相关的会è¯å¯ä»¥æ»¡è¶³ä½ 一切需è¦ã€‚"
#. Tag: para
#: architecture.xml:235
#, no-c-format
msgid ""
"However, as of version 3.1, the processing behind <literal>SessionFactory."
"getCurrentSession()</literal> is now pluggable. To that end, a new extension "
"interface, <literal>org.hibernate.context.CurrentSessionContext, "
"and a new configuration parameter, <literal>hibernate."
"current_session_context_class</literal>, have been added to allow "
"pluggability of the scope and context of defining current sessions."
msgstr ""
"更好的是,从 3.1 开始,<literal>SessionFactory.getCurrentSession() "
"çš„åŽå°å®žçŽ°æ˜¯å¯æ‹”æ’çš„ã€‚å› æ¤ï¼Œæˆ‘们引入了新的扩展接å£ï¼ˆ<literal>org.hibernate."
"context.CurrentSessionContext</literal>)和新的é…ç½®å‚数(hibernate."
"current_session_context_class</literal>),以便对什么是当å‰ä¼šè¯çš„范围"
"(scope)和上下文(context)的定义进行拔æ’。"
#. Tag: para
#: architecture.xml:242
#, no-c-format
msgid ""
"See the Javadocs for the <literal>org.hibernate.context."
"CurrentSessionContext</literal> interface for a detailed discussion of its "
"contract. It defines a single method, <literal>currentSession(), "
"by which the implementation is responsible for tracking the current "
"contextual session. Out-of-the-box, Hibernate comes with three "
"implementations of this interface:"
msgstr ""
"请å‚阅 <literal>org.hibernate.context.CurrentSessionContext 接å£çš„ "
"Javadoc,那里有关于它的契约的详细讨论。它定义了å•ä¸€çš„方法,"
"<literal>currentSession(),特定的实现用它æ¥è´Ÿè´£è·Ÿè¸ªå½“å‰çš„上下文相关"
"的会è¯ã€‚Hibernate 内置了æ¤æŽ¥å£çš„三ç§å®žçŽ°ï¼š"
#. Tag: para
#: architecture.xml:252
#, no-c-format
msgid ""
"<literal>org.hibernate.context.JTASessionContext: current sessions "
"are tracked and scoped by a <literal>JTA transaction. The "
"processing here is exactly the same as in the older JTA-only approach. See "
"the Javadocs for details."
msgstr ""
"<literal>org.hibernate.context.JTASessionContext:当å‰ä¼šè¯æ ¹æ® "
"<literal>JTA æ¥è·Ÿè¸ªå’Œç•Œå®šã€‚这和以å‰çš„ä»…æ”¯æŒ JTA çš„æ–¹æ³•æ˜¯å®Œå…¨ä¸€æ ·"
"的。详情请å‚阅 Javadoc。"
#. Tag: para
#: architecture.xml:260
#, no-c-format
msgid ""
"<literal>org.hibernate.context.ThreadLocalSessionContext:current "
"sessions are tracked by thread of execution. See the Javadocs for details."
msgstr ""
"<literal>org.hibernate.context.ThreadLocalSessionContext:当å‰ä¼šè¯"
"通过当å‰æ‰§è¡Œçš„线程æ¥è·Ÿè¸ªå’Œç•Œå®šã€‚详情也请å‚阅 Javadoc。"
#. Tag: para
#: architecture.xml:266
#, no-c-format
msgid ""
"<literal>org.hibernate.context.ManagedSessionContext: current "
"sessions are tracked by thread of execution. However, you are responsible to "
"bind and unbind a <literal>Session instance with static methods on "
"this class: it does not open, flush, or close a <literal>Session."
msgstr ""
"<literal>org.hibernate.context.ManagedSessionContext:当å‰ä¼šè¯é€šè¿‡"
"当å‰æ‰§è¡Œçš„线程æ¥è·Ÿè¸ªå’Œç•Œå®šã€‚ä½†æ˜¯ï¼Œä½ éœ€è¦è´Ÿè´£ä½¿ç”¨è¿™ä¸ªç±»çš„é™æ€æ–¹æ³•å°† "
"<literal>Session 实例绑定ã€æˆ–者å–消绑定,它并ä¸ä¼šæ‰“开(open)ã€"
"flush 或者关é—(close)任何 <literal>Session。"
#. Tag: para
#: architecture.xml:275
#, fuzzy, no-c-format
msgid ""
"The first two implementations provide a \"one session - one database "
"transaction\" programming model. This is also known and used as "
"<emphasis>session-per-request. The beginning and end of a "
"Hibernate session is defined by the duration of a database transaction. If "
"you use programmatic transaction demarcation in plain JSE without JTA, you "
"are advised to use the Hibernate <literal>Transaction API to hide "
"the underlying transaction system from your code. If you use JTA, you can "
"utilize the JTA interfaces to demarcate transactions. If you execute in an "
"EJB container that supports CMT, transaction boundaries are defined "
"declaratively and you do not need any transaction or session demarcation "
"operations in your code. Refer to <xref linkend=\"transactions\"/> for more "
"information and code examples."
msgstr ""
"å‰ä¸¤ç§å®žçŽ°éƒ½æ供了“one session - one database transactionâ€çš„编程模型,也称作 "
"<emphasis>session-per-request。Hibernate session 的起始和终结由数"
"æ®åº“事务的生å˜æ¥æŽ§åˆ¶ã€‚å‡è‹¥ä½ 在纯粹的 Java SE 之上采用自行编写代ç æ¥ç®¡ç†äº‹åŠ¡ï¼Œ"
"而ä¸ä½¿ç”¨ JTAï¼Œå»ºè®®ä½ ä½¿ç”¨ Hibernate <literal>Transaction API æ¥æŠŠåº•"
"å±‚äº‹åŠ¡å®žçŽ°ä»Žä½ çš„ä»£ç ä¸éšè—æŽ‰ã€‚å¦‚æžœä½ ä½¿ç”¨ JTA,请使用 JTA 接å£æ¥å¯¹äº‹åŠ¡é™ç•Œã€‚如"
"æžœä½ åœ¨æ”¯æŒ CMT çš„ EJB 容器ä¸æ‰§è¡Œä»£ç ,事务边界是声明å¼å®šä¹‰çš„ï¼Œä½ ä¸éœ€è¦åœ¨ä»£ç "
"ä¸è¿›è¡Œä»»ä½•äº‹åŠ¡æˆ–会è¯ç®¡ç†æ“作。请å‚阅 <xref linkend=\"transactions\"/> 一节æ¥"
"阅读更多的内容和示例代ç 。 "
#. Tag: para
#: architecture.xml:287
#, no-c-format
msgid ""
"The <literal>hibernate.current_session_context_class configuration "
"parameter defines which <literal>org.hibernate.context."
"CurrentSessionContext</literal> implementation should be used. For backwards "
"compatibility, if this configuration parameter is not set but a <literal>org."
"hibernate.transaction.TransactionManagerLookup</literal> is configured, "
"Hibernate will use the <literal>org.hibernate.context.JTASessionContext é…ç½®å‚数定义了应该"
"采用哪个 <literal>org.hibernate.context.CurrentSessionContext 实"
"现。注æ„,为了å‘下兼容,如果未é…ç½®æ¤å‚数,但是å˜åœ¨ <literal>org.hibernate."
"transaction.TransactionManagerLookup</literal> çš„é…置,Hibernate 会采用"
"<literal>org.hibernate.context.JTASessionContext。一般而言,æ¤å‚æ•°"
"的值指明了è¦ä½¿ç”¨çš„实现类的全å,但那三ç§å†…置的实现å¯ä»¥ä½¿ç”¨ç®€å†™ï¼Œå³ \"jta\"ã€"
"\"thread\" 和 \"managed\"。 "
#~ msgid "Instance states"
#~ msgstr "实例状æ€"
#~ msgid ""
#~ "An instance of a persistent class can be in one of three different "
#~ "states. These states are defined in relation to a <emphasis>persistence "
#~ "context</emphasis>. The Hibernate Session object is "
#~ "the persistence context. The three different states are as follows:"
#~ msgstr ""
#~ "一个æŒä¹…化类的实例å¯èƒ½å¤„于三ç§ä¸åŒçŠ¶æ€ä¸çš„æŸä¸€ç§ã€‚这三ç§çŠ¶æ€çš„定义则与所谓"
#~ "çš„<emphasis>æŒä¹…化上下文(persistence context)有关。Hibernate "
#~ "çš„ <literal>Session 对象就是这个所谓的æŒä¹…化上下文。这三ç§ä¸åŒçš„"
#~ "状æ€å¦‚下:"
#~ msgid "transient"
#~ msgstr "瞬æ€ï¼ˆtransient)"
#~ msgid ""
#~ "The instance is not associated with any persistence context. It has no "
#~ "persistent identity or primary key value."
#~ msgstr ""
#~ "该实例从未与任何æŒä¹…化上下文关è”过。它没有æŒä¹…åŒ–æ ‡è¯†ï¼ˆç›¸å½“äºŽä¸»é”®å€¼ï¼‰ã€‚ "
#~ msgid "persistent"
#~ msgstr "æŒä¹…化(persistent)"
#~ msgid ""
#~ "The instance is currently associated with a persistence context. It has a "
#~ "persistent identity (primary key value) and can have a corresponding row "
#~ "in the database. For a particular persistence context, Hibernate "
#~ "<emphasis>guarantees that persistent identity is equivalent to "
#~ "Java identity in relation to the in-memory location of the object."
#~ msgstr ""
#~ "实例目å‰ä¸ŽæŸä¸ªæŒä¹…化上下文有关è”。它拥有æŒä¹…åŒ–æ ‡è¯†ï¼ˆç›¸å½“äºŽä¸»é”®å€¼ï¼‰ï¼Œå¹¶ä¸”å¯"
#~ "能在数æ®åº“ä¸æœ‰ä¸€ä¸ªå¯¹åº”的行。对于æŸä¸€ä¸ªç‰¹å®šçš„æŒä¹…化上下文,Hibernate "
#~ "<emphasis>ä¿è¯ æŒä¹…åŒ–æ ‡è¯†ä¸Ž Java æ ‡è¯†ï¼ˆå…¶å€¼ä»£è¡¨å¯¹è±¡åœ¨å†…å˜ä¸çš„ä½"
#~ "置)ç‰ä»·ã€‚ "
#~ msgid "detached"
#~ msgstr "脱管(detached)"
#~ msgid ""
#~ "The instance was once associated with a persistence context, but that "
#~ "context was closed, or the instance was serialized to another process. It "
#~ "has a persistent identity and can have a corresponding row in the "
#~ "database. For detached instances, Hibernate does not guarantee the "
#~ "relationship between persistent identity and Java identity."
#~ msgstr ""
#~ "实例曾ç»ä¸ŽæŸä¸ªæŒä¹…化上下文å‘生过关è”,ä¸è¿‡é‚£ä¸ªä¸Šä¸‹æ–‡è¢«å…³é—了,或者这个实例"
#~ "是被åºåˆ—化(serialize)到å¦å¤–的进程。它拥有æŒä¹…åŒ–æ ‡è¯†ï¼Œå¹¶ä¸”åœ¨æ•°æ®åº“ä¸å¯èƒ½"
#~ "å˜åœ¨ä¸€ä¸ªå¯¹åº”的行。对于脱管状æ€çš„实例,Hibernate ä¸ä¿è¯ä»»ä½•æŒä¹…åŒ–æ ‡è¯†å’Œ "
#~ "Java æ ‡è¯†çš„å…³ç³»ã€‚ "
#~ msgid ""
#~ "We do not have the scope in this document to provide a more detailed view "
#~ "of all the runtime architectures available; Hibernate is flexible and "
#~ "supports several different approaches. We will, however, show the two "
#~ "extremes: \"minimal\" architecture and \"comprehensive\" architecture."
#~ msgstr ""
#~ "æä¾› Hibernate 所有è¿è¡Œæ—¶ä½“系结构的更多细节ä¸æ˜¯æœ¬æ–‡æ¡£çš„范畴。由于 "
#~ "Hibernate éžå¸¸çµæ´»ï¼Œä¸”支æŒå¤šç§åº”用方案, 所以我们这åªæ述一下两ç§æžç«¯çš„情"
#~ "况:“最å°â€å’Œâ€œå…¨é¢è§£å†³â€çš„体系结构方案。"
#~ msgid ""
#~ "This next diagram illustrates how Hibernate utilizes database and "
#~ "configuration data to provide persistence services, and persistent "
#~ "objects, to the application."
#~ msgstr ""
#~ "下图演示了 Hibernate 如何使用数æ®åº“å’Œé…置信æ¯æ¥ä¸ºåº”用程åºæä¾›æŒä¹…化æœåŠ¡"
#~ "(以åŠæŒä¹…的对象)。"
#~ msgid "Here are some definitions of the objects depicted in the diagrams:"
#~ msgstr "图ä¸å„个对象的定义如下: "
#~ msgid ""
#~ "Given a \"minimal\" architecture, the application bypasses the "
#~ "<literal>Transaction/TransactionFactory and/"
#~ "or <literal>ConnectionProvider APIs to communicate with JTA or "
#~ "JDBC directly."
#~ msgstr ""
#~ "在特定“最å°â€çš„体系结构ä¸ï¼Œåº”用程åºå¯èƒ½ç»•è¿‡ <literal>TransactionTransactionFactory ä»¥åŠ "
#~ "<literal>ConnectionProvider ç‰ API 直接跟 JTA 或 JDBC 打交é“。"
#~ msgid ""
#~ "For an example of how to deploy Hibernate as a JMX service on the JBoss "
#~ "Application Server, please see the JBoss User Guide. JBoss AS also "
#~ "provides these benefits if you deploy using JMX:"
#~ msgstr ""
#~ "想è¦çœ‹å¦‚何在 JBoss 应用æœåŠ¡å™¨ä¸Šå°† Hibernate 部署为一个 JMX æœåŠ¡çš„例å,您"
#~ "å¯ä»¥å‚考《JBoss 用户指å—ã€‹ã€‚å¦‚æžœä½ ä½¿ç”¨ JMX æ¥éƒ¨ç½² Hibernate,JBoss AS 也æ"
#~ "供如下好处:"
#~ msgid ""
#~ "<emphasis>Session Management: the Hibernate Session; this becomes the job of a JBoss EJB "
#~ "interceptor. You also do not have to worry about transaction demarcation "
#~ "in your code (if you would like to write a portable persistence layer use "
#~ "the optional Hibernate <literal>Transaction API for this). You "
#~ "call the <literal>HibernateContext to access a "
#~ "<literal>Session."
#~ msgstr ""
#~ "<emphasis>会è¯ç®¡ç†ï¼š Hibernate çš„ Session 对"
#~ "象的生命周期å¯ä»¥ 自动跟一个 JTA 事务边界绑定。这æ„味ç€ä½ æ— éœ€æ‰‹å·¥å¼€å…³ "
#~ "<literal>Session 了, 这项工作会由 JBoss EJB 拦截器æ¥å®Œæˆã€‚ä½ å†ä¹Ÿ"
#~ "ä¸ç”¨æ‹…å¿ƒä½ çš„ä»£ç ä¸çš„事务边界了(除éžä½ 想利用 Hibernate æä¾›å¯é€‰çš„ "
#~ "<literal>Transaction API æ¥è‡ªå·±å†™ä¸€ä¸ªä¾¿äºŽç§»æ¤çš„çš„æŒä¹…å±‚ï¼‰ã€‚ä½ é€š"
#~ "过调用 <literal>HibernateContext æ¥è®¿é—® Session: the Hibernate JMX service is "
#~ "deployed using a JBoss service deployment descriptor in an EAR and/or SAR "
#~ "file, as it supports all the usual configuration options of a Hibernate "
#~ "<literal>SessionFactory. However, you still need to name all "
#~ "your mapping files in the deployment descriptor. If you use the optional "
#~ "HAR deployment, JBoss will automatically detect all mapping files in your "
#~ "HAR file."
#~ msgstr ""
#~ "<emphasis>HAR 部署: é€šå¸¸æƒ…å†µä¸‹ï¼Œä½ ä¼šä½¿ç”¨ JBoss çš„æœåŠ¡éƒ¨ç½²æ述符"
#~ "(在 EAR 或/å’Œ SAR 文件ä¸ï¼‰æ¥éƒ¨ç½² Hibernate JMX æœåŠ¡ã€‚è¿™ç§éƒ¨ç½²æ–¹å¼æ”¯æŒæ‰€æœ‰"
#~ "常è§çš„ Hibernate <literal>SessionFactory çš„é…置选项。ä¸è¿‡ï¼Œä½ ä»"
#~ "需在部署æ述符ä¸ï¼Œåˆ—å‡ºä½ æ‰€æœ‰çš„æ˜ å°„æ–‡çš„åå—ã€‚å¦‚æžœä½ ä½¿ç”¨ HAR 部署方å¼, "
#~ "JBoss ä¼šè‡ªåŠ¨æŽ¢æµ‹å‡ºä½ çš„ HAR 文件ä¸æ‰€æœ‰çš„æ˜ å°„æ–‡ä»¶ã€‚"
#~ msgid ""
#~ "Consult the JBoss AS user guide for more information about these options."
#~ msgstr "这些选项更多的æ述,请å‚考 JBoss 应用程åºç”¨æˆ·æŒ‡å—。"
#~ msgid "JCA Support"
#~ msgstr "对 JCA 的支æŒ"
#~ msgid ""
#~ "Hibernate can also be configured as a JCA connector. Please see the "
#~ "website for more information. Please note, however, that at this stage "
#~ "Hibernate JCA support is under development."
#~ msgstr ""
#~ "Hibernate 也å¯ä»¥è¢«é…置为一个 JCA 连接器(JCA connector)。更多信æ¯è¯·å‚看网"
#~ "站。请注æ„,Hibernate 对 JCA 的支æŒï¼Œä»å¤„于实验性阶段。"
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate architecture.po source code file:
|