I love play, But cannot use JPA for some reasons. Could someone really help me to point another alternatives for JPA?
Share
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.
JPA is a key feature of play. You could replace the implementation (hibernate) by another provider though. Play’s features would not be as useful without JPA support.
However it is still possible to use straight JDBC within play if you need to.
I can’t really work out why you should not be able to use JPA but an alternative would be ok. Maybe you should elaborate more on this.