Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
-
Uses of SearchQuerySelectStep in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchQuerySelectStep Modifier and Type Method Description Optional<ElasticsearchSearchQuerySelectStep<R,E,LOS>>
ElasticsearchExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQuerySelectStep in org.hibernate.search.backend.elasticsearch.search.query.dsl
Subinterfaces of SearchQuerySelectStep in org.hibernate.search.backend.elasticsearch.search.query.dsl Modifier and Type Interface Description interface
ElasticsearchSearchQuerySelectStep<R,E,LOS>
-
Uses of SearchQuerySelectStep in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchQuerySelectStep Modifier and Type Method Description Optional<LuceneSearchQuerySelectStep<R,E,LOS>>
LuceneExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQuerySelectStep in org.hibernate.search.backend.lucene.search.query.dsl
Subinterfaces of SearchQuerySelectStep in org.hibernate.search.backend.lucene.search.query.dsl Modifier and Type Interface Description interface
LuceneSearchQuerySelectStep<R,E,LOS>
-
Uses of SearchQuerySelectStep in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchQuerySelectStep Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>
MappedIndexScope. search(BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
-
Uses of SearchQuerySelectStep in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchQuerySelectStep Modifier and Type Method Description Optional<T>
SearchQueryDslExtension. extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original, SearchQueryIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an emptyOptional
in case of failure. -
Uses of SearchQuerySelectStep in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQuerySelectStep Modifier and Type Class Description class
AbstractDelegatingSearchQuerySelectStep<R,E,LOS>
class
AbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory>
Constructors in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchQuerySelectStep Constructor Description AbstractDelegatingSearchQuerySelectStep(SearchQuerySelectStep<?,R,E,LOS,?,?> delegate)
-
Uses of SearchQuerySelectStep in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return SearchQuerySelectStep Modifier and Type Method Description default <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Class<T> type)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Collection<? extends Class<? extends T>> types)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(SearchScope<T> scope)
Initiate the building of a search query. -
Uses of SearchQuerySelectStep in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return SearchQuerySelectStep Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>
PojoScopeDelegate. search(PojoScopeSessionContext sessionContext, DocumentReferenceConverter<R> documentReferenceConverter, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder)
-