| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.query | |
| org.hibernate.search.engine.search.dsl.query.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryOptionsStep<S extends SearchQueryOptionsStep<? extends S,H,SF>,H,SF extends SearchSortFactory>
The final step in a query definition, where optional parameters such as
sorts can be set,
and where the query can be executed or retrieved as an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF>,H,R extends SearchResult<H>,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,C> |
class |
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF>,H,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,C> |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.