gather icon indicating copy to clipboard operation
gather copied to clipboard

Run SQL queries on Java objects in a collection

Results 4 gather issues
Sort by recently updated
recently updated
newest added

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`

enhancement

Fix up `GatherExecutor.handleNumericComparison`

enhancement

Refer * http://norswap.com/fast-java-reflection/ * https://bytex.solutions/2017/07/java-lambdas/

enhancement