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><para>Enables the use of bytecode manipulation instead of
|
||||
runtime reflection. This is a System-level property and cannot be set
|
||||
in <literal>hibernate.cfg.xml</literal>.
|
||||
Reflection can sometimes be useful when troubleshooting.
|
||||
Hibernate always requires either CGLIB or javassist even
|
||||
if you turn off the optimizer.</para><para> <emphasis
|
||||
role="strong">e.g.</emphasis> <literal>true</literal> |
|
||||
<literal>false</literal> </para></entry>
|
||||
runtime reflection. This is a System-level property and cannot be
|
||||
set in <literal>hibernate.cfg.xml</literal>. Reflection can
|
||||
sometimes be useful when troubleshooting. Hibernate always
|
||||
requires either CGLIB or javassist even if you turn off the
|
||||
optimizer.</para><para> <emphasis role="strong">e.g.</emphasis>
|
||||
<literal>true</literal> | <literal>false</literal> </para></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>hibernate.bytecode.provider</literal></entry>
|
||||
|
||||
<entry><para>Both javassist or cglib can be used as byte manipulation
|
||||
engines; the default is <literal>javassist</literal>.</para><para> <emphasis
|
||||
<entry><para>Both javassist or cglib can be used as byte
|
||||
manipulation engines; the default is
|
||||
<literal>javassist</literal>.</para><para> <emphasis
|
||||
role="strong">e.g.</emphasis> <literal>javassist</literal> |
|
||||
<literal>cglib</literal> </para></entry>
|
||||
</row>
|
||||
|
@ -1454,7 +1454,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
|||
</section>
|
||||
|
||||
<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
|
||||
infrastructure:</para>
|
||||
|
@ -1650,8 +1650,9 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
|
|||
<row>
|
||||
<entry><literal>org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup</literal></entry>
|
||||
|
||||
<entry align="center">JBoss TS used standalone (ie. outside JBoss AS and a JNDI environment generally).
|
||||
Known to work for <literal>org.jboss.jbossts:jbossjta:4.11.0.Final</literal></entry>
|
||||
<entry align="center">JBoss TS used standalone (ie. outside
|
||||
JBoss AS and a JNDI environment generally). Known to work for
|
||||
<literal>org.jboss.jbossts:jbossjta:4.11.0.Final</literal></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in New Issue