JPA Implementations – Which one is the best to use? [closed]

I had the same conclusions about these implementations.

  1. OpenJPA was/seemed buggy

  2. Hibernate had tons of libraries and seemed to have trouble with not lazy loading everything.

  3. Toplink ended up as my choice. It was not as flexible as Hibernate would have been but it works and I don’t have to install commons-logging.

The one I would try next is JPOX, which has recently been renamed to datanucleus.

Leave a Comment