| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryContext<S extends SearchQueryContext<? extends S,H,SC>,H,SC extends SearchSortContainerContext>
The context used when building a query, after the search predicate has been defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryContext<S extends SearchQueryContext<S,H,SC>,H,R extends SearchResult<H>,PDC extends SearchPredicateFactoryContext,SC extends SearchSortContainerContext,C> |
class |
AbstractSearchQueryContext<S extends SearchQueryContext<S,H,SC>,H,PDC extends SearchPredicateFactoryContext,SC extends SearchSortContainerContext,C> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedSearchFetchable<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchFetchable allowing to
easily override the result type for all relevant methods. |
interface |
ExtendedSearchQuery<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchQuery allowing to
easily override the result type for all relevant methods. |
interface |
SearchQuery<H>
A search query, allowing to fetch search results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQuery<H,R extends SearchResult<H>>
An abstract base for implementations of
SearchQuery. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.