Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
-
Packages that use SearchQuerySelectStep Package Description org.hibernate.search.engine.mapper.scope.spi org.hibernate.search.engine.search.query.dsl org.hibernate.search.engine.search.query.dsl.spi -
-
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, LoadingContextBuilder<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, IndexScope<?> indexScope, BackendSessionContext sessionContext, LoadingContextBuilder<R,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 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,C>Constructors in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchQuerySelectStep Constructor Description AbstractDelegatingSearchQuerySelectStep(SearchQuerySelectStep<?,R,E,LOS,?,?> delegate)
-