This might be a bonehead question, but with all the cool new features in iBATIS, particularly those involving dynamic SQL, is it possible to make the *entire* statement body dynamic? My paramaterClass and resultClass will always be the same, but I'd like to pull the actual SQL, which has been written by my power users, from the database (via another statement, of course). Can this be done?
Regards, Eric