pkainulainen/spring-data-jpa-examples

Qperson

rajayogadharasan opened this issue · 4 comments

Where is Qperson modal occurring error

Where is error ?

Closing this one since I don't know what is wrong.

QPerson class which is used in this project does not exist.

The QPerson class is a Querydsl query that is generated by the Maven APT Plugin. The configuration of this plugin is explained here: https://www.petrikainulainen.net/programming/spring-framework/spring-data-jpa-tutorial-part-five-querydsl/ - Also, the POM file of the example project contains the configuration of this plugin and these query types should be generated automatically.