Can I use jpa without hibernate?
Answer / Rishav Kumar
Yes, it's possible to use JPA (Java Persistence API) without Hibernate. Other implementations like EclipseLink and DataNucleus can also be used as JPA providers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the states of the object in hibernate?
What is a many-to-one association in hibernate?
What are different core interfaces of hibernate framework?
Define the collection types in hibernate?
What the four ORM levels are in hibernate?
What is the general flow of hibernate communication with rdbms?
What the three inheritance models are of hibernate?
What is the advantage of hibernate over jdbc?
How does hibernate lazy loading work?
What are the important benefits of using Hibernate Framework?
What is difference between hibernate and ibatis?
Why orm tool is being used?