10

An easy question I suppose

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148

1 Answers1

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.

Lucky
  • 16,787
  • 19
  • 117
  • 151
darioo
  • 46,442
  • 10
  • 75
  • 103