documented hibernate.connection.aggressive_release
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6525 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
e60dabded2
commit
76eaef099c
|
@ -667,6 +667,18 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
|||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>hibernate.connection.aggressive_release</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
Enables Hibernate to aggressively release JDBC Connections, provided this behaviour is
|
||||
supported by the configured <literal>ConnectionProvider</literal>. 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.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>hibernate.connection.<emphasis><propertyName></emphasis></literal>
|
||||
|
|
Loading…
Reference in New Issue