From af886d46a08180d71401c33bf4ee5f4086083385 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Sun, 28 Aug 2005 23:56:30 +0000 Subject: [PATCH] comment about the CacheMode git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@8034 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/batch.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/en/modules/batch.xml b/reference/en/modules/batch.xml index 39ec069e58..979568b3ed 100755 --- a/reference/en/modules/batch.xml +++ b/reference/en/modules/batch.xml @@ -37,6 +37,11 @@ session.close();]]> + + However, this is not absolutely necessary, since we can explicitly set the + CacheMode to disable interaction with the second-level cache. + + Batch inserts