I have found QueryDslPredicateExecutor very useful for reducing boilerplate, but it seems to be throwing a monkey wrench into the works. I\'m now trying to extend <
QueryDslPredicateExecutor
I solved a similar issue by having my base repository extend the QueryDslMongoRepository. You may be able able to extend a similar class.
"No property exists found for type"... When using the QueryDslPredicateExecutor with MongoDB and Spring-Data