Skip to content

Query method keyword Exists requires a boolean argument [DATAMONGO-1683] #2595

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions