Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 84222 invoked from network); 9 Aug 2006 19:15:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 19:15:22 -0000 Received: (qmail 56037 invoked by uid 500); 9 Aug 2006 19:15:21 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 56019 invoked by uid 500); 9 Aug 2006 19:15:20 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 56008 invoked by uid 99); 9 Aug 2006 19:15:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 12:15:20 -0700 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ALL_NUMS,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of 226057@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 12:15:19 -0700 Received: by py-out-1112.google.com with SMTP id z74so485297pyg for ; Wed, 09 Aug 2006 12:14:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=hvFYSgscG6sATnTmiifOwKCCt/VgpJoJM7TZu4z5DmP+sDXgsXBDgeRTFoH90j/c2bItsyjpLD+9EH2RXeWlmbjiflEQQLWJUmowvZKbOL+TrATlFWgRq7xK6Pr0rrtvO7KtI4bgSongzIvnaMihGOhb1StR3Wz+yGbHnSgFSqA= Received: by 10.35.107.20 with SMTP id j20mr2153880pym; Wed, 09 Aug 2006 12:14:59 -0700 (PDT) Received: by 10.35.112.18 with HTTP; Wed, 9 Aug 2006 12:14:59 -0700 (PDT) Message-ID: <46d2280d0608091214k6df27d7am6a76b985c4c2315d@mail.gmail.com> Date: Wed, 9 Aug 2006 23:14:59 +0400 From: "Koka Kiknadze" <226057@gmail.com> To: user-java@ibatis.apache.org Subject: Selects made under the hood MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_123729_22872698.1155150899105" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_123729_22872698.1155150899105 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Well, I am considering using iBatis for the project involving Timesten database. Peculiarity of Timesten is that one needs to commit select statements too :(. Looking through this mailing list I found (thanks Jeff) that I'll need to set commitRequired to TRUE so that commit statement actually forces framework to issue commit even if no insert/delete/update have been performed. But could there be some selects performed by iBatis? Certainly there's one - pingQuery... Any others? And does commitRequired=TRUE mean also that commit will be issued after ping query? TYA ------=_Part_123729_22872698.1155150899105 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Well, I am considering using iBatis for the project involving Timesten database. Peculiarity of Timesten is that one needs to commit select statements too :(. Looking through this mailing list I found (thanks Jeff) that I'll need to set commitRequired to TRUE so that commit statement actually forces framework to issue commit even if no insert/delete/update have been performed.

But could there be some selects performed by iBatis? Certainly there's one - pingQuery... Any others? And does commitRequired=TRUE mean also that commit will be issued after ping query?

TYA
------=_Part_123729_22872698.1155150899105--