On Mon, 29 Nov 2004 13:30:26 -0500, Philippe Laflamme <[EMAIL PROTECTED]> wrote: > As an example, my use of the iBatis framework allows me to have a single > statement that can update a single row or multiple rows in a table based on > the state of the object being updated. By looking at the state of the > object, the resulting SQL UPDATE statement can modify many columns or a > single one. Also, using the same paradigm, I'm able to build complex queries > that "JOIN" on different tables depending on the object that describes a > search criteria. The same SQL Map could JOIN on any number of tables > depending on its input object.
Could you explain this a little bit more? You know I am a newbie and am not sure I can follow you here. What I have understood this far is the example on http://ibatis.com/common/example.html Thanks, Oliver

