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<E,LOS> loadingContextBuilder)Attempt to extend a given DSL step, returning an emptyOptionalin 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 interfaceElasticsearchSearchQuerySelectStep<R,E,LOS> -
Uses of SearchQuerySelectStep in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl that implement SearchQuerySelectStep Modifier and Type Class Description classElasticsearchSearchQuerySelectStepImpl<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<E,LOS> loadingContextBuilder)Attempt to extend a given DSL step, returning an emptyOptionalin 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 interfaceLuceneSearchQuerySelectStep<R,E,LOS> -
Uses of SearchQuerySelectStep in org.hibernate.search.backend.lucene.search.query.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.query.dsl.impl that implement SearchQuerySelectStep Modifier and Type Class Description classLuceneSearchQuerySelectStepImpl<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<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<E,LOS> loadingContextBuilder)Attempt to extend a given DSL step, returning an emptyOptionalin case of failure. -
Uses of SearchQuerySelectStep in org.hibernate.search.engine.search.query.dsl.impl
Classes in org.hibernate.search.engine.search.query.dsl.impl that implement SearchQuerySelectStep Modifier and Type Class Description classDefaultSearchQuerySelectStep<R,E,LOS> -
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 classAbstractDelegatingSearchQuerySelectStep<R,E,LOS>classAbstractSearchQuerySelectStep<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.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return SearchQuerySelectStep Modifier and Type Method Description SearchQuerySelectStep<?,EntityReference,E,SearchLoadingOptionsStep,?,?>SearchScopeImpl. search(HibernateOrmScopeSessionContext sessionContext, HibernateOrmSelectionLoadingContext.Builder loadingContextBuilder) -
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.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return SearchQuerySelectStep Modifier and Type Method Description <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(SearchScope<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScopeImpl<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScope<T> scope) -
Uses of SearchQuerySelectStep in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return SearchQuerySelectStep Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>PojoScopeDelegateImpl. search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
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, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder)
-