Skip to content

[BUG] IllegalArgumentException: domain should contain @Id field or field named id #33664

@xinlian12

Description

@xinlian12

When using latest Spring SDK, for the following query, customer is getting
java.lang.IllegalArgumentException: domain should contain @Id field or field named id”, please help investigate.

Example query:
@query(value = "select c as jsonNode from c JOIN t IN c.addressInfo where t.city = @city") Flux annotatedFindDeveloperByLocation(@param("level") String city, Sort sort)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions