| Interface | Description |
|---|---|
| SearchQueryContext<S extends SearchQueryContext<? extends S,H,SC>,H,SC extends SearchSortFactoryContext> |
The context used when building a query, after the search predicate has been defined.
|
| SearchQueryContextExtension<T,R,E> |
An extension to the search query DSL, allowing to add non-standard predicates to a query.
|
| SearchQueryResultContext<N extends SearchQueryContext<?,H,?>,H,PDC extends SearchPredicateFactoryContext> |
The context used when building a query, after the search result type has been defined.
|
| SearchQueryResultDefinitionContext<N extends SearchQueryContext<?,E,?>,R,E,PJC extends SearchProjectionFactoryContext<R,E>,PDC extends SearchPredicateFactoryContext> |
The context used when building a query, before the search result type has been defined.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.