| Interface | Description |
|---|---|
| FilterCallback |
A single-method callback that is specified when registering a filter with a Matcher.
|
| FilterSubscription |
A subscription for match notifications.
|
| Matcher |
A matcher able to test a given object against multiple registered filters specified either as JPA queries or using
the query DSL (see
org.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 the
ObjectFilter.filter(java.lang.Object) method. |
| SortField |
Sort specification for a field.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.