Skip to content

Nested Collection does not work! #4

@arjunkarnwal

Description

@arjunkarnwal

As you have explained in your documents, that you support nested and composite object. I have tried it but it wont work.
Gather query = Gather.where("children.age").lessThan(10);

query.find(employees);

public class Employee {

public List children;

}

public class Child {

public int age;

}

It wont work. I think the issue is with GatherReflect.getFieldAndInstance method.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions