posted 5 years ago
I am new to spring boot and trying to generate custom queries using Querydsl. I want to generate queries based on the condition what user chooses. I have written a manager class for this, there I will parse the user selection and have to generate the queries.
Manager class
Entity Class
Both of the method I tried. it result in the following error. But CTRL+ click mapping to the entity from manger class. Any help will be appreciated.