diff --git a/documentation/devguide/src/main/docbook/en-US/content/database.xml b/documentation/devguide/src/main/docbook/en-US/content/database.xml index f4549875f4..fbab32c91b 100644 --- a/documentation/devguide/src/main/docbook/en-US/content/database.xml +++ b/documentation/devguide/src/main/docbook/en-US/content/database.xml @@ -24,7 +24,7 @@ hibernate.connection.driver_class - Names the java.sql.Driver implementation class from your JDBC + Names the java.sql.Driver implementation class from your JDBC provider. @@ -58,13 +58,13 @@
Using Hibernate's built-in connection pooling - + 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. - + The only additional supported setting for the built-in pooling is the