On 7/21/05, Nitish Kumar <[EMAIL PROTECTED]> wrote: > > Never worked with IBatis, so can not comment. > > I think I would still like to have the freedom of writing normal SQL > queries > while having the flexibility of using a mapping tool. I guess Hibernate > does > provide that kind of flexibility.
Wo, you did a great job of describing iBATIS for not ever using it: It uses normal SQL queries, and maps them to POJOs or normal java Collections. Larry