Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
Packages that use SearchQuerySelectStep
Package
Description
-
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.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)