query « Validation « JPA Q&A





1. JPA2 error validation : state field cannot be resolved    stackoverflow.com

I have a error that I can not get rid of, but the code works in the same time. @NamedQuery(name="getDocteur", query="SELECT d FROM Clinique cli, IN (cli.docteurs) AS d WHERE cli.clinique_ID=:clinique_ID AND ...