|
Hibernate example source code file (configuration.po)
This example Hibernate source code file (configuration.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 configuration.po source code
# translation of Collection_Mapping.po to
# Xi HUANG <xhuang@redhat.com>, 2007, 2009.
msgid ""
msgstr ""
"Project-Id-Version: Collection_Mapping\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2010-07-20 21:02+0000\n"
"PO-Revision-Date: 2009-12-21 17:12+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
#: configuration.xml:31
#, no-c-format
msgid "Configuration"
msgstr "è¨å®š"
#. Tag: para
#: configuration.xml:33
#, no-c-format
msgid ""
"Hibernate is designed to operate in many different environments and, as "
"such, there is a broad range of configuration parameters. Fortunately, most "
"have sensible default values and Hibernate is distributed with an example "
"<literal>hibernate.properties file in etc/ that "
"displays the various options. Simply put the example file in your classpath "
"and customize it to suit your needs."
msgstr ""
"Hibernate ã¯æ§˜ã€…ãªç’°å¢ƒã§å‹•ä½œã™ã‚‹ã‚ˆã†ã«ãƒ‡ã‚¶ã‚¤ãƒ³ã•ã‚Œã¦ã„ã‚‹ãŸã‚ã€éžå¸¸ã«å¤šãã®è¨"
"定è¦ç´ ãŒã‚ã‚Šã¾ã™ã€‚幸ã„ãªã“ã¨ã«ã€ Hibernate ã¯ã€å…¬é–‹ã•ã‚Œã¦ã„るパッケージ㮠"
"<literal>etc/ フォルダ㮠hibernate.properties "
"ã«ã€ã»ã¨ã‚“ã©ã®è¨å®šè¦ç´ ã®é©åˆ‡ãªãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ãŒè¨˜è¿°ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã® "
"<literal>hibernate.properties をクラスパスã«è¨å®šã—ã€è¨å®šè¦ç´ をカス"
"タマイズã™ã‚‹ã ã‘ã§ã™ã€‚"
#. Tag: title
#: configuration.xml:41
#, no-c-format
msgid "Programmatic configuration"
msgstr "プãƒã‚°ãƒ©ãƒ 上ã®è¨å®š"
#. Tag: para
#: configuration.xml:43
#, no-c-format
msgid ""
"An instance of <classname>org.hibernate.cfg.Configuration "
"represents an entire set of mappings of an application's Java types to an "
"SQL database. The <classname>org.hibernate.cfg.Configuration is "
"used to build an immutable <interfacename>org.hibernate.SessionFactory ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã¯ã€ "
"Java ã®åž‹ã¨ SQL データベースã®ãƒžãƒƒãƒ”ãƒ³ã‚°æƒ…å ±ã‚’ã™ã¹ã¦æŒã£ã¦ã„ã¾ã™ã€‚ "
"<literal>Configuration ã¯ã€ï¼ˆä¸å¤‰ã®ï¼‰ "
"<interfacename>SessionFactory を生æˆã™ã‚‹ã¨ãã«ä½¿ç”¨ã—ã¾ã™ã€‚複"
"æ•°ã® XML マッピングファイルを変æ›ã—ã€ãƒžãƒƒãƒ”ãƒ³ã‚°æƒ…å ±ã«ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:51
#, no-c-format
msgid ""
"You can obtain a <classname>org.hibernate.cfg.Configuration "
"instance by instantiating it directly and specifying XML mapping documents. "
"If the mapping files are in the classpath, use <literal>addResource() インスタンス"
"ã¯ã€ç‰¹å®šã® XML マッピングファイルã«ã‚ˆã£ã¦ç›´æŽ¥åˆæœŸåŒ–ã•ã‚Œã¾ã™ã€‚ã‚‚ã—ã€ãƒžãƒƒãƒ”ング"
"ファイルãŒã‚¯ãƒ©ã‚¹ãƒ‘スã«è¨å®šã•ã‚Œã¦ã„ã‚‹å ´åˆã€æ¬¡ã®ãƒ¡ã‚½ãƒƒãƒ‰ã‚’使ã£ã¦ãã ã•ã„。 "
"<literal>addResource() :"
#. Tag: programlisting
#: configuration.xml:57
#, fuzzy, no-c-format
msgid ""
"Configuration cfg = new Configuration()\n"
" .addResource(\"Item.hbm.xml\")\n"
" .addResource(\"Bid.hbm.xml\");"
msgstr ""
"Configuration cfg = new Configuration()\n"
" .addResource(\"Item.hbm.xml\")\n"
" .addResource(\"Bid.hbm.xml\");"
#. Tag: para
#: configuration.xml:59
#, no-c-format
msgid ""
"An alternative way is to specify the mapped class and allow Hibernate to "
"find the mapping document for you:"
msgstr ""
"代替案 (ã“ã¡ã‚‰ã®ã»ã†ãŒè‰¯ã„ã¨ãã‚‚ã‚ã‚Šã¾ã™) ã¨ã—ã¦ãƒžãƒƒãƒ”ングクラスを指定ã™ã‚‹æ–¹"
"法もã‚ã‚Šã¾ã™ã€‚ Hibernate ã«ã€ãƒžãƒƒãƒ”ングファイルを 見ã¤ã‘ã•ã›ã¦ãã ã•ã„:"
#. Tag: programlisting
#: configuration.xml:62
#, fuzzy, no-c-format
msgid ""
"Configuration cfg = new Configuration()\n"
" .addClass(org.hibernate.auction.Item.class)\n"
" .addClass(org.hibernate.auction.Bid.class);"
msgstr ""
"Configuration cfg = new Configuration()\n"
" .addClass(org.hibernate.auction.Item.class)\n"
" .addClass(org.hibernate.auction.Bid.class);"
#. Tag: para
#: configuration.xml:64
#, no-c-format
msgid ""
"Hibernate will then search for mapping files named <filename>/org/hibernate/"
"auction/Item.hbm.xml</filename> and /org/hibernate/auction/Bid.hbm."
"xml</filename> in the classpath. This approach eliminates any hardcoded "
"filenames."
msgstr ""
"Hibernate ã¯ã€ã‚¯ãƒ©ã‚¹ãƒ‘スã«ã‚る以下ã®ã‚ˆã†ãªåå‰ã®ãƒžãƒƒãƒ”ングファイルを見ã¤ã‘ã¾"
"ã™ã€‚ <filename>/org/hibernate/auction/Item.hbm.xml 〠/"
"org/hibernate/auction/Bid.hbm.xml</filename> 。ã“ã®æ–¹æ³•ã ã¨ã€ãƒãƒ¼ãƒ‰ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³"
"ã‚°ã•ã‚ŒãŸãƒ•ã‚¡ã‚¤ãƒ«åを排除ã§ãã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:69
#, no-c-format
msgid ""
"A <classname>org.hibernate.cfg.Configuration also allows you to "
"specify configuration properties. For example:"
msgstr ""
"<classname>org.hibernate.cfg.Configuration ã¯ã€è¨å®šãƒ—ãƒãƒ‘ティを指"
"定ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ï¼š"
#. Tag: programlisting
#: configuration.xml:72
#, fuzzy, no-c-format
msgid ""
"Configuration cfg = new Configuration()\n"
" .addClass(org.hibernate.auction.Item.class)\n"
" .addClass(org.hibernate.auction.Bid.class)\n"
" .setProperty(\"hibernate.dialect\", \"org.hibernate.dialect."
"MySQLInnoDBDialect\")\n"
" .setProperty(\"hibernate.connection.datasource\", \"java:comp/env/jdbc/"
"test\")\n"
" .setProperty(\"hibernate.order_updates\", \"true\");"
msgstr ""
"Configuration cfg = new Configuration()\n"
" .addClass(org.hibernate.auction.Item.class)\n"
" .addClass(org.hibernate.auction.Bid.class)\n"
" .setProperty(\"hibernate.dialect\", \"org.hibernate.dialect."
"MySQLInnoDBDialect\")\n"
" .setProperty(\"hibernate.connection.datasource\", \"java:comp/env/jdbc/"
"test\")\n"
" .setProperty(\"hibernate.order_updates\", \"true\");"
#. Tag: para
#: configuration.xml:74
#, no-c-format
msgid ""
"This is not the only way to pass configuration properties to Hibernate. Some "
"alternative options include:"
msgstr ""
"Hibernate ã«è¨å®šãƒ—ãƒãƒ‘ティを渡ã™æ–¹æ³•ã¯1ã¤ã§ã¯ã‚ã‚Šã¾ã›ã‚“。ã•ã¾ã–ã¾ãªã‚ªãƒ—ション"
"を用æ„ã—ã¦ã„ã¾ã™ï¼š"
#. Tag: para
#: configuration.xml:79
#, no-c-format
msgid ""
"Pass an instance of <classname>java.util.Properties to "
"<literal>Configuration.setProperties()."
msgstr ""
"<literal>java.util.Properties インスタンスを "
"<literal>Configuration.setProperties() ã«æ¸¡ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:84
#, no-c-format
msgid ""
"Place a file named <filename>hibernate.properties in a root "
"directory of the classpath."
msgstr ""
"<literal>hibernate.properties をクラスパスã®ãƒ«ãƒ¼ãƒˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ç½®"
"ãã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:89
#, no-c-format
msgid ""
"Set <literal>System properties using java -"
"Dproperty=value</literal>."
msgstr ""
"<literal>System プãƒãƒ‘ティ㌠java -Dproperty=value elements in hibernate."
"cfg.xml</literal> (this is discussed later)."
msgstr ""
"<literal><property> è¦ç´ ã‚’ hibernate.cfg.xml "
"is the easiest approach."
msgstr ""
"<literal>hibernate.properties をクラスパスã®ãƒ«ãƒ¼ãƒˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ç½®"
"ãã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:103
#, no-c-format
msgid ""
"The <classname>org.hibernate.cfg.Configuration is intended as a "
"startup-time object that will be discarded once a <literal>SessionFactory ã¯ã€èµ·å‹•æ™‚ã«ã ã‘ã‚るオ"
"ブジェクトã§ã‚ã‚Šã€ä¸€åº¦ <literal>SessionFactory を生æˆã—ãŸå¾Œã¯ã€ç ´æ£„"
"ã•ã‚Œã‚‹ã“ã¨ã‚’æ„図ã—ã¦ã„ã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:109
#, no-c-format
msgid "Obtaining a SessionFactory"
msgstr "SessionFactory ã‚’å–å¾—ã™ã‚‹"
#. Tag: para
#: configuration.xml:111
#, fuzzy, no-c-format
msgid ""
"When all mappings have been parsed by the <classname>org.hibernate.cfg."
"Configuration</classname>, the application must obtain a factory for "
"<interfacename>org.hibernate.Session instances. This factory "
"is intended to be shared by all application threads:"
msgstr ""
"<classname>org.hibernate.cfg.Configuration ãŒã™ã¹ã¦ã®ãƒžãƒƒãƒ”ング情"
"å ±ã‚’è§£æžã—ãŸã‚‰ã€ã‚¢ãƒ—リケーションã¯ã€ <classname>org.hibernate.Session. This is useful "
"if you are using more than one database."
msgstr ""
"Hibernate ã¯ã€ã‚¢ãƒ—リケーション㌠<classname>org.hibernate.SessionFactory is "
"as simple as:"
msgstr ""
"通常ã€é–‹ç™ºè€…㯠<interfacename>org.hibernate.SessionFactory ã‚’"
"生æˆã—〠SessionFactory 㧠JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’プーリングã—ãŸã„ã¨è€ƒãˆã¾ã™ã€‚ã"
"ã®ã‚¢ãƒ—ãƒãƒ¼ãƒã‚’採用ã™ã‚‹å ´åˆã€å˜ç´”ã« <interfacename>org.hibernate.Session. "
"The most important settings for JDBC connection configuration are outlined "
"below."
msgstr ""
"ãã®ãŸã‚ã«ã¯ã€ JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã®ãƒ—ãƒãƒ‘ティを Hibernate ã«è¨å®šã™ã‚‹å¿…è¦ãŒã‚ã‚Š"
"ã¾ã™ã€‚ã™ã¹ã¦ã® Hibernate プãƒãƒ‘ティåã¨ã‚»ãƒžãƒ³ãƒ†ã‚£ã‚¯ã‚¹ã¯ <classname>org."
"hibernate.cfg.Environment</classname> クラスã«å®šç¾©ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã®è¨å®šã¯ "
"JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³è¨å®šã®ä¸ã§ä¸€ç•ªé‡è¦ãªã‚‚ã®ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:144
#, no-c-format
msgid ""
"Hibernate will obtain and pool connections using <classname>java.sql."
"DriverManager</classname> if you set the following properties:"
msgstr ""
"ã‚‚ã—ã€ä»¥ä¸‹ã®ãƒ—ãƒãƒ‘ティをè¨å®šã™ã‚‹ã¨ã€ Hibernate ã¯ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’å–å¾—ã™ã‚‹ãŸã‚ã«"
"(プールも) <classname>java.sql.DriverManager を使ã„ã¾ã™:"
#. Tag: title
#: configuration.xml:149
#, no-c-format
msgid "Hibernate JDBC Properties"
msgstr "Hibernate JDBC プãƒãƒ‘ティ"
#. Tag: entry
#: configuration.xml:158 configuration.xml:236 configuration.xml:327
#: configuration.xml:495 configuration.xml:657 configuration.xml:753
#: configuration.xml:826
#, no-c-format
msgid "Property name"
msgstr "プãƒãƒ‘ティå"
#. Tag: entry
#: configuration.xml:160 configuration.xml:238 configuration.xml:329
#: configuration.xml:497 configuration.xml:659 configuration.xml:755
#: configuration.xml:828
#, no-c-format
msgid "Purpose"
msgstr "æ„味"
#. Tag: property
#: configuration.xml:166
#, fuzzy, no-c-format
msgid "hibernate.connection.driver_class"
msgstr "<property>hibernate.connection.driver_class"
#. Tag: emphasis
#: configuration.xml:168
#, fuzzy, no-c-format
msgid "JDBC driver class"
msgstr "JDBC ã®ãƒ‰ãƒ©ã‚¤ãƒãƒ¼ã‚¯ãƒ©ã‚¹"
#. Tag: property
#: configuration.xml:172
#, fuzzy, no-c-format
msgid "hibernate.connection.url"
msgstr "<property>hibernate.connection.url"
#. Tag: emphasis
#: configuration.xml:174
#, no-c-format
msgid "JDBC URL"
msgstr ""
#. Tag: property
#: configuration.xml:178 configuration.xml:265
#, fuzzy, no-c-format
msgid "hibernate.connection.username"
msgstr "<property>hibernate.connection.username"
#. Tag: emphasis
#: configuration.xml:180
#, no-c-format
msgid "database user"
msgstr "データベースã®ãƒ¦ãƒ¼ã‚¶ãƒ¼"
#. Tag: property
#: configuration.xml:184 configuration.xml:271
#, fuzzy, no-c-format
msgid "hibernate.connection.password"
msgstr "<property>hibernate.connection.password"
#. Tag: emphasis
#: configuration.xml:186
#, no-c-format
msgid "database user password"
msgstr "データベースユーザーパスワード"
#. Tag: property
#: configuration.xml:190
#, fuzzy, no-c-format
msgid "hibernate.connection.pool_size"
msgstr "<property>hibernate.connection.pool_size"
#. Tag: emphasis
#: configuration.xml:192
#, fuzzy, no-c-format
msgid "maximum number of pooled connections"
msgstr "<emphasis>プールã™ã‚‹ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ã®æœ€å¤§æ•°"
#. Tag: para
#: configuration.xml:199
#, no-c-format
msgid ""
"Hibernate's own connection pooling algorithm is, however, quite rudimentary. "
"It is intended to help you get started and is <emphasis>not intended for use "
"in a production system</emphasis>, or even for performance testing. You "
"should use a third party pool for best performance and stability. Just "
"replace the <property>hibernate.connection.pool_size property "
"with connection pool specific settings. This will turn off Hibernate's "
"internal pool. For example, you might like to use c3p0."
msgstr ""
"Hibernate ã®ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ—ールアルゴリズムã¯éžå¸¸ã«åˆæ©çš„ãªã‚‚ã®ã§ã™ã€‚ã“ã‚Œã¯ã™"
"ãã«å§‹ã‚られるよã†ã«ã¨ç”¨æ„ã•ã‚ŒãŸã‚‚ã®ã§ã€ <emphasis>製å“ã¨ã—ã¦ä½¿ç”¨ã™ã‚‹ã“ã¨ã‚’æ„"
"図ã—ã¦ã„ã¾ã›ã‚“</emphasis> 。ã¾ãŸã€ãƒ‘フォーマンスã®ãƒ†ã‚¹ãƒˆã®ãŸã‚ã®ã‚‚ã®ã§ã‚‚ã‚ã‚Š"
"ã¾ã›ã‚“。最高ã®ãƒ‘フォーマンスã¨å®‰å®šæ€§ã‚’æŒã£ãŸãƒ—ールを実ç¾ã—ãŸã‘ã‚Œã°ã€ã‚µãƒ¼ãƒ‰"
"パーティã®ãƒ„ールをãŠå‹§ã‚ã—ã¾ã™ã€‚ <literal>hibernate.connection.pool_size directory. Hibernate will use its "
"<classname>org.hibernate.connection.C3P0ConnectionProvider for "
"connection pooling if you set <property>hibernate.c3p0.* "
"properties. If you would like to use Proxool, refer to the packaged "
"<filename>hibernate.properties and the Hibernate web site for "
"more information."
msgstr ""
"C3P0 ã¯ã‚ªãƒ¼ãƒ—ンソース JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ—ールã§ã€ Hibernate ã® <literal>libhibernate.c3p0.* "
"プãƒãƒ‘ティをセットã™ã‚Œã°ã€ Hibernate ã¯ã€ <literal>C3P0ConnectionProviderhibernate."
"properties</literal> パッケージをå‚ç…§ã—ãŸã‚Šã€ Hibernate ã® Web サイトã§ã‚ˆã‚Šå¤š"
"ãã®æƒ…å ±ã‚’å–å¾—ã—ã¦ãã ã•ã„。"
#. Tag: para
#: configuration.xml:216
#, no-c-format
msgid ""
"The following is an example <filename>hibernate.properties file "
"for c3p0:"
msgstr ""
"C3P0 用㮠<literal>hibernate.properties ファイルを例ã¨ã—ã¦ç¤ºã—ã¾"
"ã™ï¼š"
#. Tag: programlisting
#: configuration.xml:219
#, fuzzy, no-c-format
msgid ""
"hibernate.connection.driver_class = org.postgresql.Driver\n"
"hibernate.connection.url = jdbc:postgresql://localhost/mydatabase\n"
"hibernate.connection.username = myuser\n"
"hibernate.connection.password = secret\n"
"hibernate.c3p0.min_size=5\n"
"hibernate.c3p0.max_size=20\n"
"hibernate.c3p0.timeout=1800\n"
"hibernate.c3p0.max_statements=50\n"
"hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect"
msgstr ""
"hibernate.connection.driver_class = org.postgresql.Driver\n"
"hibernate.connection.url = jdbc:postgresql://localhost/mydatabase\n"
"hibernate.connection.username = myuser\n"
"hibernate.connection.password = secret\n"
"hibernate.c3p0.min_size=5\n"
"hibernate.c3p0.max_size=20\n"
"hibernate.c3p0.timeout=1800\n"
"hibernate.c3p0.max_statements=50\n"
"hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect"
#. Tag: para
#: configuration.xml:221
#, no-c-format
msgid ""
"For use inside an application server, you should almost always configure "
"Hibernate to obtain connections from an application server "
"<interfacename>javax.sql.Datasource registered in JNDI. You "
"will need to set at least one of the following properties:"
msgstr ""
"アプリケーションサーãƒãƒ¼ä¸Šã§ä½¿ã†å ´åˆã¯ã€ Hibernate ã‚’è¨å®šã—ã€ã‚¢ãƒ—リケーション"
"サーãƒãƒ¼ã‹ã‚‰ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’å–å¾—ã™ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。 <interfacename>javax."
"sql.Datasource</interfacename> ã‚’ JNDI ã«ç™»éŒ²ã—ã¾ã™ã€‚ãã—ã¦ãƒ—ãƒãƒ‘ティを以下ã®"
"よã†ã«è¨å®šã—ã¦ãã ã•ã„:"
#. Tag: title
#: configuration.xml:227
#, no-c-format
msgid "Hibernate Datasource Properties"
msgstr "Hibernate データソースプãƒãƒ‘ティ"
#. Tag: property
#: configuration.xml:244
#, fuzzy, no-c-format
msgid "hibernate.connection.datasource"
msgstr "<property>hibernate.connection.datasource"
#. Tag: emphasis
#: configuration.xml:246
#, no-c-format
msgid "datasource JNDI name"
msgstr "データソース㮠JNDI å"
#. Tag: property
#: configuration.xml:250
#, fuzzy, no-c-format
msgid "hibernate.jndi.url"
msgstr "<property>hibernate.jndi.url"
#. Tag: entry
#: configuration.xml:252
#, no-c-format
msgid "<emphasis>URL of the JNDI provider (optional)"
msgstr "<emphasis>JNDI プãƒãƒã‚¤ãƒ€ã® URL (オプション)"
#. Tag: property
#: configuration.xml:257
#, fuzzy, no-c-format
msgid "hibernate.jndi.class"
msgstr "<property>hibernate.jndi.class"
#. Tag: entry
#: configuration.xml:259
#, no-c-format
msgid ""
"<emphasis>class of the JNDI InitialContextFactoryInitialContextFactory "
"(オプション)"
#. Tag: entry
#: configuration.xml:267
#, no-c-format
msgid "<emphasis>database user (optional)"
msgstr "<emphasis>データベースユーザ (オプション)"
#. Tag: entry
#: configuration.xml:273
#, no-c-format
msgid "<emphasis>database user password (optional)"
msgstr "<emphasis>データベースユーザã®ãƒ‘スワード (オプション)"
#. Tag: para
#: configuration.xml:280
#, no-c-format
msgid ""
"Here is an example <filename>hibernate.properties file for an "
"application server provided JNDI datasource:"
msgstr ""
"アプリケーションサーãƒãƒ¼ã‹ã‚‰æä¾›ã•ã‚ŒãŸ JNDI データソースを使ㆠ"
"<filename>hibernate.properties ファイルã®ä¾‹ã‚’示ã—ã¾ã™ï¼š"
#. Tag: programlisting
#: configuration.xml:283
#, fuzzy, no-c-format
msgid ""
"hibernate.connection.datasource = java:/comp/env/jdbc/test\n"
"hibernate.transaction.factory_class = \\\n"
" org.hibernate.transaction.JTATransactionFactory\n"
"hibernate.transaction.manager_lookup_class = \\\n"
" org.hibernate.transaction.JBossTransactionManagerLookup\n"
"hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect"
msgstr ""
"hibernate.connection.datasource = java:/comp/env/jdbc/test\n"
"hibernate.transaction.factory_class = \\n"
" org.hibernate.transaction.JTATransactionFactory\n"
"hibernate.transaction.manager_lookup_class = \\n"
" org.hibernate.transaction.JBossTransactionManagerLookup\n"
"hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect"
#. Tag: para
#: configuration.xml:285
#, no-c-format
msgid ""
"JDBC connections obtained from a JNDI datasource will automatically "
"participate in the container-managed transactions of the application server."
msgstr ""
"JNDI データソースã‹ã‚‰å–å¾—ã—㟠JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã¯ã€ã‚¢ãƒ—リケーションサーãƒãƒ¼ã®"
"コンテナ管ç†ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ã«è‡ªå‹•çš„ã«å‚åŠ ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:289
#, no-c-format
msgid ""
"Arbitrary connection properties can be given by prepending "
"\"<literal>hibernate.connection\" to the connection property name. "
"For example, you can specify a <property>charSet connection "
"property using <property>hibernate.connection.charSet."
msgstr ""
"ä»»æ„ã®ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ—ãƒãƒ‘ティã¯ã€è¿½åŠ ã•ã‚ŒãŸ \"<literal>hibernate.connnectioncharSethibernate.connection.charSet イ"
"ンターフェースを実装ã—ã¦ãã ã•ã„。ãã—ã¦ã€å®Ÿè£…クラスを <property>hibernate."
"connection.provider_class</property> ã«è¨å®šã—ã¦ãã ã•ã„。"
#. Tag: title
#: configuration.xml:302
#, no-c-format
msgid "Optional configuration properties"
msgstr "オプションè¨å®šãƒ—ãƒãƒ‘ティ"
#. Tag: para
#: configuration.xml:304
#, no-c-format
msgid ""
"There are a number of other properties that control the behavior of "
"Hibernate at runtime. All are optional and have reasonable default values."
msgstr ""
"ã“れらã®ãƒ—ãƒãƒ‘ティã¯ãƒ©ãƒ³ã‚¿ã‚¤ãƒ ã« Hibernate ã®æŒ™å‹•ã‚’制御ã™ã‚‹ã‚‚ã®ã§ã™ã€‚ã“れらã®"
"プãƒãƒ‘ティã¯ã™ã¹ã¦å¦¥å½“ãªãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ãŒã‚ã‚Šã€ä»»æ„ã§è¨å®šã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:309
#, fuzzy, no-c-format
msgid ""
"<emphasis>Some of these properties are \"system-level\" only. "
"System-level properties can be set only via <literal>java -Dproperty=valuehibernate.properties. They "
"<emphasis>cannot be set by the other techniques described above."
msgstr ""
"<emphasis>注æ„:ã“れらã®ãƒ—ãƒãƒ‘ティã¯ã€Œã‚·ã‚¹ãƒ†ãƒ レベルã€ã®ã¿ã§ã™ã€‚ "
"システムレベルプãƒãƒ‘ティ㯠<literal>java -Dproperty=value ã€ã‚‚ã—ã"
"㯠<literal>hibernate.properties ã§ã®ã¿è¨å®šå¯èƒ½ã§ã™ã€‚ãれ以外ã®è¨å®š"
"方法㯠<emphasis>ã‚ã‚Šã¾ã›ã‚“ 。"
#. Tag: title
#: configuration.xml:318
#, no-c-format
msgid "Hibernate Configuration Properties"
msgstr "Hibernate è¨å®šãƒ—ãƒãƒ‘ティ"
#. Tag: property
#: configuration.xml:335
#, fuzzy, no-c-format
msgid "hibernate.dialect"
msgstr "<property>hibernate.dialect"
#. Tag: entry
#: configuration.xml:337
#, no-c-format
msgid ""
"The classname of a Hibernate <classname>org.hibernate.dialect.Dialect ãŒ"
"入りã¾ã™ã€‚ã“ã‚Œã¯ãƒªãƒ¬ãƒ¼ã‚·ãƒ§ãƒŠãƒ«ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã”ã¨ã«æœ€é©åŒ–ã•ã‚ŒãŸ SQL を生æˆã—ã¾"
"ã™ã€‚"
#. Tag: para
#: configuration.xml:340
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. full.classname.of."
"Dialect</literal>"
msgstr ""
"<emphasis role=\"strong\">例full.classname.of.Dialect implementation based on "
"the <literal>JDBC metadata returned by the JDBC driver."
msgstr ""
#. Tag: property
#: configuration.xml:349
#, fuzzy, no-c-format
msgid "hibernate.show_sql"
msgstr "<property>hibernate.show_sql"
#. Tag: entry
#: configuration.xml:351
#, no-c-format
msgid ""
"Write all SQL statements to console. This is an alternative to setting the "
"log category <literal>org.hibernate.SQL to debug ã« debug ã‚’è¨å®šã™ã‚‹æ–¹"
"法ã®ä»£æ›¿æ‰‹æ®µã§ã™ã€‚"
#. Tag: para
#: configuration.xml:353 configuration.xml:361 configuration.xml:426
#: configuration.xml:435 configuration.xml:443 configuration.xml:453
#: configuration.xml:468 configuration.xml:525 configuration.xml:545
#: configuration.xml:555 configuration.xml:598 configuration.xml:797
#: configuration.xml:808 configuration.xml:904
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. true | "
"<literal>false"
msgstr ""
"<emphasis role=\"strong\">例true | "
"<literal>false"
#. Tag: property
#: configuration.xml:359
#, fuzzy, no-c-format
msgid "hibernate.format_sql"
msgstr "<property>hibernate.format_sql"
#. Tag: entry
#: configuration.xml:361
#, no-c-format
msgid "Pretty print the SQL in the log and console."
msgstr "ãƒã‚°ã¨ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã® SQL ã‚’æ•´å½¢ã—ã¦è¡¨ç¤ºã—ã¾ã™ã€‚"
#. Tag: property
#: configuration.xml:367
#, fuzzy, no-c-format
msgid "hibernate.default_schema"
msgstr "<property>hibernate.default_schema"
#. Tag: entry
#: configuration.xml:369
#, no-c-format
msgid ""
"Qualify unqualified table names with the given schema/tablespace in "
"generated SQL."
msgstr "生æˆã•ã‚Œã‚‹ SQL æ–‡ã®ãƒ†ãƒ¼ãƒ–ルã«è¨å®šã™ã‚‹ã‚¹ã‚ーマ/テーブルスペースã§ã™ã€‚"
#. Tag: para
#: configuration.xml:370
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. SCHEMA_NAME"
msgstr "<emphasis role=\"strong\">例.SCHEMA_NAME"
#. Tag: property
#: configuration.xml:376
#, fuzzy, no-c-format
msgid "hibernate.default_catalog"
msgstr "<property>hibernate.default_catalog"
#. Tag: entry
#: configuration.xml:378
#, no-c-format
msgid ""
"Qualifies unqualified table names with the given catalog in generated SQL."
msgstr "生æˆã•ã‚Œã‚‹ SQL æ–‡ã®ãƒ†ãƒ¼ãƒ–ルã«è¨å®šã™ã‚‹ã‚«ã‚¿ãƒã‚°ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:379
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. CATALOG_NAME"
msgstr "<emphasis role=\"strong\">例CATALOG_NAME"
#. Tag: property
#: configuration.xml:384
#, fuzzy, no-c-format
msgid "hibernate.session_factory_name"
msgstr "<property>hibernate.session_factory_name"
#. Tag: entry
#: configuration.xml:386
#, no-c-format
msgid ""
"The <interfacename>org.hibernate.SessionFactory will be "
"automatically bound to this name in JNDI after it has been created."
msgstr ""
"<interfacename>org.hibernate.SessionFactory ã¯ç”Ÿæˆå¾Œã€ã“ã®å"
"å‰ã§ JNDI ã«è‡ªå‹•çš„ã«ç™»éŒ²ã•ã‚Œã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:389 configuration.xml:776
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. jndi/composite/namejndi/composite/name"
#. Tag: property
#: configuration.xml:394
#, fuzzy, no-c-format
msgid "hibernate.max_fetch_depth"
msgstr "<property>hibernate.max_fetch_depth"
#. Tag: entry
#: configuration.xml:396
#, no-c-format
msgid ""
"Sets a maximum \"depth\" for the outer join fetch tree for single-ended "
"associations (one-to-one, many-to-one). A <literal>0 disables "
"default outer join fetching."
msgstr ""
"外部çµåˆãƒ•ã‚§ãƒƒãƒã®æœ€å¤§æ·±åº¦ã‚’è¨å®šã—ã¾ã™ã€‚çµåˆã™ã‚‹é–¢é€£ã¯å¯¾ä¸€é–¢é€£ã®ã¿ï¼ˆä¸€å¯¾ä¸€ã€"
"多対一)ã§ã™ã€‚ <literal>0 を指定ã™ã‚‹ã¨å¤–部çµåˆãƒ•ã‚§ãƒƒãƒã¯ç„¡åŠ¹ã«ãªã‚Š"
"ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:398
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. recommended values between "
"<literal>0 and 3"
msgstr ""
"<emphasis role=\"strong\">例: 推奨ã™ã‚‹å€¤ã¯ 0 "
"ã‹ã‚‰ <literal>3 ã®é–“ã§ã™ã€‚"
#. Tag: property
#: configuration.xml:404
#, fuzzy, no-c-format
msgid "hibernate.default_batch_fetch_size"
msgstr "<property>hibernate.default_batch_fetch_size"
#. Tag: entry
#: configuration.xml:406
#, no-c-format
msgid "Sets a default size for Hibernate batch fetching of associations."
msgstr "関連フェッãƒã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆ Hibernate ãƒãƒƒãƒã‚µã‚¤ã‚ºã‚’指定ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:407
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. recommended values 48, 16"
msgstr ""
"<emphasis role=\"strong\">例: 推奨ã™ã‚‹å€¤ã¯ 48 , 16 ã§ã™ã€‚"
#. Tag: property
#: configuration.xml:413
#, fuzzy, no-c-format
msgid "hibernate.default_entity_mode"
msgstr "<property>hibernate.default_entity_mode"
#. Tag: entry
#: configuration.xml:415
#, fuzzy, no-c-format
msgid ""
"Sets a default mode for entity representation for all sessions opened from "
"this <literal>SessionFactory"
msgstr ""
"<literal>SessionFactory ã‹ã‚‰ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚’オープンã—ãŸã¨ãã«ä½¿ç”¨ã™ã‚‹"
"エンティティã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒ¢ãƒ¼ãƒ‰ã‚’è¨å®šã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:416
#, no-c-format
msgid ""
"<literal>dynamic-map, dom4j, pojo, dom4j, pojo"
#. Tag: entry
#: configuration.xml:424
#, no-c-format
msgid ""
"Forces Hibernate to order SQL updates by the primary key value of the items "
"being updated. This will result in fewer transaction deadlocks in highly "
"concurrent systems."
msgstr ""
"é …ç›®ãŒæ›´æ–°ã•ã‚ŒãŸã¨ãã«ã€åˆ¥ã® SQL ã§ä¸»ã‚ーを更新ã™ã‚‹ã“ã¨ã‚’強制ã—ã¾ã™ã€‚ã“ã®å ´"
"åˆã€åŒæ™‚実行å¯èƒ½ãªã‚·ã‚¹ãƒ†ãƒ ã§ã¯ã€ã¾ã‚Œã«ãƒ‡ãƒƒãƒ‰ãƒãƒƒã‚¯ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾"
"ã™ã€‚"
#. Tag: property
#: configuration.xml:432
#, fuzzy, no-c-format
msgid "hibernate.generate_statistics"
msgstr "Hibernate 統計"
#. Tag: entry
#: configuration.xml:434
#, no-c-format
msgid ""
"If enabled, Hibernate will collect statistics useful for performance tuning."
msgstr ""
"有効ã®å ´åˆã€ Hibernate ã¯ãƒ‘フォーマンスãƒãƒ¥ãƒ¼ãƒ‹ãƒ³ã‚°ã«æœ‰åŠ¹ãªçµ±è¨ˆæƒ…å ±ã‚’åŽé›†ã—ã¾"
"ã™ã€‚"
#. Tag: property
#: configuration.xml:440
#, fuzzy, no-c-format
msgid "hibernate.use_identifier_rollback"
msgstr "<property>hibernate.use_identifier_rollback"
#. Tag: entry
#: configuration.xml:442
#, no-c-format
msgid ""
"If enabled, generated identifier properties will be reset to default values "
"when objects are deleted."
msgstr ""
"有効ã®å ´åˆã€ã‚ªãƒ–ジェクトãŒå‰Šé™¤ã•ã‚ŒãŸã¨ãã«è˜åˆ¥åプãƒãƒ‘ティをリセットã—ã€ãƒ‡"
"フォルト値ã«ã—ãŸã‚‚ã®ã‚’生æˆã—ã¾ã™ã€‚"
#. Tag: property
#: configuration.xml:449
#, fuzzy, no-c-format
msgid "hibernate.use_sql_comments"
msgstr "<property>hibernate.use_sql_comments"
#. Tag: entry
#: configuration.xml:451
#, no-c-format
msgid ""
"If turned on, Hibernate will generate comments inside the SQL, for easier "
"debugging, defaults to <literal>false."
msgstr ""
"有効ã®å ´åˆã€ SQL 内ã«ã‚³ãƒ¡ãƒ³ãƒˆã‚’生æˆã—ã¾ã™ã€‚ã“ã‚Œã¯ãƒ‡ãƒãƒƒã‚¯ã‚’容易ã«ã—ã¾ã™ã€‚デ"
"フォルトã®å€¤ã¯ <literal>false ã§ã™ã€‚"
#. Tag: property
#: configuration.xml:458
#, no-c-format
msgid "hibernate.id.new_generator_mappings"
msgstr ""
#. Tag: entry
#: configuration.xml:460
#, no-c-format
msgid ""
"Setting is relevant when using <classname>@GeneratedValue. It "
"indicates whether or not the new <classname>IdentifierGenerator "
"implementations are used for <classname>javax.persistence.GenerationType."
"AUTO</classname>, javax.persistence.GenerationType.TABLEjavax.persistence.GenerationType.SEQUENCEfalse to keep backward "
"compatibility."
msgstr ""
#. Tag: para
#: configuration.xml:476
#, no-c-format
msgid ""
"We recommend all new projects which make use of to use "
"<classname>@GeneratedValue to also set hibernate.id."
"new_generator_mappings=true</code> as the new generators are more efficient "
"and closer to the JPA 2 specification semantic. However they are not "
"backward compatible with existing databases (if a sequence or a table is "
"used for id generation)."
msgstr ""
#. Tag: title
#: configuration.xml:485
#, no-c-format
msgid "Hibernate JDBC and Connection Properties"
msgstr "Hibernate JDBC ã¨ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ—ãƒãƒ‘ティ"
#. Tag: property
#: configuration.xml:503
#, fuzzy, no-c-format
msgid "hibernate.jdbc.fetch_size"
msgstr "<property>hibernate.jdbc.fetch_size"
#. Tag: entry
#: configuration.xml:505
#, no-c-format
msgid ""
"A non-zero value determines the JDBC fetch size (calls <literal>Statement."
"setFetchSize()</literal>)."
msgstr ""
"値ãŒ0ã§ãªã„å ´åˆã€ JDBC フェッãƒã‚µã‚¤ã‚ºã‚’決定ã—ã¾ã™ ( <literal>Statement."
"setFetchSize()</literal> を呼ã³ã¾ã™)。"
#. Tag: property
#: configuration.xml:510
#, fuzzy, no-c-format
msgid "hibernate.jdbc.batch_size"
msgstr "<property>hibernate.jdbc.batch_size"
#. Tag: entry
#: configuration.xml:512
#, no-c-format
msgid "A non-zero value enables use of JDBC2 batch updates by Hibernate."
msgstr "値ãŒ0ã§ãªã„å ´åˆã€ Hibernate ㌠JDBC2 ãƒãƒƒãƒæ›´æ–°ã‚’使用ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:513
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. recommended values between "
"<literal>5 and 30"
msgstr ""
"<emphasis role=\"strong\">例: 推奨ã™ã‚‹å€¤ã¯ 5 "
"ã‹ã‚‰ <literal>30 ã®é–“ã§ã™ã€‚"
#. Tag: property
#: configuration.xml:519
#, fuzzy, no-c-format
msgid "hibernate.jdbc.batch_versioned_data"
msgstr "<property>hibernate.jdbc.batch_versioned_data"
#. Tag: entry
#: configuration.xml:521
#, fuzzy, no-c-format
msgid ""
"Set this property to <literal>true if your JDBC driver returns "
"correct row counts from <literal>executeBatch(). It is usually "
"safe to turn this option on. Hibernate will then use batched DML for "
"automatically versioned data. Defaults to <literal>false."
msgstr ""
"ã‚‚ã— JDBC ドライãƒãŒ <literal>executeBatch() ã«ã‚ˆã£ã¦æ£ç¢ºãªè¡Œæ•°ã‚’è¿”"
"ã™å ´åˆã€ã“ã®ãƒ—ãƒãƒ‘ティを <literal>true ã«ã—ã¦ãã ã•ã„ (通常ã¯ã“ã®"
"オプションを ON ã™ã‚‹ã®ãŒå®‰å…¨ã§ã™ï¼‰ã€‚ Hibernate ã¯ã€è‡ªå‹•ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒ‡ãƒ¼ã‚¿ã®ãŸã‚"
"ãƒãƒƒãƒ DML を使ã„ã¾ã™ã€‚デフォルトã®å€¤ã¯ <literal>false ã§ã™ã€‚"
#. Tag: property
#: configuration.xml:531
#, fuzzy, no-c-format
msgid "hibernate.jdbc.factory_class"
msgstr "<property>hibernate.jdbc.factory_class"
#. Tag: entry
#: configuration.xml:533
#, no-c-format
msgid ""
"Select a custom <interfacename>org.hibernate.jdbc.Batcher. "
"Most applications will not need this configuration property."
msgstr ""
"カスタム<interfacename>org.hibernate.jdbc.Batcher ã‚’é¸ã³ã¾"
"ã™ã€‚ã»ã¨ã‚“ã©ã®ã‚¢ãƒ—リケーションã«ã€ã“ã®è¨å®šãƒ—ãƒãƒ‘ティã¯å¿…è¦ã‚ã‚Šã¾ã›ã‚“。"
#. Tag: para
#: configuration.xml:535
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. classname.of."
"BatcherFactory</literal>"
msgstr ""
"<emphasis role=\"strong\">例classname.of.BatcherFactory"
#. Tag: entry
#: configuration.xml:543
#, no-c-format
msgid ""
"Enables use of JDBC2 scrollable resultsets by Hibernate. This property is "
"only necessary when using user-supplied JDBC connections. Hibernate uses "
"connection metadata otherwise."
msgstr ""
"Hibernate ã«ã‚ˆã‚‹ JDBC2 ã®ã‚¹ã‚¯ãƒãƒ¼ãƒ«å¯èƒ½ãªãƒªã‚¶ãƒ«ãƒˆã‚»ãƒƒãƒˆã®ä½¿ç”¨ã‚’有効ã«ã—ã¾ã™ã€‚"
"ã“ã®ãƒ—ãƒãƒ‘ティã¯ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ã‚ˆã£ã¦æä¾›ã•ã‚ŒãŸ JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’使用ã—ã¦ã„ã‚‹"
"å ´åˆã®ã¿å¿…è¦ã§ã€ãã†ã§ãªã‘れ㰠Hibernate ã¯ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’使用ã—ã¾"
"ã™ã€‚"
#. Tag: property
#: configuration.xml:551
#, fuzzy, no-c-format
msgid "hibernate.jdbc.use_streams_for_binary"
msgstr "<property>hibernate.jdbc.use_streams_for_binary"
#. Tag: entry
#: configuration.xml:553
#, no-c-format
msgid ""
"Use streams when writing/reading <literal>binary or "
"<literal>serializable types to/from JDBC. *system-level "
"property*</emphasis>"
msgstr ""
"JDBC ã¸/ã‹ã‚‰ <literal>binary ã‚„ serializable ã®"
"書ãè¾¼ã¿/èªã¿è¾¼ã¿ã‚¹ãƒˆãƒªãƒ¼ãƒ を使ã„ã¾ã™ (システムレベルã®ãƒ—ãƒãƒ‘ティ)。"
#. Tag: property
#: configuration.xml:561
#, fuzzy, no-c-format
msgid "hibernate.jdbc.use_get_generated_keys"
msgstr "<property>hibernate.jdbc.use_get_generated_keys"
#. Tag: entry
#: configuration.xml:563
#, no-c-format
msgid ""
"Enables use of JDBC3 <literal>PreparedStatement.getGeneratedKeys() "
"to retrieve natively generated keys after insert. Requires JDBC3+ driver and "
"JRE1.4+, set to false if your driver has problems with the Hibernate "
"identifier generators. By default, it tries to determine the driver "
"capabilities using connection metadata."
msgstr ""
"挿入ã®å¾Œã«è‡ªå‹•ç”Ÿæˆã•ã‚ŒãŸä¸»ã‚ーをå–å¾—ã™ã‚‹ãŸã‚ã® JDBC3 "
"<literal>PreparedStatement.getGeneratedKeys() ã®ä½¿ç”¨ã‚’有効ã«ã—ã¾"
"ã™ã€‚ã“れ㯠JDBC3+ ドライãƒã¨ JRE1.4+ ã‚’å¿…è¦ã¨ã—ã€ã‚‚ã— Hibernate ã®è˜åˆ¥åジェ"
"ãƒãƒ¬ãƒ¼ã‚¿ã«å•é¡ŒãŒç™ºç”Ÿã™ã‚‹ã‚ˆã†ãªã‚‰ false ã«è¨å®šã—ã¦ãã ã•ã„。デフォルトã§ã¯ã‚³ãƒ"
"クションメタデータを使ã„ドライãƒã®èƒ½åŠ›ã‚’決定ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:569 configuration.xml:678 configuration.xml:687
#: configuration.xml:696 configuration.xml:723
#, no-c-format
msgid "<emphasis role=\"strong\">e.g. true|false"
msgstr "<emphasis role=\"strong\">例true|false"
#. Tag: property
#: configuration.xml:574
#, fuzzy, no-c-format
msgid "hibernate.connection.provider_class"
msgstr "<property>hibernate.connection.provider_class"
#. Tag: entry
#: configuration.xml:576
#, no-c-format
msgid ""
"The classname of a custom <interfacename>org.hibernate.connection."
"ConnectionProvider</interfacename> which provides JDBC connections to "
"Hibernate."
msgstr ""
"JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’ Hibernate ã«æä¾›ã™ã‚‹ç‹¬è‡ªã® <literal>ConnectionProvider classname.of."
"ConnectionProvider</literal>"
msgstr ""
"<emphasis role=\"strong\">例classname.of."
"ConnectionProvider</literal>"
#. Tag: property
#: configuration.xml:584
#, fuzzy, no-c-format
msgid "hibernate.connection.isolation"
msgstr "<property>hibernate.connection.isolation"
#. Tag: entry
#: configuration.xml:586
#, no-c-format
msgid ""
"Sets the JDBC transaction isolation level. Check <interfacename>java.sql."
"Connection</interfacename> for meaningful values, but note that most "
"databases do not support all isolation levels and some define additional, "
"non-standard isolations."
msgstr ""
"JDBC トランザクション分離レベルをè¨å®šã—ã¾ã™ã€‚妥当ãªå€¤ã‚’調ã¹ã‚‹ãŸã‚ã«ã¯ "
"<interfacename>java.sql.Connection ã‚’ãƒã‚§ãƒƒã‚¯ã—ã¦ãã ã•ã„。ã—"
"ã‹ã—使用ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ãŒã€ã™ã¹ã¦ã®åˆ†é›¢ãƒ¬ãƒ™ãƒ«ã‚’サãƒãƒ¼ãƒˆã—ã¦ã„ã‚‹ã¨ã¯é™ã‚Šã¾ã›"
"ん。"
#. Tag: para
#: configuration.xml:589
#, no-c-format
msgid "<emphasis role=\"strong\">e.g. 1, 2, 4, 8"
msgstr "<emphasis role=\"strong\">例1, 2, 4, 8"
#. Tag: property
#: configuration.xml:595
#, fuzzy, no-c-format
msgid "hibernate.connection.autocommit"
msgstr "<property>hibernate.connection.autocommit"
#. Tag: entry
#: configuration.xml:597
#, no-c-format
msgid "Enables autocommit for JDBC pooled connections (it is not recommended)."
msgstr ""
"プールã•ã‚Œã¦ã„ã‚‹ JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã®è‡ªå‹•ã‚³ãƒŸãƒƒãƒˆã‚’有効ã«ã™ã‚‹ï¼ˆéžæŽ¨å¥¨ï¼‰ã€‚"
#. Tag: property
#: configuration.xml:603
#, fuzzy, no-c-format
msgid "hibernate.connection.release_mode"
msgstr "<property>hibernate.connection.release_mode"
#. Tag: entry
#: configuration.xml:605
#, no-c-format
msgid ""
"Specifies when Hibernate should release JDBC connections. By default, a JDBC "
"connection is held until the session is explicitly closed or disconnected. "
"For an application server JTA datasource, use <literal>after_statement. "
"<literal>auto will choose after_statement for "
"the JTA and CMT transaction strategies and <literal>after_transaction ã‚’"
"使ã£ã¦ãã ã•ã„ã€‚éž JTA コãƒã‚¯ã‚·ãƒ§ãƒ³ã®å ´åˆã€å„トランザクションãŒçµ‚了ã—ãŸã¨ã"
"ã« <literal>after_transaction を使ã„ã€ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’リリースã—ã¦ã"
"ã ã•ã„。 <literal>auto ã«ã™ã‚‹ã¨ã€ JTA ã‚„ CMT トランザクションã®å ´"
"åˆã€ <literal>after_statement ã§ã‚¯ãƒãƒ¼ã‚ºã—〠JDBC トランザクション"
"ã®å ´åˆã€ <literal>after_transaction ã§ã‚¯ãƒãƒ¼ã‚ºã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:615
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. auto (default) "
"| <literal>on_close | after_transaction | "
"<literal>after_statement"
msgstr ""
"<emphasis role=\"strong\">例auto (デフォルト) "
"| <literal>on_close | after_transaction | "
"<literal>after_statement"
#. Tag: para
#: configuration.xml:618
#, fuzzy, no-c-format
msgid ""
"This setting only affects <literal>Sessions returned from "
"<literal>SessionFactory.openSession. For SessionSessionFactory.getCurrentSessionCurrentSessionContext implementation "
"configured for use controls the connection release mode for those "
"<literal>Sessions. See"
msgstr ""
"ã“ã®è¨å®šã¯ <literal>SessionFactory.openSession ã‹ã‚‰å–å¾—ã—㟠"
"<literal>Session ã ã‘ã«åŠ¹æžœãŒã‚ã‚Šã¾ã™ã€‚ SessionFactory."
"getCurrentSession</literal> を通ã˜ã¦å–å¾—ã—㟠Session ã§"
"ã¯ã€ <literal>CurrentSessionContext ã®å®Ÿè£…ã«ã‚ˆã£ã¦ã€ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³ã®"
"リリースモードをè¨å®šã—ã¾ã™ã€‚ <xref linkend=\"architecture-current-session\"/"
"> ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
#. Tag: entry
#: configuration.xml:630
#, no-c-format
msgid ""
"<property>hibernate.connection.<propertyName><propertyName> to "
"<literal>DriverManager.getConnection()."
msgstr ""
"JDBC プãƒãƒ‘ティ <emphasis><propertyName> ã‚’ "
"<literal>DriverManager.getConnection() ã«æ¸¡ã—ã¾ã™ã€‚"
#. Tag: entry
#: configuration.xml:638
#, fuzzy, no-c-format
msgid ""
"<property>hibernate.jndi.<propertyName>"
msgstr ""
"<literal>hibernate.jndi.<property> ã‚’"
"使ã£ã¦ã€ã‚·ã‚¹ãƒ†ãƒ プãƒãƒ‘ティã¨ã—ã¦"
#. Tag: entry
#: configuration.xml:640
#, no-c-format
msgid ""
"Pass the property <emphasis><propertyName> to the JNDI "
"<literal>InitialContextFactory."
msgstr ""
"プãƒãƒ‘ティ <emphasis><propertyName> ã‚’ JNDI "
"<literal>InitialContextFactory ã«æ¸¡ã—ã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:648
#, no-c-format
msgid "Hibernate Cache Properties"
msgstr "Hibernate ã‚ャッシュプãƒãƒ‘ティ"
#. Tag: literal
#: configuration.xml:665
#, fuzzy, no-c-format
msgid "hibernate.cache.provider_class"
msgstr "<literal>hibernate.cache.provider_class"
#. Tag: entry
#: configuration.xml:667
#, no-c-format
msgid "The classname of a custom <literal>CacheProvider."
msgstr "カスタム<literal>CacheProvider ã®ã‚¯ãƒ©ã‚¹åã§ã™ã€‚"
#. Tag: para
#: configuration.xml:668
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. classname.of."
"CacheProvider</literal>"
msgstr ""
"<emphasis role=\"strong\">例classname.of.CacheProvider"
#. Tag: entry
#: configuration.xml:675
#, no-c-format
msgid ""
"Optimizes second-level cache operation to minimize writes, at the cost of "
"more frequent reads. This setting is most useful for clustered caches and, "
"in Hibernate3, is enabled by default for clustered cache implementations."
msgstr ""
"書ãè¾¼ã¿ã‚’最å°é™ã«ã™ã‚‹ãŸã‚ã«ã€äºŒæ¬¡ã‚ャッシュã®æ“作を最é©åŒ–ã—ã¾ã™ã€‚ãã®ä»£ã‚ã‚Š"
"ã«ã€èªã¿è¾¼ã¿ãŒã‚ˆã‚Šé »ç¹ã«ç™ºç”Ÿã™ã‚‹ã‚ˆã†ã«ãªã‚Šã¾ã™ã€‚ã“ã®ã‚»ãƒƒãƒ†ã‚£ãƒ³ã‚°ã¯ã‚¯ãƒ©ã‚¹ã‚¿"
"ã‚ャッシュã§å½¹ã«ç«‹ã¡ã¾ã™ã€‚ Hibernate3 ã§ã¯ã‚¯ãƒ©ã‚¹ã‚¿ã‚ャッシュ実装用ã«ãƒ‡ãƒ•ã‚©ãƒ«"
"トã§ã¯æœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™ã€‚ "
#. Tag: literal
#: configuration.xml:684
#, fuzzy, no-c-format
msgid "hibernate.cache.use_query_cache"
msgstr "<literal>hibernate.cache.use_query_cache"
#. Tag: entry
#: configuration.xml:686
#, no-c-format
msgid ""
"Enables the query cache. Individual queries still have to be set cachable."
msgstr ""
"特定ã®ã‚¯ã‚¨ãƒªãŒã‚ャッシュå¯èƒ½ãªå ´åˆã«ã€ã‚¯ã‚¨ãƒªã‚ャッシュを有効ã«ã—ã¾ã™ã€‚ "
#. Tag: literal
#: configuration.xml:692
#, fuzzy, no-c-format
msgid "hibernate.cache.use_second_level_cache"
msgstr "<literal>hibernate.cache.use_second_level_cache"
#. Tag: entry
#: configuration.xml:694
#, no-c-format
msgid ""
"Can be used to completely disable the second level cache, which is enabled "
"by default for classes which specify a <literal><cache> "
"mapping."
msgstr ""
"二次ã‚ャッシュを完全ã«ç„¡åŠ¹ã«ã™ã‚‹å ´åˆã«ä½¿ã„ã¾ã™ã€‚デフォルトã§ã¯æœ‰åŠ¹ã§ã€ã‚¯ãƒ©ã‚¹"
"ã® <literal><cache> マッピングã§åˆ¶å¾¡ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:702
#, fuzzy, no-c-format
msgid "hibernate.cache.query_cache_factory"
msgstr "<literal>hibernate.cache.query_cache_factory"
#. Tag: entry
#: configuration.xml:704
#, no-c-format
msgid ""
"The classname of a custom <literal>QueryCache interface, defaults "
"to the built-in <literal>StandardQueryCache."
msgstr ""
"カスタム<literal>QueryCache インターフェースã®ã‚¯ãƒ©ã‚¹åを指定ã—ã¾"
"ã™ã€‚デフォルトã§ã¯ <literal>StandardQueryCache ã«ãªã‚Šã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:706
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. classname.of.QueryCache classname.of.QueryCache"
#. Tag: entry
#: configuration.xml:714
#, no-c-format
msgid "A prefix to use for second-level cache region names."
msgstr "二次ã‚ャッシュã®é ˜åŸŸåã®æŽ¥é 辞ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:714
#, no-c-format
msgid "<emphasis role=\"strong\">e.g. prefix"
msgstr "<emphasis role=\"strong\">例prefix"
#. Tag: literal
#: configuration.xml:720
#, fuzzy, no-c-format
msgid "hibernate.cache.use_structured_entries"
msgstr "<literal>hibernate.cache.use_structured_entries"
#. Tag: entry
#: configuration.xml:722
#, no-c-format
msgid ""
"Forces Hibernate to store data in the second-level cache in a more human-"
"friendly format."
msgstr ""
"二次ã‚ャッシュã«æ ¼ç´ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ã‚’ã€äººãŒç†è§£ã—ã‚„ã™ã„フォーマットã«ã—ã¾ã™ã€‚ "
#. Tag: literal
#: configuration.xml:729
#, no-c-format
msgid "hibernate.cache.default_cache_concurrency_strategy"
msgstr ""
#. Tag: entry
#: configuration.xml:731
#, no-c-format
msgid ""
"Setting used to give the name of the default <classname>org.hibernate."
"annotations.CacheConcurrencyStrategy</classname> to use when either "
"<classname>@Cacheable or @Cache is used. "
"<code>@Cache(strategy=\"..\") is used to override this default."
msgstr ""
#. Tag: title
#: configuration.xml:744
#, no-c-format
msgid "Hibernate Transaction Properties"
msgstr "Hibernate トランザクションプãƒãƒ‘ティ"
#. Tag: literal
#: configuration.xml:761
#, fuzzy, no-c-format
msgid "hibernate.transaction.factory_class"
msgstr "<literal>hibernate.transaction.factory_class"
#. Tag: entry
#: configuration.xml:763
#, no-c-format
msgid ""
"The classname of a <literal>TransactionFactory to use with "
"Hibernate <literal>Transaction API (defaults to "
"<literal>JDBCTransactionFactory)."
msgstr ""
"Hibernate <literal>Transaction API ã¨ä¸€ç·’ã«ä½¿ã‚れる "
"<literal>TransactionFactory ã®ã‚¯ãƒ©ã‚¹åã§ã™ã€‚ (デフォルトã§ã¯ "
"<literal>JDBCTransactionFactory ã§ã™ï¼‰ã€‚"
#. Tag: para
#: configuration.xml:765
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. classname.of."
"TransactionFactory</literal>"
msgstr ""
"<emphasis role=\"strong\">例classname.of."
"TransactionFactory</literal>>"
#. Tag: literal
#: configuration.xml:771
#, fuzzy, no-c-format
msgid "jta.UserTransaction"
msgstr "<literal>jta.UserTransaction"
#. Tag: entry
#: configuration.xml:773
#, no-c-format
msgid ""
"A JNDI name used by <literal>JTATransactionFactory to obtain the "
"JTA <literal>UserTransaction from the application server."
msgstr ""
"アプリケーションサーãƒãƒ¼ã‹ã‚‰ JTA <literal>UserTransaction ã‚’å–å¾—ã™"
"ã‚‹ãŸã‚ã« <literal>JTATransactionFactory ã«ä½¿ã‚れる JNDI åã§ã™ã€‚"
#. Tag: literal
#: configuration.xml:781
#, fuzzy, no-c-format
msgid "hibernate.transaction.manager_lookup_class"
msgstr "<literal>hibernate.transaction. manager_lookup_class"
#. Tag: entry
#: configuration.xml:783
#, no-c-format
msgid ""
"The classname of a <literal>TransactionManagerLookup. It is "
"required when JVM-level caching is enabled or when using hilo generator in a "
"JTA environment."
msgstr ""
"<literal>TransactionManagerLookup ã®ã‚¯ãƒ©ã‚¹åã§ã™ã€‚ JTA 環境ã«ãŠã„"
"ã¦ã€ JVM レベルã®ã‚ャッシュを有効ã«ã™ã‚‹ã¨ãã‹ã€ hilo ジェãƒãƒ¬ãƒ¼ã‚¿ãŒä½¿ç”¨ã•ã‚Œã‚‹"
"ã¨ãã«å¿…è¦ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:786
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. classname.of."
"TransactionManagerLookup</literal>"
msgstr ""
"<emphasis role=\"strong\">例classname.of."
"TransactionManagerLookup</literal>"
#. Tag: literal
#: configuration.xml:792
#, fuzzy, no-c-format
msgid "hibernate.transaction.flush_before_completion"
msgstr "<literal>hibernate.transaction. flush_before_completion"
#. Tag: entry
#: configuration.xml:794
#, fuzzy, no-c-format
msgid ""
"If enabled, the session will be automatically flushed during the before "
"completion phase of the transaction. Built-in and automatic session context "
"management is preferred, see <xref linkend=\"architecture-current-session\"/"
">."
msgstr ""
"有効ã®å ´åˆã€ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ã® completion フェーズã®å‰ã«è‡ªå‹•çš„ã«ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚’"
"フラッシュã—ã¾ã™ã€‚内蔵ã®è‡ªå‹•ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚³ãƒ³ãƒ†ã‚スト管ç†ã«é©ã—ã¦ã„ã¾ã™ã€‚ <xref "
"linkend=\"architecture-current-session\"/> ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
#. Tag: literal
#: configuration.xml:803
#, fuzzy, no-c-format
msgid "hibernate.transaction.auto_close_session"
msgstr "<literal>hibernate.transaction. auto_close_session"
#. Tag: entry
#: configuration.xml:805
#, fuzzy, no-c-format
msgid ""
"If enabled, the session will be automatically closed during the after "
"completion phase of the transaction. Built-in and automatic session context "
"management is preferred, see <xref linkend=\"architecture-current-session\"/"
">."
msgstr ""
"有効ã®å ´åˆã€ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ã® completion フェーズã®å¾Œã«ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚’自動的ã«"
"クãƒãƒ¼ã‚ºã—ã¾ã™ã€‚内蔵ã®è‡ªå‹•ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚³ãƒ³ãƒ†ã‚スト管ç†ã«é©ã—ã¦ã„ã¾ã™ã€‚ <xref "
"linkend=\"architecture-current-session\"/> ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
#. Tag: title
#: configuration.xml:817
#, no-c-format
msgid "Miscellaneous Properties"
msgstr "ãã®ä»–ã®ãƒ—ãƒãƒ‘ティ"
#. Tag: literal
#: configuration.xml:834
#, fuzzy, no-c-format
msgid "hibernate.current_session_context_class"
msgstr "<literal>hibernate. current_session_context_class"
#. Tag: entry
#: configuration.xml:836
#, fuzzy, no-c-format
msgid ""
"Supply a custom strategy for the scoping of the \"current\" "
"<literal>Session. See ã®ãŸã‚ã®ï¼ˆã‚«ã‚¹ã‚¿ãƒ )戦略をæä¾›ã—ã¾ã™ã€‚"
"ビルトインストラテジーã«é–¢ã™ã‚‹ãã®ä»–ã®æƒ…å ±ã«ã¤ã„ã¦ã¯ <xref linkend="
"\"architecture-current-session\"/> ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
#. Tag: para
#: configuration.xml:839
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. jta | "
"<literal>thread | managed | custom."
"Class</literal>"
msgstr ""
"<emphasis role=\"strong\">例jta | "
"<literal>thread | managed | custom."
"Class</literal>"
#. Tag: literal
#: configuration.xml:846
#, fuzzy, no-c-format
msgid "hibernate.query.factory_class"
msgstr "<literal>hibernate.query.factory_class"
#. Tag: entry
#: configuration.xml:848
#, no-c-format
msgid "Chooses the HQL parser implementation."
msgstr "HQL パーサーã®å®Ÿè£…ã‚’é¸æŠžã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:848
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. org.hibernate.hql.ast."
"ASTQueryTranslatorFactory</literal> or org.hibernate.hql.classic."
"ClassicQueryTranslatorFactory</literal>"
msgstr ""
"<emphasis role=\"strong\">例org.hibernate.hql.ast."
"ASTQueryTranslatorFactory</literal> or org.hibernate.hql.classic."
"ClassicQueryTranslatorFactory</literal>"
#. Tag: literal
#: configuration.xml:857
#, fuzzy, no-c-format
msgid "hibernate.query.substitutions"
msgstr "hibernate.query.substitutions true=1, false=0"
#. Tag: entry
#: configuration.xml:859
#, no-c-format
msgid ""
"Is used to map from tokens in Hibernate queries to SQL tokens (tokens might "
"be function or literal names, for example)."
msgstr ""
"HQL 㨠SQL ã®ãƒˆãƒ¼ã‚¯ãƒ³ã‚’マッピングã—ã¾ã™ã€‚ (例ãˆã°ã€ãƒˆãƒ¼ã‚¯ãƒ³ã¯é–¢æ•°ã‚„リテラル"
"åã§ã™ï¼‰ã€‚"
#. Tag: para
#: configuration.xml:861
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. hqlLiteral=SQL_LITERAL, "
"hqlFunction=SQLFUNC</literal>"
msgstr ""
"<emphasis role=\"strong\">例hqlLiteral=SQL_LITERAL, "
"hqlFunction=SQLFUNC</literal>"
#. Tag: literal
#: configuration.xml:867
#, fuzzy, no-c-format
msgid "hibernate.hbm2ddl.auto"
msgstr "<literal>hibernate.hbm2ddl.auto"
#. Tag: entry
#: configuration.xml:869
#, no-c-format
msgid ""
"Automatically validates or exports schema DDL to the database when the "
"<literal>SessionFactory is created. With create-drop is closed explicitly."
msgstr ""
"<literal>SessionFactory を生æˆã—ãŸã¨ãã«ã€è‡ªå‹•çš„ã«ã‚¹ã‚ーマ DDL を有"
"効ã«ã—データベースã«å‡ºåŠ›ã—ã¾ã™ã€‚ <literal>create-drop ã®å ´åˆã€ "
"<literal>SessionFactory をクãƒãƒ¼ã‚ºã—ãŸã¨ãã«ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚¹ã‚ーマ"
"をドãƒãƒƒãƒ—ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:873
#, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. validate | "
"<literal>update | create | create-"
"drop</literal>"
msgstr ""
"<emphasis role=\"strong\">例 validate | "
"<literal>update | create | create-"
"drop</literal>"
#. Tag: literal
#: configuration.xml:880
#, fuzzy, no-c-format
msgid "hibernate.hbm2ddl.import_file"
msgstr "<literal>hibernate.hbm2ddl.auto"
#. Tag: para
#: configuration.xml:882
#, no-c-format
msgid ""
"Comma-separated names of the optional files containing SQL DML statements "
"executed during the <classname>SessionFactory creation. This is "
"useful for testing or demoing: by adding INSERT statements for example you "
"can populate your database with a minimal set of data when it is deployed."
msgstr ""
#. Tag: para
#: configuration.xml:887
#, no-c-format
msgid ""
"File order matters, the statements of a give file are executed before the "
"statements of the following files. These statements are only executed if the "
"schema is created ie if <literal>hibernate.hbm2ddl.auto is set to "
"<literal>create or create-drop."
msgstr ""
#. Tag: para
#: configuration.xml:892
#, fuzzy, no-c-format
msgid ""
"<emphasis role=\"strong\">e.g. /humans.sql,/dogs.sqltrue|false"
#. Tag: literal
#: configuration.xml:898
#, fuzzy, no-c-format
msgid "hibernate.cglib.use_reflection_optimizer"
msgstr "<literal>hibernate.cglib. use_reflection_optimizer"
#. Tag: entry
#: configuration.xml:900
#, no-c-format
msgid ""
"Enables the use of CGLIB instead of runtime reflection (System-level "
"property). Reflection can sometimes be useful when troubleshooting. "
"Hibernate always requires CGLIB even if you turn off the optimizer. You "
"cannot set this property in <literal>hibernate.cfg.xml."
msgstr ""
"実行時リフレクションã®ä»£ã‚ã‚Šã® CGLIB ã®ä½¿ç”¨ã‚’有効ã«ã—ã¾ã™ (システムレベルã®"
"プãƒãƒ‘ティ) 。リフレクションã¯ãƒˆãƒ©ãƒ–ルシューティングã®ã¨ãã«å½¹ç«‹ã¤ã“ã¨ãŒã‚ã‚Š"
"ã¾ã™ã€‚オプティマイザをオフã«ã—ã¦ã„ã‚‹ã¨ãã§ã•ãˆã€ Hibernate ã«ã¯å¿…ãš CGLIB ãŒ"
"å¿…è¦ãªã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。ã“ã®ãƒ—ãƒãƒ‘ティ㯠<literal>hibernate.cfg.xml property to the correct "
"<literal>org.hibernate.dialect.Dialect subclass for your database. "
"If you specify a dialect, Hibernate will use sensible defaults for some of "
"the other properties listed above. This means that you will not have to "
"specify them manually."
msgstr ""
"<literal>hibernate.dialect プãƒãƒ‘ティã«ã¯ã€ä½¿ç”¨ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®æ£"
"ã—ã„ <literal>org.hibernate.dialect.Dialect ã®ã‚µãƒ–クラスをã€å¿…ãšæŒ‡"
"定ã™ã¹ãã§ã™ã€‚ã—ã‹ã—方言を指定ã™ã‚Œã°ã€ Hibernate ã¯ä¸Šè¿°ã—ãŸãƒ—ãƒãƒ‘ティã®ã„ãã¤"
"ã‹ã«ã¤ã„ã¦ã€ã‚ˆã‚Šé©åˆ‡ãªãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ã‚’使ã„ã¾ã™ã€‚ãã†ã™ã‚Œã°ã€ãれらを手作æ¥ã§è¨"
"定ã™ã‚‹æ‰‹é–“ãŒçœã‘ã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:922
#, no-c-format
msgid "Hibernate SQL Dialects (<literal>hibernate.dialect)"
msgstr "Hibernate SQL Dialects (<literal>hibernate.dialect)"
#. Tag: entry
#: configuration.xml:933
#, no-c-format
msgid "RDBMS"
msgstr "RDBMS"
#. Tag: entry
#: configuration.xml:935
#, no-c-format
msgid "Dialect"
msgstr "Dialect"
#. Tag: entry
#: configuration.xml:941
#, no-c-format
msgid "<entry>DB2"
msgstr "<entry>DB2"
#. Tag: literal
#: configuration.xml:943
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.DB2Dialect"
msgstr "<literal>org.hibernate.dialect.DB2Dialect"
#. Tag: entry
#: configuration.xml:947
#, no-c-format
msgid "DB2 AS/400"
msgstr "DB2 AS/400"
#. Tag: literal
#: configuration.xml:949
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.DB2400Dialect"
msgstr "<literal>org.hibernate.dialect.DB2400Dialect"
#. Tag: entry
#: configuration.xml:953
#, no-c-format
msgid "DB2 OS390"
msgstr "DB2 OS390"
#. Tag: literal
#: configuration.xml:955
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.DB2390Dialect"
msgstr "<literal>org.hibernate.dialect.DB2390Dialect"
#. Tag: entry
#: configuration.xml:959
#, no-c-format
msgid "PostgreSQL"
msgstr "PostgreSQL"
#. Tag: literal
#: configuration.xml:961
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.PostgreSQLDialect"
msgstr "<literal>org.hibernate.dialect.PostgreSQLDialect"
#. Tag: entry
#: configuration.xml:965
#, no-c-format
msgid "MySQL"
msgstr "MySQL"
#. Tag: literal
#: configuration.xml:967
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.MySQLDialect"
msgstr "<literal>org.hibernate.dialect.MySQLDialect"
#. Tag: entry
#: configuration.xml:971
#, no-c-format
msgid "MySQL with InnoDB"
msgstr "MySQL with InnoDB"
#. Tag: literal
#: configuration.xml:973
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.MySQLInnoDBDialect"
msgstr "<literal>org.hibernate.dialect.MySQLInnoDBDialect"
#. Tag: entry
#: configuration.xml:977
#, no-c-format
msgid "MySQL with MyISAM"
msgstr "MySQL with MyISAM"
#. Tag: literal
#: configuration.xml:979
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.MySQLMyISAMDialect"
msgstr "<literal>org.hibernate.dialect.MySQLMyISAMDialect"
#. Tag: entry
#: configuration.xml:983
#, no-c-format
msgid "Oracle (any version)"
msgstr "Oracle (ã„ãšã‚Œã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã‚‚)"
#. Tag: literal
#: configuration.xml:985
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.OracleDialect"
msgstr "<literal>org.hibernate.dialect.OracleDialect"
#. Tag: entry
#: configuration.xml:989
#, no-c-format
msgid "Oracle 9i"
msgstr "Oracle 9i"
#. Tag: literal
#: configuration.xml:991
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.Oracle9iDialect"
msgstr "<literal>org.hibernate.dialect.Oracle9iDialect"
#. Tag: entry
#: configuration.xml:995
#, no-c-format
msgid "Oracle 10g"
msgstr "Oracle 10g"
#. Tag: literal
#: configuration.xml:997
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.Oracle10gDialect"
msgstr "<literal>org.hibernate.dialect.Oracle10gDialect"
#. Tag: entry
#: configuration.xml:1001
#, no-c-format
msgid "Sybase"
msgstr "Sybase"
#. Tag: literal
#: configuration.xml:1003
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.SybaseDialect"
msgstr "<literal>org.hibernate.dialect.SybaseDialect"
#. Tag: entry
#: configuration.xml:1007
#, no-c-format
msgid "Sybase Anywhere"
msgstr "Sybase Anywhere"
#. Tag: literal
#: configuration.xml:1009
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.SybaseAnywhereDialect"
msgstr "<literal>org.hibernate.dialect.SybaseAnywhereDialect"
#. Tag: entry
#: configuration.xml:1013
#, no-c-format
msgid "Microsoft SQL Server"
msgstr "Microsoft SQL Server"
#. Tag: literal
#: configuration.xml:1015
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.SQLServerDialect"
msgstr "<literal>org.hibernate.dialect.SQLServerDialect"
#. Tag: entry
#: configuration.xml:1019
#, no-c-format
msgid "SAP DB"
msgstr "SAP DB"
#. Tag: literal
#: configuration.xml:1021
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.SAPDBDialect"
msgstr "<literal>org.hibernate.dialect.SAPDBDialect"
#. Tag: entry
#: configuration.xml:1025
#, no-c-format
msgid "Informix"
msgstr "Informix"
#. Tag: literal
#: configuration.xml:1027
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.InformixDialect"
msgstr "<literal>org.hibernate.dialect.InformixDialect"
#. Tag: entry
#: configuration.xml:1031
#, no-c-format
msgid "HypersonicSQL"
msgstr "HypersonicSQL"
#. Tag: literal
#: configuration.xml:1033
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.HSQLDialect"
msgstr "<literal>org.hibernate.dialect.HSQLDialect"
#. Tag: entry
#: configuration.xml:1037
#, no-c-format
msgid "Ingres"
msgstr "Ingres"
#. Tag: literal
#: configuration.xml:1039
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.IngresDialect"
msgstr "<literal>org.hibernate.dialect.IngresDialect"
#. Tag: entry
#: configuration.xml:1043
#, no-c-format
msgid "Progress"
msgstr "Progress"
#. Tag: literal
#: configuration.xml:1045
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.ProgressDialect"
msgstr "<literal>org.hibernate.dialect.ProgressDialect"
#. Tag: entry
#: configuration.xml:1049
#, no-c-format
msgid "Mckoi SQL"
msgstr "Mckoi SQL"
#. Tag: literal
#: configuration.xml:1051
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.MckoiDialect"
msgstr "<literal>org.hibernate.dialect.MckoiDialect"
#. Tag: entry
#: configuration.xml:1055
#, no-c-format
msgid "Interbase"
msgstr "Interbase"
#. Tag: literal
#: configuration.xml:1057
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.InterbaseDialect"
msgstr "<literal>org.hibernate.dialect.InterbaseDialect"
#. Tag: entry
#: configuration.xml:1061
#, no-c-format
msgid "Pointbase"
msgstr "Pointbase"
#. Tag: literal
#: configuration.xml:1063
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.PointbaseDialect"
msgstr "<literal>org.hibernate.dialect.PointbaseDialect"
#. Tag: entry
#: configuration.xml:1067
#, no-c-format
msgid "FrontBase"
msgstr "FrontBase"
#. Tag: literal
#: configuration.xml:1069
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.FrontbaseDialect"
msgstr "<literal>org.hibernate.dialect.FrontbaseDialect"
#. Tag: entry
#: configuration.xml:1073
#, no-c-format
msgid "Firebird"
msgstr "Firebird"
#. Tag: literal
#: configuration.xml:1075
#, fuzzy, no-c-format
msgid "org.hibernate.dialect.FirebirdDialect"
msgstr "<literal>org.hibernate.dialect.FirebirdDialect"
#. Tag: title
#: configuration.xml:1083
#, no-c-format
msgid "Outer Join Fetching"
msgstr "外部çµåˆãƒ•ã‚§ãƒƒãƒ"
#. Tag: para
#: configuration.xml:1085
#, no-c-format
msgid ""
"If your database supports ANSI, Oracle or Sybase style outer joins, "
"<emphasis>outer join fetching will often increase performance by "
"limiting the number of round trips to and from the database. This is, "
"however, at the cost of possibly more work performed by the database itself. "
"Outer join fetching allows a whole graph of objects connected by many-to-"
"one, one-to-many, many-to-many and one-to-one associations to be retrieved "
"in a single SQL <literal>SELECT."
msgstr ""
"ã‚‚ã—データベース㌠ANSI ã‹ã€ Oracle ã‹ Sybase スタイルã®å¤–部çµåˆã‚’サãƒãƒ¼ãƒˆã—"
"ã¦ã„ã‚‹å ´åˆã€ <emphasis>outer join fetching ã¯ã€ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã® SQL "
"発行回数を節約ã—パフォーマンスを良ãã—ã¾ã™ï¼ˆãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹å†…ã§ã‚ˆã‚Šå¤šãã®å‡¦ç†ã‚³"
"ストãŒç™ºç”Ÿã—ã¾ã™ï¼‰ã€‚外部çµåˆãƒ•ã‚§ãƒƒãƒã¯ã€å¤šå¯¾ä¸€ã€ä¸€å¯¾å¤šã€å¤šå¯¾å¤šã€ä¸€å¯¾ä¸€ã®ã‚ªãƒ–"
"ジェクト関連ã§ã‚°ãƒ«ãƒ¼ãƒ—オブジェクトを1ã¤ã® SQL 㧠<literal>SELECT ã—"
"ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1094
#, no-c-format
msgid ""
"Outer join fetching can be disabled <emphasis>globally by setting "
"the property <literal>hibernate.max_fetch_depth to 01 or higher enables outer join "
"fetching for one-to-one and many-to-one associations that have been mapped "
"with <literal>fetch=\"join\"."
msgstr ""
"<literal>hibernate.max_fetch_depth プãƒãƒ‘ティã®å€¤ã‚’ 0ã™ã¹ã¦ 無効ã«ã™ã‚‹ã“"
"ã¨ã«ãªã‚Šã¾ã™ã€‚ <literal>1 ã‚„ãれ以上ã®å€¤ã‚’è¨å®šã™ã‚‹ã¨ã€å¤–部çµåˆ"
"フェッãƒãŒæœ‰åŠ¹ã«ãªã‚Šã€ä¸€å¯¾ä¸€ã¨å¤šå¯¾ä¸€é–¢é€£ãŒ <literal>fetch=\"join\" "
"ã¨ã—ã¦ãƒžãƒƒãƒ”ングã•ã‚Œã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1100
#, fuzzy, no-c-format
msgid "See <xref linkend=\"performance-fetching\"/> for more information."
msgstr ""
"ã•ã‚‰ã«æƒ…å ±ãŒè¦‹ãŸã‘れ㰠<xref linkend=\"performance-fetching\"/> ã‚’å‚ç…§ã—ã¦ã"
"ã ã•ã„。"
#. Tag: title
#: configuration.xml:1105
#, no-c-format
msgid "Binary Streams"
msgstr "ãƒã‚¤ãƒŠãƒªã‚¹ãƒˆãƒªãƒ¼ãƒ "
#. Tag: para
#: configuration.xml:1107
#, no-c-format
msgid ""
"Oracle limits the size of <literal>byte arrays that can be passed "
"to and/or from its JDBC driver. If you wish to use large instances of "
"<literal>binary or serializable type, you "
"should enable <literal>hibernate.jdbc.use_streams_for_binary. "
"<emphasis>This is a system-level setting only."
msgstr ""
"Oracle 㯠JDBC ドライãƒã¨ã®é–“ã§ã‚„ã‚Šã¨ã‚Šã•ã‚Œã‚‹ <literal>byte é…列ã®"
"サイズを制é™ã—ã¾ã™ã€‚ <literal>binary ã‚„ serializablehibernate.jdbc."
"use_streams_for_binary</literal> を有効ã«ã—ã¦ãã ã•ã„。 ãŸã ã— ã“ã‚Œ"
"ã¯ã‚·ã‚¹ãƒ†ãƒ レベルã®è¨å®šã ã‘ã§ã™</emphasis> 。"
#. Tag: title
#: configuration.xml:1116
#, no-c-format
msgid "Second-level and query cache"
msgstr "ニ次ã‚ャッシュã¨ã‚¯ã‚¨ãƒªã‚ャッシュ"
#. Tag: para
#: configuration.xml:1118
#, fuzzy, no-c-format
msgid ""
"The properties prefixed by <literal>hibernate.cache allow you to "
"use a process or cluster scoped second-level cache system with Hibernate. "
"See the <xref linkend=\"performance-cache\"/> for more information."
msgstr ""
"<literal>hibernate.cache プãƒãƒ‘ティ接é 辞㯠Hibernate ã§ãƒ—ãƒã‚»ã‚¹ã‚„"
"クラスタ二次ã‚ャッシュを使ã†ã¨ã“ã¨ã‚’許å¯ã—ã¾ã™ã€‚<xref linkend=\"performance-"
"cache\"/> ã«ã‚ˆã‚Šå¤šãã®è©³ç´°ãŒã‚ã‚Šã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:1125
#, no-c-format
msgid "Query Language Substitution"
msgstr "クエリ言語ã®ç½®ãæ›ãˆ"
#. Tag: para
#: configuration.xml:1127
#, no-c-format
msgid ""
"You can define new Hibernate query tokens using <literal>hibernate.query."
"substitutions</literal>. For example:"
msgstr ""
"<literal>hibernate.query.substitutions を使ã†ã“ã¨ã§ã€æ–°ã—ã„ "
"Hibernate クエリトークンを定義ã§ãã¾ã™ã€‚例:"
#. Tag: programlisting
#: configuration.xml:1130
#, no-c-format
msgid "hibernate.query.substitutions true=1, false=0"
msgstr "hibernate.query.substitutions true=1, false=0"
#. Tag: para
#: configuration.xml:1132
#, no-c-format
msgid ""
"This would cause the tokens <literal>true and false 㨠false ã‚’ã€ç”Ÿæˆã•"
"れる SQL ã«ãŠã„ã¦æ•´æ•°ãƒªãƒ†ãƒ©ãƒ«ã«ç¿»è¨³ã—ã¾ã™ã€‚"
#. Tag: programlisting
#: configuration.xml:1136
#, no-c-format
msgid "hibernate.query.substitutions toLowercase=LOWER"
msgstr "hibernate.query.substitutions toLowercase=LOWER"
#. Tag: para
#: configuration.xml:1138
#, no-c-format
msgid ""
"This would allow you to rename the SQL <literal>LOWER function."
msgstr ""
"ã“れ㯠SQL ã® <literal>LOWER 関数ã®åå‰ã®ä»˜ã‘替ãˆã‚’å¯èƒ½ã«ã—ã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:1143
#, no-c-format
msgid "Hibernate statistics"
msgstr "Hibernate 統計"
#. Tag: para
#: configuration.xml:1145
#, no-c-format
msgid ""
"If you enable <literal>hibernate.generate_statistics, Hibernate "
"exposes a number of metrics that are useful when tuning a running system via "
"<literal>SessionFactory.getStatistics(). Hibernate can even be "
"configured to expose these statistics via JMX. Read the Javadoc of the "
"interfaces in <literal>org.hibernate.stats for more information."
msgstr ""
"<literal>hibernate.generate_statistics を有効ã«ã—ãŸå ´åˆã€å‹•ä½œã—ã¦ã„"
"るシステムをãƒãƒ¥ãƒ¼ãƒ‹ãƒ³ã‚°ã™ã‚‹ã¨ãã«ã€ <literal>SessionFactory.getStatistics()"
"</literal> を経由ã—ã¦ã€ Hibernate ã¯ä¾¿åˆ©ãªçµ±è¨ˆæƒ…å ±ã‚’å‡ºåŠ›ã—ã¾ã™ã€‚ JMX を経由ã—"
"ã¦çµ±è¨ˆæƒ…å ±ã‚’å‡ºåŠ›ã™ã‚‹ã“ã¨ã‚‚å¯èƒ½ã§ã™ã€‚ Javadoc ã® <literal>org.hibernate."
"stats</literal> パッケージ内ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã«ã¯ã‚ˆã‚Šå¤šãã®æƒ…å ±ãŒã‚ã‚Šã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:1155
#, no-c-format
msgid "Logging"
msgstr "ãƒã‚®ãƒ³ã‚°"
#. Tag: para
#: configuration.xml:1157
#, no-c-format
msgid ""
"Hibernate utilizes <ulink url=\"http://www.slf4j.org/\">Simple Logging "
"Facade for Java</ulink> (SLF4J) in order to log various system events. SLF4J "
"can direct your logging output to several logging frameworks (NOP, Simple, "
"log4j version 1.2, JDK 1.4 logging, JCL or logback) depending on your chosen "
"binding. In order to setup logging you will need <filename>slf4j-api.jar in the case of Log4J. See "
"the SLF4J <ulink url=\"http://www.slf4j.org/manual.html\">documentation file in your classpath. An example "
"properties file is distributed with Hibernate in the <literal>src/ "
"directory."
msgstr ""
#. Tag: para
#: configuration.xml:1171
#, no-c-format
msgid ""
"It is recommended that you familiarize yourself with Hibernate's log "
"messages. A lot of work has been put into making the Hibernate log as "
"detailed as possible, without making it unreadable. It is an essential "
"troubleshooting device. The most interesting log categories are the "
"following:"
msgstr ""
"Hibernate ã®ãƒã‚°ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã«æ…£ã‚Œã‚‹ã“ã¨ã‚’å¼·ããŠã™ã™ã‚ã—ã¾ã™ã€‚ Hibernate ã®ãƒã‚°"
"ã¯èªã¿ã‚„ã™ãã€ã§ãã‚‹é™ã‚Šè©³ç´°ã«ãªã‚‹ã‚ˆã†ã«åŠªåŠ›ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯å¿…é ˆã®ãƒˆãƒ©ãƒ–"
"ルシューティングデãƒã‚¤ã‚¹ã§ã™ã€‚以下ã«é‡è¦ãªãƒã‚°ã®ã‚«ãƒ†ã‚´ãƒªã‚’示ã—ã¾ã™:"
#. Tag: title
#: configuration.xml:1178
#, no-c-format
msgid "Hibernate Log Categories"
msgstr "Hibernate ãƒã‚°ã‚«ãƒ†ã‚´ãƒª"
#. Tag: entry
#: configuration.xml:1187
#, no-c-format
msgid "Category"
msgstr "カテゴリ"
#. Tag: entry
#: configuration.xml:1189
#, no-c-format
msgid "Function"
msgstr "機能"
#. Tag: literal
#: configuration.xml:1195
#, fuzzy, no-c-format
msgid "org.hibernate.SQL"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1197
#, no-c-format
msgid "Log all SQL DML statements as they are executed"
msgstr "実行ã—ãŸã™ã¹ã¦ã® SQL(DDL)ステートメントをãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1201
#, fuzzy, no-c-format
msgid "org.hibernate.type"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1203
#, no-c-format
msgid "Log all JDBC parameters"
msgstr "ã™ã¹ã¦ã® JDBC パラメータをãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1207
#, fuzzy, no-c-format
msgid "org.hibernate.tool.hbm2ddl"
msgstr "<literal>org.hibernate.tool. hbm2ddl"
#. Tag: entry
#: configuration.xml:1209
#, no-c-format
msgid "Log all SQL DDL statements as they are executed"
msgstr "実行ã—ãŸã™ã¹ã¦ã® SQL(DDL)ステートメントをãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1213
#, fuzzy, no-c-format
msgid "org.hibernate.pretty"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1215
#, no-c-format
msgid ""
"Log the state of all entities (max 20 entities) associated with the session "
"at flush time"
msgstr ""
"session ã«é–¢é€£ã™ã‚‹ã™ã¹ã¦ã®ã‚¨ãƒ³ãƒ†ã‚£ãƒ†ã‚£ï¼ˆæœ€å¤§ï¼’ï¼ï¼‰ã®ãƒ•ãƒ©ãƒƒã‚·ãƒ¥æ™‚é–“ã‚’ãƒã‚®ãƒ³ã‚°"
"ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1220
#, fuzzy, no-c-format
msgid "org.hibernate.cache"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1222
#, no-c-format
msgid "Log all second-level cache activity"
msgstr "ã™ã¹ã¦ã®ãƒ‹æ¬¡ã‚ャッシュã®å‹•ä½œã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1226
#, fuzzy, no-c-format
msgid "org.hibernate.transaction"
msgstr "<literal>org.hibernate. transaction"
#. Tag: entry
#: configuration.xml:1228
#, no-c-format
msgid "Log transaction related activity"
msgstr "トランザクションã«é–¢é€£ã™ã‚‹å‹•ä½œã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1232
#, fuzzy, no-c-format
msgid "org.hibernate.jdbc"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1234
#, no-c-format
msgid "Log all JDBC resource acquisition"
msgstr "JDBC リソースå–å¾—ã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1238
#, fuzzy, no-c-format
msgid "org.hibernate.hql.ast.AST"
msgstr "<literal>org.hibernate.hql. ast.AST"
#. Tag: entry
#: configuration.xml:1240
#, no-c-format
msgid "Log HQL and SQL ASTs during query parsing"
msgstr "HQL 㨠SQL ã® AST ã®ã‚¯ã‚¨ãƒªãƒ‘ースをãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1244
#, fuzzy, no-c-format
msgid "org.hibernate.secure"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1246
#, no-c-format
msgid "Log all JAAS authorization requests"
msgstr "ã™ã¹ã¦ã® JAAS 分æžã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1250
#, no-c-format
msgid "org.hibernate"
msgstr "org.hibernate"
#. Tag: entry
#: configuration.xml:1252
#, no-c-format
msgid ""
"Log everything. This is a lot of information but it is useful for "
"troubleshooting"
msgstr ""
"ã™ã¹ã¦ã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™ã€‚ï¼ˆæƒ…å ±ãŒå¤§é‡ã«ãªã‚Šã¾ã™ãŒã€ãƒˆãƒ©ãƒ–ルシューティングã«ã¯"
"便利ã§ã™ï¼‰"
#. Tag: para
#: configuration.xml:1259
#, no-c-format
msgid ""
"When developing applications with Hibernate, you should almost always work "
"with <literal>debug enabled for the category org."
"hibernate.SQL</literal>, or, alternatively, the property hibernate."
"show_sql</literal> enabled."
msgstr ""
"Hibernate ã§ã‚¢ãƒ—リケーションを作æˆã™ã‚‹ã¨ãã¯ã€ <literal>org.hibernate.SQLdebug を常ã«æœ‰åŠ¹ã«ã—ã¦ãŠã„ãŸã»ã†ãŒè‰¯ã„"
"ã§ã—ょã†ã€‚代替方法ã¨ã—ã¦ã€ <literal>hibernate.show_sql プãƒãƒ‘ティを"
"有効ã«ã™ã‚‹æ–¹æ³•ãŒã‚ã‚Šã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:1266
#, no-c-format
msgid "Implementing a <literal>NamingStrategy"
msgstr "<literal>NamingStrategy ã‚’é¸æŠž"
#. Tag: para
#: configuration.xml:1268
#, no-c-format
msgid ""
"The interface <literal>org.hibernate.cfg.NamingStrategy allows you "
"to specify a \"naming standard\" for database objects and schema elements."
msgstr ""
"インターフェース <literal>net.sf.hibernate.cfg.NamingStrategy を使"
"ã†ã¨ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã‚ªãƒ–ジェクトã¨ã‚¹ã‚ーマè¦ç´ ã®ãŸã‚ã®ã€Œå‘½å標準ã€ã‚’指定ã§ãã¾"
"ã™ã€‚"
#. Tag: para
#: configuration.xml:1272
#, no-c-format
msgid ""
"You can provide rules for automatically generating database identifiers from "
"Java identifiers or for processing \"logical\" column and table names given "
"in the mapping file into \"physical\" table and column names. This feature "
"helps reduce the verbosity of the mapping document, eliminating repetitive "
"noise (<literal>TBL_ prefixes, for example). The default strategy "
"used by Hibernate is quite minimal."
msgstr ""
"Java ã®è˜åˆ¥åã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã®è˜åˆ¥åを自動生æˆã™ã‚‹ãŸã‚ã®ãƒ«ãƒ¼ãƒ«ã‚„ã€ãƒžãƒƒãƒ”ング"
"ファイルã§ä¸ŽãˆãŸã€Œè«–ç†çš„ãªã€ã‚«ãƒ©ãƒ ã¨ãƒ†ãƒ¼ãƒ–ルåã‹ã‚‰ã€Œç‰©ç†çš„ãªã€ãƒ†ãƒ¼ãƒ–ルã¨ã‚«ãƒ©"
"ムåを生æˆã™ã‚‹ãŸã‚ã®ãƒ«ãƒ¼ãƒ«ã‚’用æ„ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã®æ©Ÿèƒ½ã¯ç¹°ã‚Šè¿”ã—ã®é›‘音"
"(例ãˆã° <literal>TBL_ プリフィックス)をå–り除ãã€ãƒžãƒƒãƒ”ングドã‚ュ"
"メントã®å†—é•·ã•ã‚’減らã™ã“ã¨ã«å½¹ç«‹ã¡ã¾ã™ã€‚ Hibernate ãŒä½¿ã†ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®æˆ¦ç•¥ã¯ã‹"
"ãªã‚Šæœ€å°é™ã«è¿‘ã„ã‚‚ã®ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:1279
#, no-c-format
msgid ""
"You can specify a different strategy by calling <literal>Configuration."
"setNamingStrategy()</literal> before adding mappings:"
msgstr ""
"ãƒžãƒƒãƒ”ãƒ³ã‚°ã‚’è¿½åŠ ã™ã‚‹å‰ã« <literal>Configuration.setNamingStrategy() is a built-in "
"strategy that might be a useful starting point for some applications."
msgstr ""
"<literal>org.hibernate.cfg.ImprovedNamingStrategy ã¯çµ„ã¿è¾¼ã¿ã®æˆ¦ç•¥"
"ã§ã™ã€‚ã“ã‚Œã¯ã„ãã¤ã‹ã®ã‚¢ãƒ—リケーションã«ã¨ã£ã¦æœ‰ç”¨ãªé–‹å§‹ç‚¹ã¨ãªã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›"
"ん。"
#. Tag: title
#: configuration.xml:1291
#, no-c-format
msgid "XML configuration file"
msgstr "XML è¨å®šãƒ•ã‚¡ã‚¤ãƒ«"
#. Tag: para
#: configuration.xml:1293
#, no-c-format
msgid ""
"An alternative approach to configuration is to specify a full configuration "
"in a file named <literal>hibernate.cfg.xml. This file can be used "
"as a replacement for the <literal>hibernate.properties file or, if "
"both are present, to override properties."
msgstr ""
"ã‚‚ã†1ã¤ã®æ–¹æ³•ã¯ <literal>hibernate.cfg.xml ã¨ã„ã†åå‰ã®ãƒ•ã‚¡ã‚¤ãƒ«ã§å"
"分ãªè¨å®šã‚’指定ã™ã‚‹æ–¹æ³•ã§ã™ã€‚ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯ <literal>hibernate.properties. Here is an example:"
msgstr ""
"XML è¨å®šãƒ•ã‚¡ã‚¤ãƒ«ã¯åˆæœŸè¨å®šã§ <literal>CLASSPATH ã® root ã«é…ç½®ã—ã¦"
"ãã ã•ã„。ã“ã‚ŒãŒä¾‹ã§ã™ï¼š"
#. Tag: programlisting
#: configuration.xml:1302
#, fuzzy, no-c-format
msgid ""
"<?xml version='1.0' encoding='utf-8'?>\n"
"<!DOCTYPE hibernate-configuration PUBLIC\n"
" \"-//Hibernate/Hibernate Configuration DTD//EN\"\n"
" \"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"
"\">\n"
"\n"
"<hibernate-configuration>\n"
"\n"
" <!-- a SessionFactory instance listed as /jndi/name -->\n"
" <session-factory\n"
" name=\"java:hibernate/SessionFactory\">\n"
"\n"
" <!-- properties -->\n"
" <property name=\"connection.datasource\">java:/comp/env/jdbc/"
"MyDB</property>\n"
" <property name=\"dialect\">org.hibernate.dialect."
"MySQLDialect</property>\n"
" <property name=\"show_sql\">false</property>\n"
" <property name=\"transaction.factory_class\">\n"
" org.hibernate.transaction.JTATransactionFactory\n"
" </property>\n"
" <property name=\"jta.UserTransaction\">java:comp/"
"UserTransaction</property>\n"
"\n"
" <!-- mapping files -->\n"
" <mapping resource=\"org/hibernate/auction/Item.hbm.xml\"/>\n"
" <mapping resource=\"org/hibernate/auction/Bid.hbm.xml\"/>\n"
"\n"
" <!-- cache settings -->\n"
" <class-cache class=\"org.hibernate.auction.Item\" usage=\"read-"
"write\"/>\n"
" <class-cache class=\"org.hibernate.auction.Bid\" usage=\"read-only"
"\"/>\n"
" <collection-cache collection=\"org.hibernate.auction.Item.bids\" "
"usage=\"read-write\"/>\n"
"\n"
" </session-factory>\n"
"\n"
"</hibernate-configuration>"
msgstr ""
"<?xml version='1.0' encoding='utf-8'?>\n"
"<!DOCTYPE hibernate-configuration PUBLIC\n"
" \"-//Hibernate/Hibernate Configuration DTD//EN\"\n"
" \"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"
"\">\n"
"\n"
"<hibernate-configuration>\n"
"\n"
" <!-- a SessionFactory instance listed as /jndi/name -->\n"
" <session-factory\n"
" name=\"java:hibernate/SessionFactory\">\n"
"\n"
" <!-- properties -->\n"
" <property name=\"connection.datasource\">java:/comp/env/jdbc/"
"MyDB</property>\n"
" <property name=\"dialect\">org.hibernate.dialect."
"MySQLDialect</property>\n"
" <property name=\"show_sql\">false</property>\n"
" <property name=\"transaction.factory_class\">\n"
" org.hibernate.transaction.JTATransactionFactory\n"
" </property>\n"
" <property name=\"jta.UserTransaction\">java:comp/"
"UserTransaction</property>\n"
"\n"
" <!-- mapping files -->\n"
" <mapping resource=\"org/hibernate/auction/Item.hbm.xml\"/>\n"
" <mapping resource=\"org/hibernate/auction/Bid.hbm.xml\"/>\n"
"\n"
" <!-- cache settings -->\n"
" <class-cache class=\"org.hibernate.auction.Item\" usage=\"read-"
"write\"/>\n"
" <class-cache class=\"org.hibernate.auction.Bid\" usage=\"read-only"
"\"/>\n"
" <collection-cache collection=\"org.hibernate.auction.Item.bids\" "
"usage=\"read-write\"/>\n"
"\n"
" </session-factory>\n"
"\n"
"</hibernate-configuration>"
#. Tag: para
#: configuration.xml:1304
#, no-c-format
msgid ""
"The advantage of this approach is the externalization of the mapping file "
"names to configuration. The <literal>hibernate.cfg.xml is also "
"more convenient once you have to tune the Hibernate cache. It is your choice "
"to use either <literal>hibernate.properties or hibernate."
"cfg.xml</literal>. Both are equivalent, except for the above mentioned "
"benefits of using the XML syntax."
msgstr ""
"見ã¦ã®ã¨ãŠã‚Šã€ã“ã®æ–¹æ³•ã®å„ªä½æ€§ã¯è¨å®šã®ãŸã‚ã®ãƒžãƒƒãƒ”ングファイルåを外出ã—ã«ã§"
"ãã‚‹ã“ã¨ã§ã™ã€‚ Hibernate ã‚ャッシュをãƒãƒ¥ãƒ¼ãƒ‹ãƒ³ã‚°ã—ãªã‘ã‚Œã°ãªã‚‰ãªã„ã®ã§ã‚ã‚Œ"
"ã°ã€ <literal>hibernate.cfg.xml ã¯ã‚ˆã‚Šä¾¿åˆ©ã§ã™ã€‚ "
"<literal>hibernate.properties 㨠hibernate.cfg.xml: Hibernate can use JDBC "
"connections managed by the container and provided through JNDI. Usually, a "
"JTA compatible <literal>TransactionManager and a "
"<literal>ResourceManager take care of transaction management "
"(CMT), especially distributed transaction handling across several "
"datasources. You can also demarcate transaction boundaries programmatically "
"(BMT), or you might want to use the optional Hibernate <literal>Transaction: Hibernate 㯠JNDI ãŒæä¾›ã—ã€"
"コンテナãŒç®¡ç†ã™ã‚‹ JDBC コãƒã‚¯ã‚·ãƒ§ãƒ³ã‚’使用ã§ãã¾ã™ã€‚通常〠JTA æº–æ‹ ã® "
"<literal>TransactionManager 㨠ResourceManager "
"ãŒãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ç®¡ç† (CMT)ã€ç‰¹ã«æ§˜ã€…ãªãƒ‡ãƒ¼ã‚¿ã‚½ãƒ¼ã‚¹ã«ã¾ãŸãŒã‚‹åˆ†æ•£ãƒˆãƒ©ãƒ³ã‚¶ã‚¯"
"ションを扱ã„ã¾ã™ã€‚当然プãƒã‚°ãƒ©ãƒ ã§ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³å¢ƒç•Œã‚’指定ã§ãã¾ã™ (BMT)。"
"ã‚ã‚‹ã„ã¯ã€è¨˜è¿°ã—ãŸã‚³ãƒ¼ãƒ‰ã®ãƒãƒ¼ã‚¿ãƒ“リティをä¿ã¤ãŸã‚ã«ã€ã‚ªãƒ—ション㮠Hibernate "
"ã® <literal>Transaction API を使ã„ãŸããªã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。"
#. Tag: para
#: configuration.xml:1343
#, no-c-format
msgid ""
"<emphasis>Automatic JNDI binding: Hibernate can bind its "
"<literal>SessionFactory to JNDI after startup."
msgstr ""
"<emphasis>自動 JNDI ãƒã‚¤ãƒ³ãƒ‡ã‚£ãƒ³ã‚°ï¼š Hibernate 㯠JNDI ãŒç«‹ã¡ä¸Š"
"ãŒã£ãŸå¾Œã« <literal>SessionFactory を生æˆã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1350
#, no-c-format
msgid ""
"<emphasis>JTA Session binding: the Hibernate Session from JNDI and get the current "
"<literal>Session. Let Hibernate manage flushing and closing the "
"<literal>Session when your JTA transaction completes. Transaction "
"demarcation is either declarative (CMT) or programmatic (BMT/"
"UserTransaction)."
msgstr ""
"<emphasis> JTA セッションãƒã‚¤ãƒ³ãƒ‡ã‚£ãƒ³ã‚°ï¼š Hibernate "
"<literal>Session ã¯è‡ªå‹•çš„ã« JTA トランザクションã®ã‚¹ã‚³ãƒ¼ãƒ—ã«ãƒã‚¤ãƒ³"
"ドã•ã‚Œã¾ã™ã€‚å˜ç´”ã« <literal>SessionFactory ã‚’ JNDI ã‹ã‚‰ lookup ã—"
"ã¦ã€ç¾åœ¨ã® <literal>Session ã‚’å–å¾—ã—ã¾ã™ã€‚ JTA トランザクションãŒå®Œ"
"了ã—ãŸã¨ãã«ã€ Hibernate㌠<literal>Session をフラッシュã—ã€ã‚¯ãƒãƒ¼"
"ズã—ã¾ã™ã€‚トランザクション境界ã¯ã€å®£è¨€ (CMT) ã™ã‚‹ã“ã¨ã‚‚ã€ãƒ—ãƒã‚°ãƒ©ãƒ (BMT/"
"UserTransaction) ã™ã‚‹ã“ã¨ã‚‚å¯èƒ½ã§ã™ã€‚"
#. Tag: para
#: configuration.xml:1362
#, no-c-format
msgid ""
"<emphasis>JMX deployment: if you have a JMX capable application "
"server (e.g. JBoss AS), you can choose to deploy Hibernate as a managed "
"MBean. This saves you the one line startup code to build your "
"<literal>SessionFactory from a Configuration. "
"The container will startup your <literal>HibernateService and also "
"take care of service dependencies (datasource has to be available before "
"Hibernate starts, etc)."
msgstr ""
"<emphasis> JMX デプãƒã‚¤ãƒ¡ãƒ³ãƒˆ: ã‚‚ã— JMX ãŒä½¿ç”¨å¯èƒ½ãªã‚¢ãƒ—リケーショ"
"ンサーãƒãƒ¼ï¼ˆä¾‹ãˆã° JBoss AS) ãŒã‚ã‚‹å ´åˆã€ Hibernate ã‚’ MBean ã¨ã—ã¦ãƒ‡ãƒ—ãƒã‚¤"
"ã™ã‚‹ã“ã¨ã‚’é¸ã¹ã¾ã™ã€‚ã“れ㯠<literal>Configuration ã‹ã‚‰ "
"<literal>SessionFactory を生æˆã™ã‚‹ã‚³ãƒ¼ãƒ‰ã‚’ç„¡ãã™ã“ã¨ãŒã§ãã¾ã™ã€‚コ"
"ンテナ㯠<literal>HibernateService ã‚’èµ·å‹•ã—ã€ã‚µãƒ¼ãƒ“スã®ä¾å˜ã‚’ç†æƒ³çš„"
"ã«ç®¡ç†ã—ã¾ã™ï¼ˆãƒ‡ãƒ¼ã‚¿ã‚½ãƒ¼ã‚¹ã¯ Hibernate ã‚„ãã®ä»–ãŒèµ·å‹•ã™ã‚‹å‰ã«ä½¿ç”¨ã§ãるよã†ã«"
"ã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“)。"
#. Tag: para
#: configuration.xml:1373
#, no-c-format
msgid ""
"Depending on your environment, you might have to set the configuration "
"option <literal>hibernate.connection.aggressive_release to true if "
"your application server shows \"connection containment\" exceptions."
msgstr ""
"環境ã«ä¾å˜ã—ã¾ã™ãŒã€ã‚‚ã—アプリケーションサーãƒãƒ¼ãŒ \"connection containment"
"\" ã®ä¾‹å¤–を出ã™å ´åˆã€è¨å®šã®ã‚ªãƒ—ション <literal>hibernate.connection."
"aggressive_release</literal> ã‚’ true ã«ã—ã¦ãã ã•ã„。"
#. Tag: title
#: configuration.xml:1379
#, no-c-format
msgid "Transaction strategy configuration"
msgstr "トランザクション戦略è¨å®š"
#. Tag: para
#: configuration.xml:1381
#, no-c-format
msgid ""
"The Hibernate <literal>Session API is independent of any "
"transaction demarcation system in your architecture. If you let Hibernate "
"use JDBC directly through a connection pool, you can begin and end your "
"transactions by calling the JDBC API. If you run in a J2EE application "
"server, you might want to use bean-managed transactions and call the JTA API "
"and <literal>UserTransaction when needed."
msgstr ""
"Hibernate <literal>Session API ã¯ã€ã‚¢ãƒ¼ã‚テクãƒãƒ£å†…ã®ã‚·ã‚¹ãƒ†ãƒ ã®ç®¡è½„"
"ã§ã‚ã‚‹ã‚らゆるトランザクションã«ä¾å˜ã—ã¾ã›ã‚“。もã—コãƒã‚¯ã‚·ãƒ§ãƒ³ãƒ—ール㮠JDBC "
"を直接使ã„ãŸã„å ´åˆã€ JDBC API ã‹ã‚‰ トランザクションを呼ã¶ã“ã¨ãŒã§ãã¾ã™ã€‚ã‚‚"
"ã—〠J2EE アプリケーションサーãƒãƒ¼ã§å‹•ä½œã•ã›ã‚‹ãªã‚‰ã€ Bean 管ç†ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§"
"ンを使ã„ã€å¿…è¦ã«å¿œã˜ã¦ <literal>UserTransaction ã‚’ JTA API ã‹ã‚‰å‘¼ã¶"
"ã“ã¨ã«ãªã‚‹ã§ã—ょã†ã€‚"
#. Tag: para
#: configuration.xml:1389
#, no-c-format
msgid ""
"To keep your code portable between these two (and other) environments we "
"recommend the optional Hibernate <literal>Transaction API, which "
"wraps and hides the underlying system. You have to specify a factory class "
"for <literal>Transaction instances by setting the Hibernate "
"configuration property <literal>hibernate.transaction.factory_class API "
"を推奨ã—ã¾ã™ã€‚ Hibernate è¨å®šãƒ—ãƒãƒ‘ティ㮠<literal>hibernate.transaction."
"factory_class</literal> ã‚’è¨å®šã™ã‚‹ã“ã¨ã§ã€ã‚る特定㮠Transaction"
#. Tag: para
#: configuration.xml:1404
#, no-c-format
msgid "delegates to database (JDBC) transactions (default)"
msgstr "データベース (JDBC) トランザクションã«å§”è²ã—ã¾ã™ï¼ˆãƒ‡ãƒ•ã‚©ãƒ«ãƒˆï¼‰"
#. Tag: literal
#: configuration.xml:1409
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.JTATransactionFactory"
msgstr "<literal>org.hibernate.transaction.JTATransactionFactory"
#. Tag: para
#: configuration.xml:1412
#, no-c-format
msgid ""
"delegates to container-managed transactions if an existing transaction is "
"underway in this context (for example, EJB session bean method). Otherwise, "
"a new transaction is started and bean-managed transactions are used."
msgstr ""
"ã‚‚ã—ã€ã“ã®ã‚³ãƒ³ãƒ†ã‚スト(例ãˆã°ã€ EJB セッション Bean メソッド)ã§é€²è¡Œä¸ã®ãƒˆãƒ©"
"ンザクションãŒå˜åœ¨ã™ã‚‹å ´åˆã€ã‚³ãƒ³ãƒ†ãƒŠç®¡ç†ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ã«å§”è²ã—ã¾ã™ã€‚ãã†ã§"
"ãªã„å ´åˆã¯ã€æ–°ã—ã„トランザクションãŒé–‹å§‹ã•ã‚Œã¦ãŠã‚Šã€ Bean 管ç†ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§"
"ンãŒä½¿ã‚ã‚Œã¾ã™ã€‚"
#. Tag: literal
#: configuration.xml:1420
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.CMTTransactionFactory"
msgstr "<literal>org.hibernate.transaction.CMTTransactionFactory"
#. Tag: para
#: configuration.xml:1423
#, no-c-format
msgid "delegates to container-managed JTA transactions"
msgstr "ã‚³ãƒ³ãƒ†ãƒŠç®¡ç† JTA トランザクションã«å§”è²ã—ã¾ã™"
#. Tag: para
#: configuration.xml:1428
#, no-c-format
msgid ""
"You can also define your own transaction strategies (for a CORBA transaction "
"service, for example)."
msgstr ""
"自分自身ã®ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³æˆ¦ç•¥ï¼ˆä¾‹ãˆã°ã€ CORBA トランザクションサービス)を定"
"義ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1431
#, no-c-format
msgid ""
"Some features in Hibernate (i.e., the second level cache, Contextual "
"Sessions with JTA, etc.) require access to the JTA "
"<literal>TransactionManager in a managed environment. In an "
"application server, since J2EE does not standardize a single mechanism, you "
"have to specify how Hibernate should obtain a reference to the "
"<literal>TransactionManager:"
msgstr ""
"Hibernate ã®ã„ãã¤ã‹ã®æ©Ÿèƒ½ï¼ˆä¾‹ãˆã°ã€äºŒæ¬¡ã‚ャッシュ〠JTA ã«ã‚ˆã‚‹ã‚³ãƒ³ãƒ†ã‚スト"
"セッションç‰ï¼‰ã¯ç®¡ç†ã•ã‚ŒãŸç’°å¢ƒã®ä¸ã® JTA <literal>TransactionManager ã®ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹ã‚’å–å¾—ã™ã‚‹æ–¹æ³•ã‚’明確ã«ã™"
"ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
#. Tag: title
#: configuration.xml:1439
#, no-c-format
msgid "JTA TransactionManagers"
msgstr "JTA トランザクションマãƒãƒ¼ã‚¸ãƒ£"
#. Tag: entry
#: configuration.xml:1448
#, no-c-format
msgid "Transaction Factory"
msgstr "Transaction Factory"
#. Tag: entry
#: configuration.xml:1450
#, no-c-format
msgid "Application Server"
msgstr "Application Server"
#. Tag: literal
#: configuration.xml:1456
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.JBossTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. JBossTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1458
#, no-c-format
msgid "JBoss"
msgstr "JBoss"
#. Tag: literal
#: configuration.xml:1462
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.WeblogicTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. WeblogicTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1482
#, no-c-format
msgid "Orion"
msgstr "Orion"
#. Tag: literal
#: configuration.xml:1486
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.ResinTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. ResinTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1488
#, no-c-format
msgid "Resin"
msgstr "Resin"
#. Tag: literal
#: configuration.xml:1492
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.JOTMTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. JOTMTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1494
#, no-c-format
msgid "JOTM"
msgstr "JOTM"
#. Tag: literal
#: configuration.xml:1498
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.JOnASTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. JOnASTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1500
#, no-c-format
msgid "JOnAS"
msgstr "JOnAS"
#. Tag: literal
#: configuration.xml:1504
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.JRun4TransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. JRun4TransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1506
#, no-c-format
msgid "JRun4"
msgstr "JRun4"
#. Tag: literal
#: configuration.xml:1510
#, fuzzy, no-c-format
msgid "org.hibernate.transaction.BESTransactionManagerLookup"
msgstr ""
"<literal>org.hibernate.transaction. BESTransactionManagerLookup"
#. Tag: entry
#: configuration.xml:1512
#, no-c-format
msgid "Borland ES"
msgstr "Borland ES"
#. Tag: title
#: configuration.xml:1520
#, no-c-format
msgid "JNDI-bound <literal>SessionFactory"
msgstr "<literal>SessionFactory ã® JNDI ã¸ã®ç™»éŒ²"
#. Tag: para
#: configuration.xml:1522
#, no-c-format
msgid ""
"A JNDI-bound Hibernate <literal>SessionFactory can simplify the "
"lookup function of the factory and create new <literal>Sessions. "
"This is not, however, related to a JNDI bound <literal>Datasource; "
"both simply use the same registry."
msgstr ""
"JNDI ã«ç™»éŒ²ã—㟠Hibernate <literal>SessionFactory ã¯ãƒ•ã‚¡ã‚¯ãƒˆãƒªã®"
"ルックアップã¨æ–°ã—ã„ <literal>Session ã®ä½œæˆã‚’簡易化ã—ã¾ã™ã€‚ã“れ㯠"
"JNDI ã«ç™»éŒ²ã•ã‚ŒãŸ <literal>Datasource ã«ã¯é–¢é€£ã›ãšã€ä¸¡æ–¹ã¨ã‚‚å˜ã«åŒ"
"ã˜ç™»éŒ²ã‚’使ã†ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。"
#. Tag: para
#: configuration.xml:1528
#, no-c-format
msgid ""
"If you wish to have the <literal>SessionFactory bound to a JNDI "
"namespace, specify a name (e.g. <literal>java:hibernate/SessionFactoryhibernate.session_factory_nameSessionFactory "
"will not be bound to JNDI. This is especially useful in environments with a "
"read-only JNDI default implementation (in Tomcat, for example)."
msgstr ""
"ã‚‚ã— <literal>SessionFactory ã‚’ JNDI ãƒãƒ¼ãƒ スペースã«ç™»éŒ²ã—ãŸã„å ´"
"åˆã€ç‰¹åˆ¥ãªåå‰ï¼ˆä¾‹ãˆã°ã€ <literal>java:hibernate/SessionFactory )"
"ã‚’ <literal>hibernate.session_factory_name プãƒãƒ‘ティã«ä½¿ã£ã¦ãã ã•"
"ã„。もã—ã“ã®ãƒ—ãƒãƒ‘ティをçœç•¥ã—ãŸå ´åˆã€ <literal>SessionFactory 㯠"
"JNDI ã«ç™»éŒ²ã•ã‚Œã¾ã›ã‚“。(ã“れ㯠Tomcat ã®ã‚ˆã†ãªãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå®Ÿè£…㧠JNDI ãŒèªã¿å–"
"り専用ã®ç’°å¢ƒã®å ´åˆã¯ç‰¹ã«ä¾¿åˆ©ã§ã™ã€‚)"
#. Tag: para
#: configuration.xml:1536
#, no-c-format
msgid ""
"When binding the <literal>SessionFactory to JNDI, Hibernate will "
"use the values of <literal>hibernate.jndi.url, hibernate."
"jndi.class</literal> to instantiate an initial context. If they are not "
"specified, the default <literal>InitialContext will be used."
msgstr ""
"<literal>SessionFactory ã‚’ JNDI ã«ç™»éŒ²ã™ã‚‹ã¨ã〠Hibernate 㯠"
"<literal>hibernate.jndi.url ã®å€¤ã‚’使用ã—ã€hibernate.jndi."
"class</literal> をイニシャルコンテã‚ストã¨ã—ã¦å…·ä½“化ã—ã¾ã™ã€‚ã‚‚ã—何もè¨å®šã—ãª"
"ã„å ´åˆã¯ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã® <literal>InitialContext を使用ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1542
#, no-c-format
msgid ""
"Hibernate will automatically place the <literal>SessionFactory in "
"JNDI after you call <literal>cfg.buildSessionFactory(). This means "
"you will have this call in some startup code, or utility class in your "
"application, unless you use JMX deployment with the "
"<literal>HibernateService (this is discussed later in greater "
"detail)."
msgstr ""
"<literal>cfg.buildSessionFactory() をコール後 Hibernate ã¯è‡ªå‹•çš„ã« "
"<literal>SessionFactory ã‚’ JNDI ã«é…ç½®ã—ã¾ã™ã€‚ "
"<literal>HibernateService ã¨ä¸€ç·’ã« JMX デプãƒã‚¤ãƒ¡ãƒ³ãƒˆã‚’使ã‚ãªã„é™"
"ã‚Šã€ã“ã‚Œã¯ã“ã®å‘¼ã³å‡ºã—をアプリケーション内ã®ä½•ã‚‰ã‹ã®ã‚¹ã‚¿ãƒ¼ãƒˆã‚¢ãƒƒãƒ—コード(も"
"ã—ãã¯ãƒ¦ãƒ¼ãƒ†ã‚£ãƒªãƒ†ã‚£ã‚¯ãƒ©ã‚¹ï¼‰ ã«é…ç½®ã—ãªã‘ã‚Œã°ãªã‚‰ãªã„ã“ã¨ã‚’æ„味ã—ã¾ã™ï¼ˆå¾Œã§è°"
"è«–ã—ã¾ã™ï¼‰ã€‚"
#. Tag: para
#: configuration.xml:1550
#, no-c-format
msgid ""
"If you use a JNDI <literal>SessionFactory, an EJB or any other "
"class, you can obtain the <literal>SessionFactory using a JNDI "
"lookup."
msgstr ""
"ã‚‚ã— JNDI <literal>SessionFactory を使ã†å ´åˆã€ EJB ã‚„ä»–ã®ã‚¯ãƒ©ã‚¹ã¯ "
"JNDI ルックアップを使ã£ã¦ <literal>SessionFactory ã‚’å–å¾—ã—ã¾ã™ã€‚"
#. Tag: para
#: configuration.xml:1554
#, fuzzy, no-c-format
msgid ""
"It is recommended that you bind the <literal>SessionFactory to "
"JNDI in a managed environment and use a <literal>static singleton "
"otherwise. To shield your application code from these details, we also "
"recommend to hide the actual lookup code for a <literal>SessionFactoryHibernateUtil.getSessionFactory"
"()</literal>. Note that such a class is also a convenient way to startup "
"Hibernate—see chapter 1."
msgstr ""
"管ç†ã•ã‚ŒãŸç’°å¢ƒã§ã¯ <literal>SessionFactory ã‚’ JNDI ã«ãƒã‚¤ãƒ³ãƒ‰ã—ã€ã"
"ã†ã§ãªã‘れ㰠<literal>static シングルトンを使ã†ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚ã“"
"ã†ã„ã£ãŸè©³ç´°ã‹ã‚‰ã‚¢ãƒ—リケーションコードをä¿è·ã™ã‚‹ãŸã‚ã«ã€ "
"<literal>HibernateUtil.getSessionFactory() ã®ã‚ˆã†ãªãƒ˜ãƒ«ãƒ‘ークラスã®"
"ä¸ã«ã€ <literal>SessionFactory をルックアップã™ã‚‹ã‚³ãƒ¼ãƒ‰ã‚’éš ã™ã“ã¨ã‚’"
"推奨ã—ã¾ã™ã€‚ã“ã®ã‚ˆã†ãªãƒ˜ãƒ«ãƒ‘ークラス㯠Hibernate を開始ã™ã‚‹ä¾¿åˆ©ãªæ‰‹æ®µã§ã‚‚ã‚ã‚Š"
"ã¾ã™ã€‚ - ï¼‘ç« ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
#. Tag: title
#: configuration.xml:1565
#, no-c-format
msgid "Current Session context management with JTA"
msgstr "JTA ã«ã‚ˆã‚‹ç¾åœ¨ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚³ãƒ³ãƒ†ã‚ストマãƒãƒ¼ã‚¸ãƒ¡ãƒ³ãƒˆ"
#. Tag: para
#: configuration.xml:1567
#, fuzzy, no-c-format
msgid ""
"The easiest way to handle <literal>Sessions and transactions is "
"Hibernate's automatic \"current\" <literal>Session management. For "
"a discussion of contextual sessions see <xref linkend=\"architecture-current-"
"session\"/>. Using the <literal>\"jta\" session context, if there "
"is no Hibernate <literal>Session associated with the current JTA "
"transaction, one will be started and associated with that JTA transaction "
"the first time you call <literal>sessionFactory.getCurrentSession()Sessions retrieved via "
"<literal>getCurrentSession() in the \"jta\" "
"context are set to automatically flush before the transaction completes, "
"close after the transaction completes, and aggressively release JDBC "
"connections after each statement. This allows the <literal>Session API to set transaction boundaries. If you run "
"in an EJB container, declarative transaction demarcation with CMT is "
"preferred."
msgstr ""
"ã‚‚ã£ã¨ã‚‚ç°¡å˜ã« <literal>Session ã¨ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³ã‚’扱ã†æ–¹æ³•ã¯ã€ "
"Hibernate ãŒè‡ªå‹•çš„ã«ã€Œç¾åœ¨ã®ã€ <literal>Session を管ç†ã™ã‚‹ã“ã¨ã§"
"ã™ã€‚ <xref linkend=\"architecture-current-session\"/> カレントセッションã®èª¬"
"明をå‚ç…§ã—ã¦ãã ã•ã„。も㗠<literal>\"jta\" セッションコンテã‚スト"
"を使ã£ãŸä¸Šã§ã€ç¾åœ¨ã® JTA トランザクション㨠Hibernate <literal>SessionsessionFactory."
"getCurrentSession()</literal> をコールã—〠JTA トランザクションã¨ã®é–¢é€£ä»˜ã‘ã‚’"
"è¡Œã£ã¦ãã ã•ã„。 <literal>\"jta\" コンテã‚スト㮠"
"<literal>getCurrentSession() を通ã˜ã¦å–å¾—ã—㟠Session を管ç†ã™ã‚‹ã“ã¨ãŒã§ãã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ã‚³ãƒ¼ãƒ‰ã‹ã‚‰ãã®ã‚ˆã†"
"ãªç®¡ç†ã‚’ã™ã‚‹ã‚³ãƒ¼ãƒ‰ã‚’排除ã§ãã¾ã™ã€‚ <literal>UserTransaction を通ã˜"
"㦠JTA をプãƒã‚°ãƒ©ãƒ ã§ç®¡ç†ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã¾ãŸã¯ã€ï¼ˆãƒãƒ¼ã‚¿ãƒ–ルãªã‚³ãƒ¼ãƒ‰ã§ã‚"
"ã‚Œã°ï¼‰ Hibernate <literal>Transaction API をトランザクション境界ã¨"
"ã—ã¦ä½¿ã†ã“ã¨ã‚‚ã§ãã¾ã™ã€‚ EJB コンテナを使ã†ã¨ãã¯ã€ CMT ã«ã‚ˆã‚‹å®£è¨€çš„トランザ"
"クション境界ãŒå¥½ã¾ã—ã„ã§ã™ã€‚"
#. Tag: title
#: configuration.xml:1590
#, no-c-format
msgid "JMX deployment"
msgstr "JMX デプãƒã‚¤ãƒ¡ãƒ³ãƒˆ"
#. Tag: para
#: configuration.xml:1592
#, no-c-format
msgid ""
"The line <literal>cfg.buildSessionFactory() still has to be "
"executed somewhere to get a <literal>SessionFactory into JNDI. You "
"can do this either in a <literal>static initializer block, like "
"the one in <literal>HibernateUtil, or you can deploy Hibernate as "
"a <emphasis>managed service."
msgstr ""
"<literal>SessionFactory ã‚’ JNDI ã‹ã‚‰å–å¾—ã™ã‚‹ãŸã‚ã«ã¯ cfg."
"buildSessionFactory()</literal> 行をã©ã“ã‹ã§å®Ÿè¡Œã—ã¦ã„ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。ã‚"
"ãªãŸã¯ã“れを〠<literal>static åˆæœŸåŒ–ブãƒãƒƒã‚¯å†…"
"( <literal>HibernateUtil ã®ã‚ˆã†ãªï¼‰ã‹ managed service for JBoss 4.0.x:"
msgstr ""
"JBoss AS ã®ã‚ˆã†ãª JMX ã®æ©Ÿèƒ½ã§ã‚¢ãƒ—リケーションサーãƒãƒ¼ã«ãƒ‡ãƒ—ãƒã‚¤ã™ã‚‹ãŸã‚ã« "
"<literal>org.hibernate.jmx.HibernateService を使ã£ã¦ã€é…ç½®ã—ã¾ã™ã€‚"
"実際ã®ãƒ‡ãƒ—ãƒã‚¤ãƒ¡ãƒ³ãƒˆã¨è¨å®šã¯ãƒ™ãƒ³ãƒ€ãƒ¼ç‰¹æœ‰ã§ã™ã€‚ã“ã“ã§ä¾‹ã¨ã—㦠JBoss 4.0.x 用"
"ã® <literal>jboss-service.xml を示ã—ã¾ã™ã€‚"
#. Tag: programlisting
#: configuration.xml:1604
#, fuzzy, no-c-format
msgid ""
"<?xml version=\"1.0\"?>\n"
"<server>\n"
"\n"
"<mbean code=\"org.hibernate.jmx.HibernateService\"\n"
" name=\"jboss.jca:service=HibernateFactory,name=HibernateFactory\">\n"
"\n"
" <!-- Required services -->\n"
" <depends>jboss.jca:service=RARDeployer</depends>\n"
" <depends>jboss.jca:service=LocalTxCM,name=HsqlDS</depends>\n"
"\n"
" <!-- Bind the Hibernate service to JNDI -->\n"
" <attribute name=\"JndiName\">java:/hibernate/SessionFactory</"
"attribute>\n"
"\n"
" <!-- Datasource settings -->\n"
" <attribute name=\"Datasource\">java:HsqlDS</attribute>\n"
" <attribute name=\"Dialect\">org.hibernate.dialect.HSQLDialect</"
"attribute>\n"
"\n"
" <!-- Transaction integration -->\n"
" <attribute name=\"TransactionStrategy\">\n"
" org.hibernate.transaction.JTATransactionFactory</attribute>\n"
" <attribute name=\"TransactionManagerLookupStrategy\">\n"
" org.hibernate.transaction.JBossTransactionManagerLookup</"
"attribute>\n"
" <attribute name=\"FlushBeforeCompletionEnabled\">true</"
"attribute>\n"
" <attribute name=\"AutoCloseSessionEnabled\">true</"
"attribute>\n"
"\n"
" <!-- Fetching options -->\n"
" <attribute name=\"MaximumFetchDepth\">5</attribute>\n"
"\n"
" <!-- Second-level caching -->\n"
" <attribute name=\"SecondLevelCacheEnabled\">true</"
"attribute>\n"
" <attribute name=\"CacheProviderClass\">org.hibernate.cache."
"EhCacheProvider</attribute>\n"
" <attribute name=\"QueryCacheEnabled\">true</attribute>\n"
"\n"
" <!-- Logging -->\n"
" <attribute name=\"ShowSqlEnabled\">true</attribute>\n"
"\n"
" <!-- Mapping files -->\n"
" <attribute name=\"MapResources\">auction/Item.hbm.xml,auction/"
"Category.hbm.xml</attribute>\n"
"\n"
"</mbean>\n"
"\n"
"</server>"
msgstr ""
"<?xml version=\"1.0\"?>\n"
"<server>\n"
"\n"
"<mbean code=\"org.hibernate.jmx.HibernateService\"\n"
" name=\"jboss.jca:service=HibernateFactory,name=HibernateFactory\">\n"
"\n"
" <!-- Required services -->\n"
" <depends>jboss.jca:service=RARDeployer</depends>\n"
" <depends>jboss.jca:service=LocalTxCM,name=HsqlDS</depends>\n"
"\n"
" <!-- Bind the Hibernate service to JNDI -->\n"
" <attribute name=\"JndiName\">java:/hibernate/SessionFactory</"
"attribute>\n"
"\n"
" <!-- Datasource settings -->\n"
" <attribute name=\"Datasource\">java:HsqlDS</attribute>\n"
" <attribute name=\"Dialect\">org.hibernate.dialect.HSQLDialect</"
"attribute>\n"
"\n"
" <!-- Transaction integration -->\n"
" <attribute name=\"TransactionStrategy\">\n"
" org.hibernate.transaction.JTATransactionFactory</attribute>\n"
" <attribute name=\"TransactionManagerLookupStrategy\">\n"
" org.hibernate.transaction.JBossTransactionManagerLookup</"
"attribute>\n"
" <attribute name=\"FlushBeforeCompletionEnabled\">true</"
"attribute>\n"
" <attribute name=\"AutoCloseSessionEnabled\">true</"
"attribute>\n"
"\n"
" <!-- Fetching options -->\n"
" <attribute name=\"MaximumFetchDepth\">5</attribute>\n"
"\n"
" <!-- Second-level caching -->\n"
" <attribute name=\"SecondLevelCacheEnabled\">true</"
"attribute>\n"
" <attribute name=\"CacheProviderClass\">org.hibernate.cache."
"EhCacheProvider</attribute>\n"
" <attribute name=\"QueryCacheEnabled\">true</attribute>\n"
"\n"
" <!-- Logging -->\n"
" <attribute name=\"ShowSqlEnabled\">true</attribute>\n"
"\n"
" <!-- Mapping files -->\n"
" <attribute name=\"MapResources\">auction/Item.hbm.xml,auction/"
"Category.hbm.xml</attribute>\n"
"\n"
"</mbean>\n"
"\n"
"</server>"
#. Tag: para
#: configuration.xml:1606
#, no-c-format
msgid ""
"This file is deployed in a directory called <literal>META-INF and "
"packaged in a JAR file with the extension <literal>.sar (service "
"archive). You also need to package Hibernate, its required third-party "
"libraries, your compiled persistent classes, as well as your mapping files "
"in the same archive. Your enterprise beans (usually session beans) can be "
"kept in their own JAR file, but you can include this EJB JAR file in the "
"main service archive to get a single (hot-)deployable unit. Consult the "
"JBoss AS documentation for more information about JMX service and EJB "
"deployment."
msgstr ""
"ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã¯ <literal>META-INF ディレクトリã«é…ç½®ã•ã‚Œã€ JAR ファ"
"イルを拡張ã—㟠<literal>.sar (service archive) ã§ãƒ‘ッケージ化ã•ã‚Œã¾"
"ã™ã€‚åŒæ§˜ã« Hibernate パッケージも必è¦ã§ã™ã€‚ã¾ãŸã€ Hibernate ã¯ã‚µãƒ¼ãƒ‰ãƒ‘ーティ"
"ã®ãƒ©ã‚¤ãƒ–ラリもè¦æ±‚ã—ã¾ã™ã€‚コンパイルã—ãŸæ°¸ç¶šåŒ–クラスã¨ãã®ãƒžãƒƒãƒ”ングファイル"
"ã‚‚åŒæ§˜ã«ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–(.sarファイル)ã«å…¥ã‚Œã¾ã™ã€‚エンタープライズ Bean (通常ã¯"
"セッション Bean )ã¯è‡ªèº«ã® JAR ファイルをä¿æŒã—ã¾ã™ãŒã€1回ã§ï¼ˆãƒ›ãƒƒãƒˆï¼‰ãƒ‡ãƒ—ãƒ"
"イå¯èƒ½ãªãƒ¦ãƒ‹ãƒƒãƒˆã®ãŸã‚ã«ãƒ¡ã‚¤ãƒ³ã‚µãƒ¼ãƒ“スアーカイブã¨ã—ã¦ã“ã® EJB JAR ファイルを"
"å«ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ JBoss AS ã®ãƒ‰ã‚ュメント㫠JXM サービス㨠EJB デプãƒã‚¤"
"メントã®ã‚ˆã‚Šå¤šãã®æƒ…å ±ãŒã‚ã‚Šã¾ã™ã€‚"
#, fuzzy
#~ msgid "<emphasis>JDBC URL"
#~ msgstr "JDBC ã®ãƒ‰ãƒ©ã‚¤ãƒãƒ¼ã‚¯ãƒ©ã‚¹"
#, fuzzy
#~ msgid "<emphasis>database user"
#~ msgstr "<emphasis>データベースユーザ (オプション)"
#, fuzzy
#~ msgid "<emphasis>database user password"
#~ msgstr "<emphasis>データベースユーザã®ãƒ‘スワード (オプション)"
#, fuzzy
#~ msgid "<emphasis>datasource JNDI name"
#~ msgstr "<emphasis>データベースユーザ (オプション)"
#~ msgid "<property>hibernate.generate_statistics"
#~ msgstr "<property>hibernate.generate_statistics"
#~ msgid "<literal>hibernate.query.substitutions"
#~ msgstr "<literal>hibernate.query.substitutions"
#~ msgid "DB2"
#~ msgstr "DB2"
#~ msgid "<literal>org.hibernate.SQL"
#~ msgstr "<literal>org.hibernate.SQL"
#~ msgid "<literal>org.hibernate.type"
#~ msgstr "<literal>org.hibernate.type"
#~ msgid "<literal>org.hibernate.pretty"
#~ msgstr "<literal>org.hibernate.pretty"
#~ msgid "<literal>org.hibernate.cache"
#~ msgstr "<literal>org.hibernate.cache"
#~ msgid "<literal>org.hibernate.jdbc"
#~ msgstr "<literal>org.hibernate.jdbc"
#~ msgid "<literal>org.hibernate.secure"
#~ msgstr "<literal>org.hibernate.secure"
#, fuzzy
#~ msgid "<literal>org.hibernate"
#~ msgstr "SessionFactory ã® JNDI ã¸ã®ç™»éŒ²"
Other Hibernate examples (source code examples)
Here is a short list of links related to this Hibernate configuration.po source code file:
|