Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 14386 invoked from network); 11 Oct 2005 20:23:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 20:23:16 -0000 Received: (qmail 83875 invoked by uid 500); 11 Oct 2005 20:23:14 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 83851 invoked by uid 500); 11 Oct 2005 20:23:13 -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 83839 invoked by uid 99); 11 Oct 2005 20:23:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 13:23:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of larry.meadors@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO zproxy.gmail.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 13:23:15 -0700 Received: by zproxy.gmail.com with SMTP id z6so890968nzd for ; Tue, 11 Oct 2005 13:22:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U1ZaoefknsHCQZOvSqpD/Cn40j61mVfePJn7TlZjrNWhX5DWBe04/f+vFriOZ3H2AerN4VfCs1JiaCdep/oZd1/YlaAjd5h9bt8o6hWCd/23IBLkHsUdCaIKGnKnwKBV6oarl2cgS2ZTLxHHw2Yp3FOSpT+yWyBwKxJ++AnOdv4= Received: by 10.36.247.71 with SMTP id u71mr4636084nzh; Tue, 11 Oct 2005 13:22:52 -0700 (PDT) Received: by 10.36.118.10 with HTTP; Tue, 11 Oct 2005 13:22:52 -0700 (PDT) Message-ID: Date: Tue, 11 Oct 2005 14:22:52 -0600 From: Larry Meadors Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: chaining inserts In-Reply-To: <11241.216.239.124.38.1129059258.squirrel@webmail.sonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <11070.216.239.124.38.1129054533.squirrel@webmail.sonic.net> <11241.216.239.124.38.1129059258.squirrel@webmail.sonic.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Not currently, no. Larry On 10/11/05, reubenf@sonic.net wrote: > Is supporting this a planned future feature? Just curious. > > Thanks > > > The only way is to iterate through subobjects on the java side of > > things and explicitly make sqlMap insert calls. > > > > Larry > > > > > > On 10/11/05, reubenf@sonic.net wrote: > >> Hello, > >> > >> Using resultMaps, I can load sub-objects of a particular object > >> automagically, using the "select" attribute. E.g. > >> > >> >> select=3D"SubObject.getSubObjectsByMe"/> > >> > >> Is there a converse construct for saving objects? I.e., if I were to > >> save, > >> can I do something like: > >> > >> > >> > >> ? > >> > >> Or is the best way to iterate through subobjects on the java side of > >> things, explicitly make sqlMap insert calls per subobject, and run > >> everything in one batch?? > >> > >> Thanks > >> Reuben > >> > >> > >> > >> > > > > > > >