Reputation: 320
As per definition hibernate's "load()" method always retrieves proxy objects.
In my current project I am using JPA and ORM provider being used is hibernate. How can I achieve load() functionality (provided by Session) while using EntityManager (JPA)?
Upvotes: 1
Views: 392