Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
Packages that use SearchQuerySelectStep
Package
Description
-
Uses of SearchQuerySelectStep in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchQuerySelectStepModifier and TypeMethodDescriptionElasticsearchExtension.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 -
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 -
Uses of SearchQuerySelectStep in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchQuerySelectStepModifier and TypeMethodDescriptionLuceneExtension.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 -
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 -
Uses of SearchQuerySelectStep in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchQuerySelectStepModifier and TypeMethodDescription<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 SearchQuerySelectStepModifier and TypeMethodDescriptionSearchQueryDslExtension.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 -
Uses of SearchQuerySelectStep in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQuerySelectStepModifier and TypeClassDescriptionclassclassAbstractSearchQuerySelectStep<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 SearchQuerySelectStepModifierConstructorDescriptionAbstractDelegatingSearchQuerySelectStep(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 SearchQuerySelectStepModifier and TypeMethodDescriptionSearchScopeImpl.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 SearchQuerySelectStepModifier and TypeMethodDescriptiondefault <T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(Collection<? extends Class<? extends T>> classes) 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 SearchQuerySelectStepModifier and TypeMethodDescription<T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> DelegatingSearchSession.search(Collection<? extends Class<? extends T>> classes) <T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> DelegatingSearchSession.search(SearchScope<T> scope) <T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> HibernateOrmSearchSession.search(Collection<? extends Class<? extends T>> classes) <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 SearchQuerySelectStepModifier and TypeMethodDescription<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 SearchQuerySelectStepModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<?,R, E, LOS, SearchProjectionFactory<R, E>, ?> PojoScopeDelegate.search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of SearchQuerySelectStep in org.infinispan.search.mapper.scope.impl
Methods in org.infinispan.search.mapper.scope.impl that return SearchQuerySelectStepModifier and TypeMethodDescriptionSearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> SearchScopeImpl.search(PojoScopeSessionContext sessionContext) -
Uses of SearchQuerySelectStep in org.infinispan.search.mapper.session
Methods in org.infinispan.search.mapper.session that return SearchQuerySelectStepModifier and TypeMethodDescription<E> SearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> SearchSession.search(SearchScope<E> scope) Initiate the building of a search query. -
Uses of SearchQuerySelectStep in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return SearchQuerySelectStepModifier and TypeMethodDescription<E> SearchQuerySelectStep<?,EntityReference, E, ?, ?, ?> InfinispanSearchSession.search(SearchScope<E> scope)