Clean documentation
This commit is contained in:
parent
84c7a0a6db
commit
2de8fff68c
|
@ -920,20 +920,20 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
<entry><literal>hibernate.bytecode.use_reflection_optimizer</literal></entry>
|
<entry><literal>hibernate.bytecode.use_reflection_optimizer</literal></entry>
|
||||||
|
|
||||||
<entry><para>Enables the use of bytecode manipulation instead of
|
<entry><para>Enables the use of bytecode manipulation instead of
|
||||||
runtime reflection. This is a System-level property and cannot be set
|
runtime reflection. This is a System-level property and cannot be
|
||||||
in <literal>hibernate.cfg.xml</literal>.
|
set in <literal>hibernate.cfg.xml</literal>. Reflection can
|
||||||
Reflection can sometimes be useful when troubleshooting.
|
sometimes be useful when troubleshooting. Hibernate always
|
||||||
Hibernate always requires either CGLIB or javassist even
|
requires either CGLIB or javassist even if you turn off the
|
||||||
if you turn off the optimizer.</para><para> <emphasis
|
optimizer.</para><para> <emphasis role="strong">e.g.</emphasis>
|
||||||
role="strong">e.g.</emphasis> <literal>true</literal> |
|
<literal>true</literal> | <literal>false</literal> </para></entry>
|
||||||
<literal>false</literal> </para></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>hibernate.bytecode.provider</literal></entry>
|
<entry><literal>hibernate.bytecode.provider</literal></entry>
|
||||||
|
|
||||||
<entry><para>Both javassist or cglib can be used as byte manipulation
|
<entry><para>Both javassist or cglib can be used as byte
|
||||||
engines; the default is <literal>javassist</literal>.</para><para> <emphasis
|
manipulation engines; the default is
|
||||||
|
<literal>javassist</literal>.</para><para> <emphasis
|
||||||
role="strong">e.g.</emphasis> <literal>javassist</literal> |
|
role="strong">e.g.</emphasis> <literal>javassist</literal> |
|
||||||
<literal>cglib</literal> </para></entry>
|
<literal>cglib</literal> </para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -1029,7 +1029,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
<entry><literal>org.hibernate.dialect.Oracle10gDialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.Oracle10gDialect</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Oracle 11g</entry>
|
<entry>Oracle 11g</entry>
|
||||||
|
|
||||||
<entry><literal>org.hibernate.dialect.Oracle10gDialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.Oracle10gDialect</literal></entry>
|
||||||
|
@ -1053,13 +1053,13 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
<entry><literal>org.hibernate.dialect.SQLServerDialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.SQLServerDialect</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Microsoft SQL Server 2005</entry>
|
<entry>Microsoft SQL Server 2005</entry>
|
||||||
|
|
||||||
<entry><literal>org.hibernate.dialect.SQLServer2005Dialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.SQLServer2005Dialect</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Microsoft SQL Server 2008</entry>
|
<entry>Microsoft SQL Server 2008</entry>
|
||||||
|
|
||||||
<entry><literal>org.hibernate.dialect.SQLServer2008Dialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.SQLServer2008Dialect</literal></entry>
|
||||||
|
@ -1083,7 +1083,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
<entry><literal>org.hibernate.dialect.HSQLDialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.HSQLDialect</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>H2 Database</entry>
|
<entry>H2 Database</entry>
|
||||||
|
|
||||||
<entry><literal>org.hibernate.dialect.H2Dialect</literal></entry>
|
<entry><literal>org.hibernate.dialect.H2Dialect</literal></entry>
|
||||||
|
@ -1454,7 +1454,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="configuration-j2ee" revision="1">
|
<section id="configuration-j2ee" revision="1">
|
||||||
<title>J2EE Application Server integration</title>
|
<title>Java EE Application Server integration</title>
|
||||||
|
|
||||||
<para>Hibernate has the following integration points for J2EE
|
<para>Hibernate has the following integration points for J2EE
|
||||||
infrastructure:</para>
|
infrastructure:</para>
|
||||||
|
@ -1650,8 +1650,9 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup</literal></entry>
|
<entry><literal>org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup</literal></entry>
|
||||||
|
|
||||||
<entry align="center">JBoss TS used standalone (ie. outside JBoss AS and a JNDI environment generally).
|
<entry align="center">JBoss TS used standalone (ie. outside
|
||||||
Known to work for <literal>org.jboss.jbossts:jbossjta:4.11.0.Final</literal></entry>
|
JBoss AS and a JNDI environment generally). Known to work for
|
||||||
|
<literal>org.jboss.jbossts:jbossjta:4.11.0.Final</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
|
|
Loading…
Reference in New Issue