What are the advantages of myBatis over Hibernate?
Posted
by
Kshitiz Sharma
on Programmers
See other posts from Programmers
or by Kshitiz Sharma
Published on 2012-07-25T04:40:13Z
Indexed on
2012/11/15
11:22 UTC
Read the original article
Hit count: 268
This question originates from a comment I received on one of my questions -
I'd rather drop hibernate in favor of mybatis instead of jdbc
I've done some research on my own and understand the basic concept. But some insights can only be gained through actual experience.
What are the advantages of myBatis that would make it worth learning a new framework?
In what case would you avoid using it?
© Programmers or respective owner