Class | Description |
---|---|
BasicPredicate |
Basic predicate is a simple data holder.
|
CombinedPredicate |
This predicate holds a list of other predicates joined by an operator (and,
or ... etc.)
|
DefaultPredicate |
The DefaultPredicate offers default logic for handling the predicate data It
is used when the search criteria does not match any other existing predicates.
|
IntToStringPredicate |
This predicate is for integer based predicates converted to string values.
|
KeyPredicate |
The key predicate is used when the searched property type is
Relation
and the value is either of type Key , RegistryBean or
String . |
LazySearchResultList |
List implementation containing RegistryBean instances and
wrapping JAXR lazy response collection. |
NestedPredicate |
The nested predicate holds information about the real property it represents
and if present the next nested property.
|
PredicateFactory |
The predicate factory supports methods for creating different type of
predicates.
|
PredicateFactory.IntToStringPredicateHandler |
Handler for handling Predicates for properties that are stored as String
in the database but returned as int.
|
PredicateFactory.KeyPredicateHandler |
Handler for handling Key Predicates.
|
PredicateFactory.NestedPredicateHandler |
Handler for handling Nested Predicates.
|
PredicateFactory.RegistryObjectPropertySlotPredicateHandler |
Handler for handling Registry Object Property Slot Predicates.
|
PredicateFactory.SlotPredicateHandler |
Handler for handling Slot Predicates.
|
PredicateFactory.SupportTypePredicateHandler |
Handler for handling Support Predicates.
|
QueryPathGenerator |
Generates query path for specific properties.
|
RegistryObjectPropertySlotPredicate |
The
RegistryObjectPropertySlotPredicate is used when the searched property is of type
RegistryObject. |
SearchImpl | |
SlotValuePredicate |
The SlotValuePredicate is used when the searched property is of type
Slot It offers logic how to handle different slot value types. |
SupportTypePredicate |
This predicate is for handling support types.
|