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:
Steve Ebersole 2005-04-26 15:41:51 +00:00
parent e60dabded2
commit 76eaef099c
1 changed files with 12 additions and 0 deletions

View File

@ -667,6 +667,18 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
</para> </para>
</entry> </entry>
</row> </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> <row>
<entry> <entry>
<literal>hibernate.connection.<emphasis>&lt;propertyName&gt;</emphasis></literal> <literal>hibernate.connection.<emphasis>&lt;propertyName&gt;</emphasis></literal>