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)