diff --git a/documentation/manual/src/main/docbook/en-US/content/configuration.xml b/documentation/manual/src/main/docbook/en-US/content/configuration.xml index c0a2d7ff78..de04b78a83 100644 --- a/documentation/manual/src/main/docbook/en-US/content/configuration.xml +++ b/documentation/manual/src/main/docbook/en-US/content/configuration.xml @@ -918,22 +918,22 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibernate.bytecode.use_reflection_optimizer - + Enables the use of bytecode manipulation instead of - runtime reflection. This is a System-level property and cannot be set - in hibernate.cfg.xml. - Reflection can sometimes be useful when troubleshooting. - Hibernate always requires either CGLIB or javassist even - if you turn off the optimizer. e.g. true | - false + runtime reflection. This is a System-level property and cannot be + set in hibernate.cfg.xml. Reflection can + sometimes be useful when troubleshooting. Hibernate always + requires either CGLIB or javassist even if you turn off the + optimizer. e.g. + true | false - + hibernate.bytecode.provider - - Both javassist or cglib can be used as byte manipulation - engines; the default is javassist. Both javassist or cglib can be used as byte + manipulation engines; the default is + javassist. e.g. javassist | cglib @@ -1029,7 +1029,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect org.hibernate.dialect.Oracle10gDialect - + Oracle 11g org.hibernate.dialect.Oracle10gDialect @@ -1053,13 +1053,13 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect org.hibernate.dialect.SQLServerDialect - + Microsoft SQL Server 2005 org.hibernate.dialect.SQLServer2005Dialect - + Microsoft SQL Server 2008 org.hibernate.dialect.SQLServer2008Dialect @@ -1083,7 +1083,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect org.hibernate.dialect.HSQLDialect - + H2 Database org.hibernate.dialect.H2Dialect @@ -1454,7 +1454,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
- J2EE Application Server integration + Java EE Application Server integration Hibernate has the following integration points for J2EE infrastructure: @@ -1650,8 +1650,9 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect org.hibernate.transaction.JBossTSStandaloneTransactionManagerLookup - JBoss TS used standalone (ie. outside JBoss AS and a JNDI environment generally). - Known to work for org.jboss.jbossts:jbossjta:4.11.0.Final + JBoss TS used standalone (ie. outside + JBoss AS and a JNDI environment generally). Known to work for + org.jboss.jbossts:jbossjta:4.11.0.Final