Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 54431 invoked from network); 11 Aug 2005 16:24:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 16:24:50 -0000 Received: (qmail 1804 invoked by uid 500); 11 Aug 2005 16:24:50 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 1472 invoked by uid 500); 11 Aug 2005 16:24:49 -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 1459 invoked by uid 99); 11 Aug 2005 16:24:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 09:24:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.163.213.36] (HELO smtp2.carreker.com) (209.163.213.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 09:25:10 -0700 Received: from DALVIR03.carreker.com (dalvir.carreker.com [172.21.1.16]) by smtp2.carreker.com (Postfix) with SMTP id 59AA315813F for ; Thu, 11 Aug 2005 11:24:46 -0500 (CDT) Received: From DALEXC01.carreker.com ([172.16.15.1]) by DALVIR03.carreker.com (WebShield SMTP v4.5 MR1a); id 1123777485870; Thu, 11 Aug 2005 11:24:45 -0500 Received: from DALEXC05.carreker.com ([172.16.1.24]) by DALEXC01.carreker.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 11 Aug 2005 11:24:43 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: How do I do batch processing with IBatis DAO Date: Thu, 11 Aug 2005 11:24:43 -0500 Message-ID: <745691AF0880C64E8F02CFB140A3872D0319C9@DALEXC05.carreker.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How do I do batch processing with IBatis DAO Thread-Index: AcWekLkYlbNinqG+RxmhP2qoKiWgmgAAFr7w From: "Rafiq, Adnan" To: X-OriginalArrivalTime: 11 Aug 2005 16:24:43.0653 (UTC) FILETIME=[2E70FB50:01C59E91] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We just created a BaseSqlMapDao (extends SqlMapDaoTemplate) (similar to = the petstore one) for our project. -----Original Message----- From: Hycel Taylor [mailto:hycel1@gmail.com] Sent: Thursday, August 11, 2005 11:21 AM To: user-java@ibatis.apache.org Subject: Re: How do I do batch processing with IBatis DAO >From what I understand, looking at your source code, it appears that the batching is handled by, BaseSqlMapDao. As best I can tell, this is not a standard IBatis Class. It's package structure is the following: java.lang.Object com.ibatis.dao.client.template.DaoTemplate com.ibatis.dao.client.template.SqlMapDaoTemplate com.ibatis.jpetstore.persistence.sqlmapdao.BaseSqlMapDao I think I need to download the pet store demo and take a look at this BaseSqlMapDao class. Thanks!