diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml index ef0d32fe15..d37d64bd57 100644 --- a/reference/en/modules/configuration.xml +++ b/reference/en/modules/configuration.xml @@ -523,7 +523,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]> - +
Hibernate JDBC and Connection Properties @@ -672,11 +672,12 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]> hibernate.connection.aggressive_release - Enables Hibernate to aggressively release JDBC Connections, provided this behaviour is + Enables Hibernate to aggressively release JDBC Connections, provided this behavior is supported by the configured ConnectionProvider. The default Hibernate - behaviour is to cache a Connection for the entire lifespan (excluding disconnect/reconnect - calls) of the Session; this does not play well with certain usage scenarios inside managed - environments implementing Connection "containment" checks. + behavior is to cache a Connection for the entire lifespan (excluding disconnect/reconnect + calls) of the Session; this does not play well inside managed environments implementing + Connection "containment" checks. Thus, setting this to true is recommended in managed + environments.