Reputation: 2273
I'm using Google app engine, and I want to use JPA 2 that is supported by it.
As far as I understand (correct me if I'm wrong) JPA is only interfaces, so, whenever you want to use it you need a JPA provider (such as hibernate), but in the getting started tutorial there are examples without any provider just JPA.
So, do I really need Hibernate (or any other provider) ?
Upvotes: 2
Views: 84