MyBatis vs. JPA (Hibernate, OpenJPA, TopLink)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2013 01:12 PM
Hi Core Developer Team
,
Are you planning to redisign your persistence layer using JPA (Hibernate, OpenJPA, TopLink/EclipseLink)?
i read about "Why MyBatis" was used (bottlenecks etc.), but the times are changing :ugeek: That JPAs have become higher performance.

Are you planning to redisign your persistence layer using JPA (Hibernate, OpenJPA, TopLink/EclipseLink)?
i read about "Why MyBatis" was used (bottlenecks etc.), but the times are changing :ugeek: That JPAs have become higher performance.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2013 06:50 AM
There is no plan to stop using ibatis and move to JPA or another ORM-tool. We started with iBatis because we needed fine-grained control over the SQL that was executed. One could argue that JPA and other are now a better solution or visa-versa, but it requires a quite big effort to break out the current persistence-layer.
