Is there any jpa 1.0 fluent api/interface for query building? I’m using openjpa 1.x, so I’m stuck with JPA1.
I found QueryByProxy, but its maven repo is not working properly.
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.
If you’re stuck with JPA 1.0, then consider using Querydsl that provides a fluent typesafe API on top of JPA. You’ll have to use a version prior to 1.6.0, i.e. 1.5.4 (they switched to JPA 2.0 in 1.6.0). This is IMO your best option.