Package org.infinispan.objectfilter
Querying on plain Java objects.
- Since:
- 7.0
- Author:
- anistor@redhat.com
- Public API
-
Interface Summary Interface Description FilterCallback A single-method callback that is specified when registering a filter with a Matcher.FilterSubscription A subscription for match notifications.Matcher An object matcher able to test a given object against multiple registered filters specified either as Ickle queries (a JP-QL subset with full-text support) or using the query DSL (seeorg.infinispan.query.dsl
).ObjectFilter A filter that tests if an object matches a pre-defined condition and returns either the original instance or the projection, depending on how the filter was created.ObjectFilter.FilterResult The output of theObjectFilter.filter(java.lang.Object)
method.SortField Sort specification for a field. -
Exception Summary Exception Description ParsingException Thrown in case of syntax errors during parsing or during the processing of the parse tree.