| Modifier and Type | Method and Description |
|---|---|
SearchQuery<H> |
SearchQueryContext.toQuery() |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery<H> |
AbstractSearchQueryContext.toQuery() |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Q> |
SearchQueryExtension.extendOptional(SearchQuery<H> original,
LoadingContext<?,?> loadingContext)
Attempt to extend a given query, returning an empty
Optional in case of failure. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQuery<H,R extends SearchResult<H>>
An abstract base for implementations of
SearchQuery. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery<H> |
SearchQueryBuilder.build() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.