| 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 | Method and Description |
|---|---|
SearchQuery<H> |
SearchQueryFinalStep.toQuery()
Create a
SearchQuery instance
matching the definition given in the previous DSL steps. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery<H> |
AbstractSearchQueryOptionsStep.toQuery() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryImplementor<H>
Defines the "service program contract" for
SearchQuery. |
| 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.