HHH-13412 Remove stray newlines

This commit is contained in:
Elena Felder 2019-05-24 17:29:09 -04:00 committed by Sanne Grinovero
parent 13afce9afb
commit ba1f15553c
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ Otherwise, the no-arg form is used.
`hibernate.connection.url`:: The JDBC connection url
Any settings prefixed with `hibernate.connection.` (other than the "special ones"):: All such setting names will have the `hibernate.connection.` prefix stripped. The remaining name and the original value will be passed to the driver as a JDBC connection property
[[database-connectionprovider-c3p0]]
=== Using c3p0
@ -59,7 +58,6 @@ When c3p0 support is enabled, a number of c3p0-specific configuration settings a
Transaction isolation of the Connections is managed by the `ConnectionProvider` itself. See <<database-connectionprovider-isolation>>.
`hibernate.c3p0.min_size` or `c3p0.minPoolSize`:: The minimum size of the c3p0 pool. See http://www.mchange.com/projects/c3p0/#minPoolSize[c3p0 minPoolSize]
`hibernate.c3p0.max_size` or `c3p0.maxPoolSize`:: The maximum size of the c3p0 pool. See http://www.mchange.com/projects/c3p0/#maxPoolSize[c3p0 maxPoolSize]
`hibernate.c3p0.timeout` or `c3p0.maxIdleTime`:: The Connection idle time. See http://www.mchange.com/projects/c3p0/#maxIdleTime[c3p0 maxIdleTime]