Can I use jpa without hibernate?



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

Post New Answer

More Hibernate Interview Questions

What are the states of the object in hibernate?

1 Answers  


What is a many-to-one association in hibernate?

1 Answers  


What are different core interfaces of hibernate framework?

1 Answers  


Define the collection types in hibernate?

1 Answers  


What the four ORM levels are in hibernate?

1 Answers  


What is the general flow of hibernate communication with rdbms?

1 Answers  


What the three inheritance models are of hibernate?

1 Answers  


What is the advantage of hibernate over jdbc?

1 Answers  


How does hibernate lazy loading work?

1 Answers  


What are the important benefits of using Hibernate Framework?

1 Answers  


What is difference between hibernate and ibatis?

1 Answers  


Why orm tool is being used?

1 Answers  


Categories