📄 configuration.pot
字号:
#: configuration.xml:754#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.CacheProvider</literal>"msgstr ""#. Tag: literal#: configuration.xml:762#, no-c-formatmsgid "hibernate.cache.use_minimal_puts"msgstr ""#. Tag: entry#: configuration.xml:764#, no-c-formatmsgid "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."msgstr ""#. Tag: literal#: configuration.xml:777#, no-c-formatmsgid "hibernate.cache.use_query_cache"msgstr ""#. Tag: entry#: configuration.xml:779#, no-c-formatmsgid "Enable the query cache, individual queries still have to be set cachable."msgstr ""#. Tag: literal#: configuration.xml:789#, no-c-formatmsgid "hibernate.cache.use_second_level_cache"msgstr ""#. Tag: entry#: configuration.xml:791#, no-c-formatmsgid "May be used to completely disable the second level cache, which is enabled by default for classes which specify a <literal><cache></literal> mapping."msgstr ""#. Tag: literal#: configuration.xml:803#, no-c-formatmsgid "hibernate.cache.query_cache_factory"msgstr ""#. Tag: entry#: configuration.xml:805#, no-c-formatmsgid "The classname of a custom <literal>QueryCache</literal> interface, defaults to the built-in <literal>StandardQueryCache</literal>."msgstr ""#. Tag: para#: configuration.xml:808#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.QueryCache</literal>"msgstr ""#. Tag: literal#: configuration.xml:816#, no-c-formatmsgid "hibernate.cache.region_prefix"msgstr ""#. Tag: entry#: configuration.xml:818#, no-c-formatmsgid "A prefix to use for second-level cache region names."msgstr ""#. Tag: para#: configuration.xml:820#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>prefix</literal>"msgstr ""#. Tag: literal#: configuration.xml:828#, no-c-formatmsgid "hibernate.cache.use_structured_entries"msgstr ""#. Tag: entry#: configuration.xml:830#, no-c-formatmsgid "Forces Hibernate to store data in the second-level cache in a more human-friendly format."msgstr ""#. Tag: title#: configuration.xml:844#, no-c-formatmsgid "Hibernate Transaction Properties"msgstr ""#. Tag: literal#: configuration.xml:857#, no-c-formatmsgid "hibernate.transaction.factory_class"msgstr ""#. Tag: entry#: configuration.xml:859#, no-c-formatmsgid "The classname of a <literal>TransactionFactory</literal> to use with Hibernate <literal>Transaction</literal> API (defaults to <literal>JDBCTransactionFactory</literal>)."msgstr ""#. Tag: para#: configuration.xml:863#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.TransactionFactory</literal>"msgstr ""#. Tag: literal#: configuration.xml:871#, no-c-formatmsgid "jta.UserTransaction"msgstr ""#. Tag: entry#: configuration.xml:873#, no-c-formatmsgid "A JNDI name used by <literal>JTATransactionFactory</literal> to obtain the JTA <literal>UserTransaction</literal> from the application server."msgstr ""#. Tag: literal#: configuration.xml:885#, no-c-formatmsgid "hibernate.transaction.manager_lookup_class"msgstr ""#. Tag: entry#: configuration.xml:887#, no-c-formatmsgid "The classname of a <literal>TransactionManagerLookup</literal> - required when JVM-level caching is enabled or when using hilo generator in a JTA environment."msgstr ""#. Tag: para#: configuration.xml:891#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>classname.of.TransactionManagerLookup</literal>"msgstr ""#. Tag: literal#: configuration.xml:899#, no-c-formatmsgid "hibernate.transaction.flush_before_completion"msgstr ""#. Tag: entry#: configuration.xml:901#, no-c-formatmsgid "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 ""#. Tag: literal#: configuration.xml:914#, no-c-formatmsgid "hibernate.transaction.auto_close_session"msgstr ""#. Tag: entry#: configuration.xml:916#, no-c-formatmsgid "If enabled, the session will be automatically closed during the after completion phase of the transaction. Built-in and utomatic session context management is preferred, see <xref linkend=\"architecture-current-session\"/>."msgstr ""#. Tag: title#: configuration.xml:932#, no-c-formatmsgid "Miscellaneous Properties"msgstr ""#. Tag: literal#: configuration.xml:945#, no-c-formatmsgid "hibernate.current_session_context_class"msgstr ""#. Tag: entry#: configuration.xml:947#, no-c-formatmsgid "Supply a (custom) strategy for the scoping of the \"current\" <literal>Session</literal>. See <xref linkend=\"architecture-current-session\"/> for more information about the built-in strategies."msgstr ""#. Tag: para#: configuration.xml:952#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>jta</literal> | <literal>thread</literal> | <literal>managed</literal> | <literal>custom.Class</literal>"msgstr ""#. Tag: literal#: configuration.xml:961#, no-c-formatmsgid "hibernate.query.factory_class"msgstr ""#. Tag: entry#: configuration.xml:963#, no-c-formatmsgid "Chooses the HQL parser implementation."msgstr ""#. Tag: para#: configuration.xml:965#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>org.hibernate.hql.ast.ASTQueryTranslatorFactory</literal> or <literal>org.hibernate.hql.classic.ClassicQueryTranslatorFactory</literal>"msgstr ""#. Tag: literal#: configuration.xml:974#, no-c-formatmsgid "hibernate.query.substitutions"msgstr ""#. Tag: entry#: configuration.xml:976#, no-c-formatmsgid "Mapping from tokens in Hibernate queries to SQL tokens (tokens might be function or literal names, for example)."msgstr ""#. Tag: para#: configuration.xml:979#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>hqlLiteral=SQL_LITERAL, hqlFunction=SQLFUNC</literal>"msgstr ""#. Tag: literal#: configuration.xml:987#, no-c-formatmsgid "hibernate.hbm2ddl.auto"msgstr ""#. Tag: entry#: configuration.xml:989#, no-c-formatmsgid "Automatically validate or export schema DDL to the database when the <literal>SessionFactory</literal> is created. With <literal>create-drop</literal>, the database schema will be dropped when the <literal>SessionFactory</literal> is closed explicitly."msgstr ""#. Tag: para#: configuration.xml:995#, no-c-formatmsgid "<emphasis role=\"strong\">eg.</emphasis> <literal>validate</literal> | <literal>update</literal> | <literal>create</literal> | <literal>create-drop</literal>"msgstr ""#. Tag: literal#: configuration.xml:1004#, no-c-formatmsgid "hibernate.cglib.use_reflection_optimizer"msgstr ""#. Tag: entry#: configuration.xml:1006#, no-c-formatmsgid "Enables use of CGLIB instead of runtime reflection (System-level property). Reflection can sometimes be useful when troubleshooting, note that Hibernate always requires CGLIB even if you turn off the optimizer. You can not set this property in <literal>hibernate.cfg.xml</literal>."msgstr ""#. Tag: title#: configuration.xml:1022#, no-c-formatmsgid "SQL Dialects"msgstr ""#. Tag: para#: configuration.xml:1024#, no-c-formatmsgid "You should always set the <literal>hibernate.dialect</literal> property to the correct <literal>org.hibernate.dialect.Dialect</literal> subclass for your database. If you specify a dialect, Hibernate will use sensible defaults for some of the other properties listed above, saving you the effort of specifying them manually."msgstr ""#. Tag: title#: configuration.xml:1032#, no-c-formatmsgid "Hibernate SQL Dialects (<literal>hibernate.dialect</literal>)"msgstr ""#. Tag: entry#: configuration.xml:1040#, no-c-formatmsgid "RDBMS"msgstr ""#. Tag: entry#: configuration.xml:1041#, no-c-formatmsgid "Dialect"msgstr ""#. Tag: entry#: configuration.xml:1046#, no-c-formatmsgid "<entry>DB2</entry>"msgstr ""#. Tag: literal#: configuration.xml:1046#, no-c-formatmsgid "org.hibernate.dialect.DB2Dialect"msgstr ""#. Tag: entry#: configuration.xml:1049#, no-c-formatmsgid "DB2 AS/400"msgstr ""#. Tag: literal#: configuration.xml:1049#, no-c-formatmsgid "org.hibernate.dialect.DB2400Dialect"msgstr ""#. Tag: entry#: configuration.xml:1052#, no-c-formatmsgid "DB2 OS390"msgstr ""#. Tag: literal#: configuration.xml:1052#, no-c-formatmsgid "org.hibernate.dialect.DB2390Dialect"msgstr ""#. Tag: entry#: configuration.xml:1055#, no-c-formatmsgid "PostgreSQL"msgstr ""#. Tag: literal#: configuration.xml:1055#, no-c-formatmsgid "org.hibernate.dialect.PostgreSQLDialect"msgstr ""#. Tag: entry#: configuration.xml:1058#, no-c-formatmsgid "MySQL"msgstr ""#. Tag: literal#: configuration.xml:1058#, no-c-formatmsgid "org.hibernate.dialect.MySQLDialect"msgstr ""#. Tag: entry#: configuration.xml:1061#, no-c-formatmsgid "MySQL with InnoDB"msgstr ""#. Tag: literal#: configuration.xml:1061#, no-c-formatmsgid "org.hibernate.dialect.MySQLInnoDBDialect"msgstr ""#. Tag: entry#: configuration.xml:1064#, no-c-formatmsgid "MySQL with MyISAM"msgstr ""#. Tag: literal#: configuration.xml:1064#, no-c-formatmsgid "org.hibernate.dialect.MySQLMyISAMDialect"msgstr ""#. Tag: entry#: configuration.xml:1067#, no-c-formatmsgid "Oracle (any version)"msgstr ""#. Tag: literal#: configuration.xml:1067#, no-c-formatmsgid "org.hibernate.dialect.OracleDialect"msgstr ""#. Tag: entry#: configuration.xml:1070#, no-c-formatmsgid "Oracle 9i/10g"msgstr ""#. Tag: literal#: configuration.xml:1070#, no-c-formatmsgid "org.hibernate.dialect.Oracle9Dialect"msgstr ""#. Tag: entry#: configuration.xml:1073#, no-c-formatmsgid "Sybase"msgstr ""#. Tag: literal#: configuration.xml:1073#, no-c-formatmsgid "org.hibernate.dialect.SybaseDialect"msgstr ""#. Tag: entry#: configuration.xml:1076#, no-c-formatmsgid "Sybase Anywhere"msgstr ""#. Tag: literal#: configuration.xml:1076#, no-c-formatmsgid "org.hibernate.dialect.SybaseAnywhereDialect"msgstr ""#. Tag: entry#: configuration.xml:1079#, no-c-formatmsgid "Microsoft SQL Server"msgstr ""#. Tag: literal#: configuration.xml:1079#, no-c-formatmsgid "org.hibernate.dialect.SQLServerDialect"msgstr ""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -