Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 69740 invoked from network); 12 Feb 2009 15:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 15:49:40 -0000 Received: (qmail 20591 invoked by uid 500); 12 Feb 2009 15:49:37 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 20575 invoked by uid 500); 12 Feb 2009 15:49:37 -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 20564 invoked by uid 99); 12 Feb 2009 15:49:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 07:49:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 209.85.218.161 as permitted sender) Received: from [209.85.218.161] (HELO mail-bw0-f161.google.com) (209.85.218.161) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 15:49:30 +0000 Received: by bwz5 with SMTP id 5so1179998bwz.0 for ; Thu, 12 Feb 2009 07:49:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=eWneblbtkuZ4+B9C67sLuNLTQp4AjUjE6o5XcALQBGM=; b=lnuiwZMcaJ0OSilOB5HD3N+Et0apYPKX3xkf136zfv8ke3cKQlf9mpW8/Bt3eyGH1F WLETSTstt9Z/TDd4eT+XHFt1WoD8qi1M1arlHib20M26mUE7/SUFtkADUWrSujb4dTI5 KBDVfp46svzV7DT2c6xlLFy5JzPEAvUOrTmJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=IxSl+ejZGFcnauudelxUtndfkXKmQ+sqPz4bqILw1dSOAyu1ZuyEAqK1Bmbr235Pmz zr5ZnuXI/4bCi4C5qYqS6dxoZ0BzSzzI5KH6y9UcJbaySx407Ydo1cUpMQ5sfAbPVjEr 41QkZxXcMLm7YbV4WLwo5+RTNgJFzlq4uflnk= MIME-Version: 1.0 Received: by 10.180.222.14 with SMTP id u14mr347312bkg.141.1234453749197; Thu, 12 Feb 2009 07:49:09 -0800 (PST) Reply-To: larry.meadors@gmail.com In-Reply-To: <21968867.post@talk.nabble.com> References: <21963691.post@talk.nabble.com> <21968867.post@talk.nabble.com> Date: Thu, 12 Feb 2009 08:49:09 -0700 Message-ID: Subject: Re: I would like to create a sql map dynamically From: Larry Meadors To: user-java@ibatis.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 11, 2009 at 7:33 PM, Vorius wrote: > I am referring to programmatically altering the sql maps (specifically, > adding entirely new select statements) once the applciation has already > started. I believe that Clinton did some stuff to make that possible with ibatis2 (it's definitely doable with ibatis3) but I haven't done it myself yet. Larry