An easy question I suppose
Asked
Active
Viewed 8,454 times
1 Answers
22
No. iBatis is not an ORM mapper like Hibernate, so it doesn't implement JPA. JPA isn't even mentioned in official user guide.
By the way, iBatis is retired. It's been renamed to myBatis, so you should use that instead.