5 ms·
I have also used MyBatis in few projects and recommend it for applications that are database centric. I would use ORM only if the requirements call for object
by pramalin 12y ago
I have also used MyBatis in few projects and recommend it for applications that are database centric. I would use ORM only if the requirements call for object persistence and be DB/SQL agnostic.