gather
gather copied to clipboard
Run SQL queries on Java objects in a collection
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...
Update the method `GatherExecutor.handleValueIn`
Fix up `GatherExecutor.handleNumericComparison`
Refer * http://norswap.com/fast-java-reflection/ * https://bytex.solutions/2017/07/java-lambdas/