-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
To allow more efficient operations and simplify the API by using streams it should be possible to use stream operations for queries like this example:
cache.stream().filter("from MyObject where attr = 'bla' ").forEach(cache::delete)
- is cloned by
-
JDG-2972 Query-based stream filtering
- Closed