|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexAwarePredicate | |
---|---|
com.hazelcast.query | Contains interfaces/classes related to Hazelcast query and indexing support. |
Uses of IndexAwarePredicate in com.hazelcast.query |
---|
Classes in com.hazelcast.query that implement IndexAwarePredicate | |
---|---|
class |
PagingPredicate
This class is a special Predicate which helps to get a page-by-page result of a query Can be constructed with a page-size, an inner predicate for filtering, A comparator for sorting \ This class is not thread-safe and stateless. |
class |
PredicateBuilder
This class provides functionality to build predicate. |
static class |
Predicates.AbstractPredicate
Provides some functionality for some predicates such as Between, In. |
static class |
Predicates.AndPredicate
And Predicate |
static class |
Predicates.BetweenPredicate
Between Predicate |
static class |
Predicates.EqualPredicate
Equal Predicate |
static class |
Predicates.GreaterLessPredicate
Greater Less Predicate |
static class |
Predicates.InPredicate
In Predicate |
static class |
Predicates.NotEqualPredicate
Not Equal Predicate |
static class |
Predicates.OrPredicate
Or Predicate |
class |
SqlPredicate
This class contains methods related to conversion of sql query to predicate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |