⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configuration.pot

📁 hibernate 开源框架的代码 jar包希望大家能喜欢
💻 POT
📖 第 1 页 / 共 4 页
字号:
msgid "hibernate.order_updates"msgstr ""#: configuration.xml:489(entry) msgid "Force 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. <placeholder-1/>"msgstr ""#: configuration.xml:501(literal) msgid "hibernate.generate_statistics"msgstr ""#: configuration.xml:503(entry) msgid "If enabled, Hibernate will collect statistics useful for performance tuning. <placeholder-1/>"msgstr ""#: configuration.xml:514(literal) msgid "hibernate.use_identifier_rollback"msgstr ""#: configuration.xml:516(entry) msgid "If enabled, generated identifier properties will be reset to default values when objects are deleted. <placeholder-1/>"msgstr ""#: configuration.xml:527(literal) msgid "hibernate.use_sql_comments"msgstr ""#: configuration.xml:531(literal) configuration.xml:585(literal) msgid "false"msgstr ""#: configuration.xml:529(entry) msgid "If turned on, Hibernate will generate comments inside the SQL, for easier debugging, defaults to <placeholder-1/>. <placeholder-2/>"msgstr ""#: configuration.xml:543(title) msgid "Hibernate JDBC and Connection Properties"msgstr ""#: configuration.xml:558(literal) msgid "hibernate.jdbc.fetch_size"msgstr ""#: configuration.xml:562(literal) msgid "Statement.setFetchSize()"msgstr ""#: configuration.xml:560(entry) msgid "A non-zero value determines the JDBC fetch size (calls <placeholder-1/>)."msgstr ""#: configuration.xml:567(literal) msgid "hibernate.jdbc.batch_size"msgstr ""#: configuration.xml:571(para) msgid "<emphasis role=\"strong\">eg.</emphasis> recommended values between <literal>5</literal> and <literal>30</literal>"msgstr ""#: configuration.xml:569(entry) msgid "A non-zero value enables use of JDBC2 batch updates by Hibernate. <placeholder-1/>"msgstr ""#: configuration.xml:579(literal) msgid "hibernate.jdbc.batch_versioned_data"msgstr ""#: configuration.xml:582(literal) msgid "true"msgstr ""#: configuration.xml:583(literal) msgid "executeBatch()"msgstr ""#: configuration.xml:581(entry) msgid "Set this property to <placeholder-1/> if your JDBC driver returns correct row counts from <placeholder-2/> (it is usually safe to turn this option on). Hibernate will then use batched DML for automatically versioned data. Defaults to <placeholder-3/>. <placeholder-4/>"msgstr ""#: configuration.xml:594(literal) msgid "hibernate.jdbc.factory_class"msgstr ""#: configuration.xml:597(literal) msgid "Batcher"msgstr ""#: configuration.xml:601(literal) msgid "classname.of.BatcherFactory"msgstr ""#: configuration.xml:596(entry) msgid "Select a custom <placeholder-1/>. Most applications will not need this configuration property. <placeholder-2/>"msgstr ""#: configuration.xml:607(literal) msgid "hibernate.jdbc.use_scrollable_resultset"msgstr ""#: configuration.xml:609(entry) 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. <placeholder-1/>"msgstr ""#: configuration.xml:621(literal) msgid "hibernate.jdbc.use_streams_for_binary"msgstr ""#: configuration.xml:624(literal) msgid "binary"msgstr ""#: configuration.xml:625(literal) msgid "serializable"msgstr ""#: configuration.xml:623(entry) msgid "Use streams when writing/reading <placeholder-1/> or <placeholder-2/> types to/from JDBC (system-level property). <placeholder-3/>"msgstr ""#: configuration.xml:635(literal) msgid "hibernate.jdbc.use_get_generated_keys"msgstr ""#: configuration.xml:638(literal) msgid "PreparedStatement.getGeneratedKeys()"msgstr ""#: configuration.xml:645(literal) configuration.xml:775(literal) configuration.xml:787(literal) configuration.xml:801(literal) configuration.xml:839(literal) msgid "true|false"msgstr ""#: configuration.xml:637(entry) msgid "Enable use of JDBC3 <placeholder-1/> 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, tries to determine the driver capabilities using connection metadata. <placeholder-2/>"msgstr ""#: configuration.xml:651(literal) msgid "hibernate.connection.provider_class"msgstr ""#: configuration.xml:654(literal) msgid "ConnectionProvider"msgstr ""#: configuration.xml:658(literal) msgid "classname.of.ConnectionProvider"msgstr ""#: configuration.xml:653(entry) msgid "The classname of a custom <placeholder-1/> which provides JDBC connections to Hibernate. <placeholder-2/>"msgstr ""#: configuration.xml:664(literal) msgid "hibernate.connection.isolation"msgstr ""#: configuration.xml:668(literal) msgid "java.sql.Connection"msgstr ""#: configuration.xml:672(literal) msgid "1, 2, 4, 8"msgstr ""#: configuration.xml:666(entry) msgid "Set the JDBC transaction isolation level. Check <placeholder-1/> for meaningful values but note that most databases do not support all isolation levels. <placeholder-2/>"msgstr ""#: configuration.xml:678(literal) msgid "hibernate.connection.autocommit"msgstr ""#: configuration.xml:680(entry) msgid "Enables autocommit for JDBC pooled connections (not recommended). <placeholder-1/>"msgstr ""#: configuration.xml:690(literal) msgid "hibernate.connection.release_mode"msgstr ""#: configuration.xml:696(literal) configuration.xml:700(literal) msgid "after_statement"msgstr ""#: configuration.xml:699(literal) configuration.xml:701(literal) msgid "after_transaction"msgstr ""#: configuration.xml:699(literal) msgid "auto"msgstr ""#: configuration.xml:703(para) msgid "<emphasis role=\"strong\">eg.</emphasis><literal>auto</literal> (default) | <literal>on_close</literal> | <literal>after_transaction</literal> | <literal>after_statement</literal>"msgstr ""#: configuration.xml:708(para) msgid "Note that this setting only affects <literal>Session</literal>s returned from <literal>SessionFactory.openSession</literal>. For <literal>Session</literal>s obtained through <literal>SessionFactory.getCurrentSession</literal>, the <literal>CurrentSessionContext</literal> implementation configured for use controls the connection release mode for those <literal>Session</literal>s. See <xref linkend=\"architecture-current-session\"/>"msgstr ""#: configuration.xml:692(entry) msgid "Specify 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, you should use <placeholder-1/> to aggressively release connections after every JDBC call. For a non-JTA connection, it often makes sense to release the connection at the end of each transaction, by using <placeholder-2/>. <placeholder-3/> will choose <placeholder-4/> for the JTA and CMT transaction strategies and <placeholder-5/> for the JDBC transaction strategy. <placeholder-6/><placeholder-7/>"msgstr ""#: configuration.xml:720(emphasis) configuration.xml:729(emphasis) msgid "&lt;propertyName&gt;"msgstr ""#: configuration.xml:720(literal) msgid "hibernate.connection.<placeholder-1/>"msgstr ""#: configuration.xml:723(literal) configuration.xml:732(literal) msgid "propertyName"msgstr ""#: configuration.xml:724(literal) msgid "DriverManager.getConnection()"msgstr ""#: configuration.xml:722(entry) msgid "Pass the JDBC property <placeholder-1/> to <placeholder-2/>."msgstr ""#: configuration.xml:729(literal) msgid "hibernate.jndi.<placeholder-1/>"msgstr ""#: configuration.xml:731(entry) msgid "Pass the property <placeholder-1/> to the JNDI <placeholder-2/>."msgstr ""#: configuration.xml:741(title) msgid "Hibernate Cache Properties"msgstr ""#: configuration.xml:754(literal) msgid "hibernate.cache.provider_class"msgstr ""#: configuration.xml:757(literal) msgid "CacheProvider"msgstr ""#: configuration.xml:760(literal) msgid "classname.of.CacheProvider"msgstr ""#: configuration.xml:756(entry) msgid "The classname of a custom <placeholder-1/>. <placeholder-2/>"msgstr ""#: configuration.xml:766(literal) msgid "hibernate.cache.use_minimal_puts"msgstr ""#: configuration.xml:768(entry) msgid "Optimize 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. <placeholder-1/>"msgstr ""#: configuration.xml:781(literal) msgid "hibernate.cache.use_query_cache"msgstr ""#: configuration.xml:783(entry) msgid "Enable the query cache, individual queries still have to be set cachable. <placeholder-1/>"msgstr ""#: configuration.xml:793(literal) msgid "hibernate.cache.use_second_level_cache"msgstr ""#: configuration.xml:797(literal) msgid "&lt;cache&gt;"msgstr ""#: configuration.xml:795(entry) msgid "May be used to completely disable the second level cache, which is enabled by default for classes which specify a <placeholder-1/> mapping. <placeholder-2/>"msgstr ""#: configuration.xml:807(literal) msgid "hibernate.cache.query_cache_factory"msgstr ""#: configuration.xml:810(literal) msgid "QueryCache"msgstr ""#: configuration.xml:811(literal) msgid "StandardQueryCache"msgstr ""#: configuration.xml:814(literal) msgid "classname.of.QueryCache"msgstr ""#: configuration.xml:809(entry) msgid "The classname of a custom <placeholder-1/> interface, defaults to the built-in <placeholder-2/>. <placeholder-3/>"msgstr ""#: configuration.xml:820(literal) msgid "hibernate.cache.region_prefix"msgstr ""#: configuration.xml:826(literal) msgid "prefix"msgstr ""#: configuration.xml:822(entry) msgid "A prefix to use for second-level cache region names. <placeholder-1/>"msgstr ""#: configuration.xml:832(literal) msgid "hibernate.cache.use_structured_entries"msgstr ""#: configuration.xml:834(entry) msgid "Forces Hibernate to store data in the second-level cache in a more human-friendly format. <placeholder-1/>"msgstr ""#: configuration.xml:848(title) msgid "Hibernate Transaction Properties"msgstr ""#: configuration.xml:861(literal) msgid "hibernate.transaction.factory_class"msgstr ""#: configuration.xml:864(literal) msgid "TransactionFactory"msgstr ""#: configuration.xml:865(literal) msgid "Transaction"msgstr ""#: configuration.xml:866(literal) msgid "JDBCTransactionFactory"msgstr ""#: configuration.xml:869(literal) msgid "classname.of.TransactionFactory"msgstr ""#: configuration.xml:863(entry) msgid "The classname of a <placeholder-1/> to use with Hibernate <placeholder-2/> API (defaults to <placeholder-3/>). <placeholder-4/>"msgstr ""#: configuration.xml:875(literal) msgid "jta.UserTransaction"msgstr ""#: configuration.xml:878(literal) msgid "JTATransactionFactory"msgstr ""#: configuration.xml:879(literal) msgid "UserTransaction"msgstr ""#: configuration.xml:877(entry) msgid "A JNDI name used by <placeholder-1/> to obtain the JTA <placeholder-2/> from the application server. <placeholder-3/>"msgstr ""#: configuration.xml:889(literal) msgid "hibernate.transaction.manager_lookup_class"msgstr ""#: configuration.xml:892(literal) 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -