HHH-5466 - Create "Developer Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20298 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
ab97bf0bf0
commit
2078334548
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue