In our java project, We decided to use ORM object/relational mapping technique in objects’ persisting.
But we hesitate to use a specific framework to do this.So, what is the best framework for java can do this task?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Chris says, Hibernate is an excellent choice.
A (not-exhaustive) list can be found on wikipedia
Hibernate is a superset of JPA. If you stay within the bounds of the JPA, then you can theoretically switch to a differenct JPA implementation at a later point…