I might be wrong but, from the attached code, it seems like the query you use in iBatis and JDBC are different: in the iBatis one there's an "order by" clause that is not present in the JDBC version...
Not that this should justify a "3-5" time factor (not on a 72 rows table)... but the test should at least use the same query. Bye, Fabio
