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<SR, ?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<SR, ?> 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.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchQuerySelectStepModifier and TypeMethodDescriptionLuceneExtension.extendOptional(SearchQuerySelectStep<SR, ?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<SR, ?> 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.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchQuerySelectStepModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<SR, ?, R, E, LOS, TypedSearchProjectionFactory<SR, 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<SR, ?, R, E, LOS, ?, ?> original, SearchQueryIndexScope<SR, ?> 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.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQuerySelectStepModifier and TypeClassDescriptionclassAbstractDelegatingSearchQuerySelectStep<SR,R, E, LOS> classAbstractSearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> Constructors in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchQuerySelectStepModifierConstructorDescriptionAbstractDelegatingSearchQuerySelectStep(SearchQuerySelectStep<SR, ?, R, E, LOS, ?, ?> delegate) -
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<NonStaticMetamodelScope, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> Initiate the building of a search query.SearchSession.search(Collection<? extends Class<? extends T>> classes) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(HibernateOrmRootReferenceScope<SR, T> scope) Initiate the building of a search query.<T> SearchQuerySelectStep<?, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(TypedSearchScope<SR, 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 SearchQuerySelectStepModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<SR, ?, R, E, LOS, TypedSearchProjectionFactory<SR, R, E>, ?> PojoScopeDelegate.search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of SearchQuerySelectStep in org.hibernate.search.mapper.pojo.standalone.session
Methods in org.hibernate.search.mapper.pojo.standalone.session that return SearchQuerySelectStepModifier and TypeMethodDescriptiondefault <T> SearchQuerySelectStep<NonStaticMetamodelScope, ?, EntityReference, T, ?, ?, ?> Initiate the building of a search query.<T> SearchQuerySelectStep<NonStaticMetamodelScope, ?, EntityReference, T, ?, ?, ?> SearchSession.search(Collection<? extends Class<? extends T>> classes) Initiate the building of a search query.<T> SearchQuerySelectStep<?, ?, EntityReference, T, ?, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, ?, ?, ?> SearchSession.search(StandalonePojoRootReferenceScope<SR, T> scope) Initiate the building of a search query.<SR,T> SearchQuerySelectStep <SR, ?, EntityReference, T, ?, ?, ?> SearchSession.search(TypedSearchScope<SR, T> scope) Initiate the building of a search query.