Does MyBatis follows JPA?
问题 I've been working with myBatis for a few months as my first ORM. Now I'm trying to learn something else like Hibernate/JPA. At first it was hard to understand a difference between Hibernate and JPA. After few minutes of research I understood that JPA is just a specification and Hibernate is concrete implementation of JPA. In this video: link everything is nicely explained but author of the video is treating myBatis(iBatis) like JPA implementation. Is this a good approach? Does myBatis follows