You are referring to parameter tags within the sql you write within an XML file used to initiate Ibatis.
I am referring to programmatically altering the sql maps (specifically, adding entirely new select statements) once the applciation has already started. Let me bring up an example of log4j. Typically, you create a log4j properties file to initialize log4j for your application, and that's it. But if you wanted to you may dynamically alter your log4j configuration using their API. Does such an API exist for Ibatis? Jiming Liu wrote: > > Using $param$ in sql. > > You can search document for details > > > > On Thu, Feb 12, 2009 at 4:59 AM, Vorius <tloz...@gmail.com> wrote: > >> >> Is it possible to create a sql map dynamically? >> >> I was reading about a method of creating an xml stream in memory and >> passing >> that to Ibatis but I was hoping of a way of doing it using >> getters/setters. >> >> Is there any new method that may accomplish this? >> -- >> View this message in context: >> http://www.nabble.com/I-would-like-to-create-a-sql-map-dynamically-tp21963691p21963691.html >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/I-would-like-to-create-a-sql-map-dynamically-tp21963691p21968867.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.