Is there any advantage for using a library other than Hibernate for JPA?

Posted by Jeduan Cornejo on Stack Overflow See other posts from Stack Overflow or by Jeduan Cornejo
Published on 2010-03-19T22:58:55Z Indexed on 2010/03/19 23:01 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

Hi, I've been using JPA for some time now and been in projects where we've used both Hibernate Annotations and Toplink Essentials.

AFAIK the project leader chose Toplink because Netbeans had it integrated and seemed to be the easy thing to do.

However when looking for help, most of the literature seemed to assume that you are using Hibernate as the JPA provider, so, the question is, is have you found any advantage, performance or otherwise for not using the de-facto standard for JPA, Hibernate?

© Stack Overflow or respective owner

Related posts about jpa

Related posts about hibernate