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:
parent
c9940cd101
commit
af886d46a0
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue