Java Persistance API

What is JPA, can we use JPA without hibernate (hibernate3.jar)? Explain with samples?

Questions by jpjese

Showing Answers 1 - 3 of 3 Answers

Balaji

  • Apr 10th, 2015
 

Yes. Hibernate is a framework which helps us to achieve object data persistence using JPA. We can use direct JPA or alternative frameworks for hibernate as well.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions