In my project we are using Spring, hibernate and mybatis .So my doubt is
1.Why we are using hiberanate for database activity ,if spring alsoprovide the same.What is the advantage ?
2.Hibernate will do persistence and fetching.Then why we are using hibernate for persistence and mybatis for fetching.What is the advantage ?
Thanking you