Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filter function for in-collection query #423

Closed
nmervaillie opened this issue Oct 13, 2017 · 1 comment
Closed

Add filter function for in-collection query #423

nmervaillie opened this issue Oct 13, 2017 · 1 comment

Comments

@nmervaillie
Copy link
Member

Introduce new filter to be able to lookup by collection of values.

Filter f = new Filter("specialities", new ContainsAnyComparison(Arrays.asList("burger", "sushi")));
Collection<Restaurant> all = session.loadAll(Restaurant.class, new Filters(f));

See https://jira.spring.io/browse/DATAGRAPH-992

nmervaillie pushed a commit that referenced this issue Oct 13, 2017
Add filter function for in-collection query. #423
nmervaillie added a commit that referenced this issue Oct 13, 2017
@nmervaillie
Copy link
Member Author

Fixed in 4680d63 and 2dacae0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant