📄 configuration.pot
字号:
msgid "hibernate.dialect"msgstr ""#. Tag: entry#: configuration.xml:362#, no-c-formatmsgid "The classname of a Hibernate <classname>org.hibernate.dialect.Dialect</classname> which allows Hibernate to generate SQL optimized for a particular relational database."msgstr ""#. Tag: para#: configuration.xml:365#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>full.classname.of.Dialect</literal>"msgstr ""#. Tag: para#: configuration.xml:369#, no-c-formatmsgid "In most cases Hibernate will actually be able to chose the correct <classname>org.hibernate.dialect.Dialect</classname> implementation to use based on the <literal>JDBC metadata</literal> returned by the JDBC driver."msgstr ""#. Tag: property#: configuration.xml:378#, no-c-formatmsgid "hibernate.show_sql"msgstr ""#. Tag: entry#: configuration.xml:380#, no-c-formatmsgid "Write all SQL statements to console. This is an alternative to setting the log category <literal>org.hibernate.SQL</literal> to <literal>debug</literal>."msgstr ""#. Tag: para#: configuration.xml:384 configuration.xml:396 configuration.xml:490 configuration.xml:503 configuration.xml:516 configuration.xml:529 configuration.xml:583 configuration.xml:610 configuration.xml:623 configuration.xml:678 configuration.xml:906 configuration.xml:921 configuration.xml:1011#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>true</literal> | <literal>false</literal>"msgstr ""#. Tag: property#: configuration.xml:392#, no-c-formatmsgid "hibernate.format_sql"msgstr ""#. Tag: entry#: configuration.xml:394#, no-c-formatmsgid "Pretty print the SQL in the log and console."msgstr ""#. Tag: property#: configuration.xml:404#, no-c-formatmsgid "hibernate.default_schema"msgstr ""#. Tag: entry#: configuration.xml:406#, no-c-formatmsgid "Qualify unqualified table names with the given schema/tablespace in generated SQL."msgstr ""#. Tag: para#: configuration.xml:409#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>SCHEMA_NAME</literal>"msgstr ""#. Tag: property#: configuration.xml:417#, no-c-formatmsgid "hibernate.default_catalog"msgstr ""#. Tag: entry#: configuration.xml:419#, no-c-formatmsgid "Qualify unqualified table names with the given catalog in generated SQL."msgstr ""#. Tag: para#: configuration.xml:422#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>CATALOG_NAME</literal>"msgstr ""#. Tag: property#: configuration.xml:430#, no-c-formatmsgid "hibernate.session_factory_name"msgstr ""#. Tag: entry#: configuration.xml:432#, no-c-formatmsgid "The <interfacename>org.hibernate.SessionFactory</interfacename> will be automatically bound to this name in JNDI after it has been created."msgstr ""#. Tag: para#: configuration.xml:435 configuration.xml:877#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>jndi/composite/name</literal>"msgstr ""#. Tag: property#: configuration.xml:443#, no-c-formatmsgid "hibernate.max_fetch_depth"msgstr ""#. Tag: entry#: configuration.xml:445#, no-c-formatmsgid "Set a maximum \"depth\" for the outer join fetch tree for single-ended associations (one-to-one, many-to-one). A <literal>0</literal> disables default outer join fetching."msgstr ""#. Tag: para#: configuration.xml:449#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> recommended values between <literal>0</literal> and <literal>3</literal>"msgstr ""#. Tag: property#: configuration.xml:458#, no-c-formatmsgid "hibernate.default_batch_fetch_size"msgstr ""#. Tag: entry#: configuration.xml:460#, no-c-formatmsgid "Set a default size for Hibernate batch fetching of associations."msgstr ""#. Tag: para#: configuration.xml:462#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> recommended values <literal>4</literal>, <literal>8</literal>, <literal>16</literal>"msgstr ""#. Tag: property#: configuration.xml:471#, no-c-formatmsgid "hibernate.default_entity_mode"msgstr ""#. Tag: entry#: configuration.xml:473#, no-c-formatmsgid "Set a default mode for entity representation for all sessions opened from this <literal>SessionFactory</literal>"msgstr ""#. Tag: para#: configuration.xml:476#, no-c-formatmsgid "<literal>dynamic-map</literal>, <literal>dom4j</literal>, <literal>pojo</literal>"msgstr ""#. Tag: property#: configuration.xml:484#, no-c-formatmsgid "hibernate.order_updates"msgstr ""#. Tag: entry#: configuration.xml:486#, no-c-formatmsgid "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."msgstr ""#. Tag: property#: configuration.xml:498#, no-c-formatmsgid "hibernate.generate_statistics"msgstr ""#. Tag: entry#: configuration.xml:500#, no-c-formatmsgid "If enabled, Hibernate will collect statistics useful for performance tuning."msgstr ""#. Tag: property#: configuration.xml:511#, no-c-formatmsgid "hibernate.use_identifier_rollback"msgstr ""#. Tag: entry#: configuration.xml:513#, no-c-formatmsgid "If enabled, generated identifier properties will be reset to default values when objects are deleted."msgstr ""#. Tag: property#: configuration.xml:524#, no-c-formatmsgid "hibernate.use_sql_comments"msgstr ""#. Tag: entry#: configuration.xml:526#, no-c-formatmsgid "If turned on, Hibernate will generate comments inside the SQL, for easier debugging, defaults to <literal>false</literal>."msgstr ""#. Tag: title#: configuration.xml:540#, no-c-formatmsgid "Hibernate JDBC and Connection Properties"msgstr ""#. Tag: property#: configuration.xml:555#, no-c-formatmsgid "hibernate.jdbc.fetch_size"msgstr ""#. Tag: entry#: configuration.xml:557#, no-c-formatmsgid "A non-zero value determines the JDBC fetch size (calls <literal>Statement.setFetchSize()</literal>)."msgstr ""#. Tag: property#: configuration.xml:564#, no-c-formatmsgid "hibernate.jdbc.batch_size"msgstr ""#. Tag: entry#: configuration.xml:566#, no-c-formatmsgid "A non-zero value enables use of JDBC2 batch updates by Hibernate."msgstr ""#. Tag: para#: configuration.xml:568#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> recommended values between <literal>5</literal> and <literal>30</literal>"msgstr ""#. Tag: property#: configuration.xml:576#, no-c-formatmsgid "hibernate.jdbc.batch_versioned_data"msgstr ""#. Tag: entry#: configuration.xml:578#, no-c-formatmsgid "Set this property to <literal>true</literal> if your JDBC driver returns correct row counts from <literal>executeBatch()</literal> (it is usually safe to turn this option on). Hibernate will then use batched DML for automatically versioned data. Defaults to <literal>false</literal>."msgstr ""#. Tag: property#: configuration.xml:591#, no-c-formatmsgid "hibernate.jdbc.factory_class"msgstr ""#. Tag: entry#: configuration.xml:593#, no-c-formatmsgid "Select a custom <interfacename>org.hibernate.jdbc.Batcher</interfacename>. Most applications will not need this configuration property."msgstr ""#. Tag: para#: configuration.xml:596#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.BatcherFactory</literal>"msgstr ""#. Tag: property#: configuration.xml:604#, no-c-formatmsgid "hibernate.jdbc.use_scrollable_resultset"msgstr ""#. Tag: entry#: configuration.xml:606#, no-c-formatmsgid "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 ""#. Tag: property#: configuration.xml:618#, no-c-formatmsgid "hibernate.jdbc.use_streams_for_binary"msgstr ""#. Tag: entry#: configuration.xml:620#, no-c-formatmsgid "Use streams when writing/reading <literal>binary</literal> or <literal>serializable</literal> types to/from JDBC. <emphasis>*system-level property*</emphasis>"msgstr ""#. Tag: property#: configuration.xml:631#, no-c-formatmsgid "hibernate.jdbc.use_get_generated_keys"msgstr ""#. Tag: entry#: configuration.xml:633#, no-c-formatmsgid "Enable use of JDBC3 <literal>PreparedStatement.getGeneratedKeys()</literal> 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."msgstr ""#. Tag: para#: configuration.xml:639 configuration.xml:769 configuration.xml:781 configuration.xml:795 configuration.xml:833#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>true|false</literal>"msgstr ""#. Tag: property#: configuration.xml:647#, no-c-formatmsgid "hibernate.connection.provider_class"msgstr ""#. Tag: entry#: configuration.xml:649#, no-c-formatmsgid "The classname of a custom <interfacename>org.hibernate.connection.ConnectionProvider</interfacename> which provides JDBC connections to Hibernate."msgstr ""#. Tag: para#: configuration.xml:652#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.ConnectionProvider</literal>"msgstr ""#. Tag: property#: configuration.xml:660#, no-c-formatmsgid "hibernate.connection.isolation"msgstr ""#. Tag: entry#: configuration.xml:662#, no-c-formatmsgid "Set 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 ""#. Tag: para#: configuration.xml:666#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>1, 2, 4, 8</literal>"msgstr ""#. Tag: property#: configuration.xml:674#, no-c-formatmsgid "hibernate.connection.autocommit"msgstr ""#. Tag: entry#: configuration.xml:676#, no-c-formatmsgid "Enables autocommit for JDBC pooled connections (not recommended)."msgstr ""#. Tag: property#: configuration.xml:686#, no-c-formatmsgid "hibernate.connection.release_mode"msgstr ""#. Tag: entry#: configuration.xml:688#, no-c-formatmsgid "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 <literal>after_statement</literal> 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 <literal>after_transaction</literal>. <literal>auto</literal> will choose <literal>after_statement</literal> for the JTA and CMT transaction strategies and <literal>after_transaction</literal> for the JDBC transaction strategy."msgstr ""#. Tag: para#: configuration.xml:699#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>auto</literal> (default) | <literal>on_close</literal> | <literal>after_transaction</literal> | <literal>after_statement</literal>"msgstr ""#. Tag: para#: configuration.xml:704#, no-c-formatmsgid "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"msgstr ""#. Tag: entry#: configuration.xml:715#, no-c-formatmsgid "<property>hibernate.connection.</property><emphasis><propertyName></emphasis>"msgstr ""#. Tag: entry#: configuration.xml:718#, no-c-formatmsgid "Pass the JDBC property <emphasis><propertyName></emphasis> to <literal>DriverManager.getConnection()</literal>."msgstr ""#. Tag: entry#: configuration.xml:724#, no-c-formatmsgid "<property>hibernate.jndi.</property><emphasis><propertyName></emphasis>"msgstr ""#. Tag: entry#: configuration.xml:727#, no-c-formatmsgid "Pass the property <emphasis><propertyName></emphasis> to the JNDI <literal>InitialContextFactory</literal>."msgstr ""#. Tag: title#: configuration.xml:737#, no-c-formatmsgid "Hibernate Cache Properties"msgstr ""#. Tag: literal#: configuration.xml:750#, no-c-formatmsgid "hibernate.cache.provider_class"msgstr ""#. Tag: entry#: configuration.xml:752#, no-c-formatmsgid "The classname of a custom <literal>CacheProvider</literal>."msgstr ""#. Tag: para
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -