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.
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.