Open
Description
James Howe opened DATAMONGO-1683 and commented
Using "Exists" in a Mongo repository method requires a matching boolean argument.
However, o.s.d.r.q.p.Part.Type.EXISTS.getNumberOfArguments()
returns 0.
Overriding this causes problems for other systems trying to parse repository methods consistently, and requires changing the interface if a different Data implementation is used
Affects: 1.10.3 (Ingalls SR3)
Reference URL: https://youtrack.jetbrains.com/issue/IDEA-172034