We are using IBatis 2 in our project. If we have a namespace error or non existant Id for a sql or resultmap in the Ibatis XML, an exception is thrown ...
I am porting some old iBatis version 2.? code and am wondering how to replace the <isParameterPresent> tag? I have read the MyBatis user guide, and know you can ...