comment about the CacheMode

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8034 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-08-28 23:56:30 +00:00
parent c9940cd101
commit af886d46a0
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ session.close();]]></programlisting>
<programlisting><![CDATA[hibernate.cache.use_second_level_cache false]]></programlisting>
<para>
However, this is not absolutely necessary, since we can explicitly set the
<literal>CacheMode</literal> to disable interaction with the second-level cache.
</para>
<sect1 id="batch-inserts">
<title>Batch inserts</title>