An easy question I suppose

link|improve this question

feedback

1 Answer

up vote 12 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.