Author: steve.ebersole(a)jboss.com
Date: 2010-09-01 11:33:30 -0400 (Wed, 01 Sep 2010)
New Revision: 20298
Modified:
core/trunk/documentation/devguide/src/main/docbook/en-US/content/database.xml
Log:
HHH-5466 - Create "Developer Guide"
Modified: core/trunk/documentation/devguide/src/main/docbook/en-US/content/database.xml
===================================================================
---
core/trunk/documentation/devguide/src/main/docbook/en-US/content/database.xml 2010-09-01
10:32:43 UTC (rev 20297)
+++
core/trunk/documentation/devguide/src/main/docbook/en-US/content/database.xml 2010-09-01
15:33:30 UTC (rev 20298)
@@ -24,7 +24,7 @@
<term><property>hibernate.connection.driver_class</property></term>
<listitem>
<para>
- Names the <classname>java.sql.Driver</classname>
implementation class from your JDBC
+ Names the
<interfacename>java.sql.Driver</interfacename> implementation class from your
JDBC
provider.
</para>
</listitem>
@@ -58,13 +58,13 @@
<section
id="hibernate-dev-database-connect-pools-hibernate">
<title>Using Hibernate's built-in connection
pooling</title>
- <caution>
+ <warning>
<para>
The built-in Hibernate connection pool is not intended for
production use. It lacks several
features found on any decent connection pool. However, it can be
quite useful to get started
and in unit testing.
</para>
- </caution>
+ </warning>
<para>
The only additional supported setting for the built-in pooling is
the
Show replies by date