I\'m trying to use the QueryDslPredicateExecutor with MongoDB and Spring-Data, but it seems to be choking on the \"exists()\" property.
I\'m using -
Changing
extends SimpleJpaRepository
for
extends QueryDslJpaRepository
in my base JPA repo impl made it for me.