Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
Packages that use SearchQueryWhereStep
Package
Description
-
Uses of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl
Subinterfaces of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dslModifier and TypeInterfaceDescriptioninterfaceSearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> The initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set.Methods in org.hibernate.search.engine.search.query.dsl that return SearchQueryWhereStepModifier and TypeMethodDescription<P> SearchQueryWhereStep<SR, ?, P, LOS, ?> Select an object projection as a representation of the search hit for each matching document.<P> SearchQueryWhereStep<SR, ?, P, LOS, ?> SearchQuerySelectStep.select(Function<? super PJF, ? extends ProjectionFinalStep<P>> projectionContributor) Select a given projection as a representation of the search hit for each matching document.SearchQueryWhereStep<SR, ?, List<?>, LOS, ?> SearchQuerySelectStep.select(SearchProjection<?>... projections) Select a list of projections as a representation of the search hit for each matching document.<P> SearchQueryWhereStep<SR, ?, P, LOS, ?> SearchQuerySelectStep.select(SearchProjection<P> projection) Select a projection as a representation of the search hit for each matching document.SearchQueryWhereStep<SR, ?, E, LOS, ?> SearchQuerySelectStep.selectEntity()Select the entity was originally indexed as a representation of the search hit for each matching document.SearchQueryWhereStep<SR, ?, R, LOS, ?> SearchQuerySelectStep.selectEntityReference()Select a reference to the entity that was originally indexed as a representation of the search hit for each matching document. -
Uses of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQueryWhereStepModifier and TypeClassDescriptionclassAbstractDelegatingSearchQuerySelectStep<SR,R, E, LOS> classAbstractExtendedSearchQueryOptionsStep<SR,S extends SearchQueryOptionsStep<SR, S, H, LOS, SF, AF>, H, R extends SearchResult<H>, SCR extends SearchScroll<H>, LOS, PDF extends TypedSearchPredicateFactory<SR>, SF extends TypedSearchSortFactory<SR>, AF extends TypedSearchAggregationFactory<SR>, SC extends SearchQueryIndexScope<SR, ?>> classAbstractSearchQueryOptionsStep<SR,S extends SearchQueryOptionsStep<SR, S, H, LOS, SF, AF>, H, LOS, PDF extends TypedSearchPredicateFactory<SR>, SF extends TypedSearchSortFactory<SR>, AF extends TypedSearchAggregationFactory<SR>, SC extends SearchQueryIndexScope<SR, ?>> classAbstractSearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchQueryWhereStepModifier and TypeMethodDescription<P> SearchQueryWhereStep<SR, ?, P, LOS, ?> <P> SearchQueryWhereStep<SR, ?, P, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(Function<? super TypedSearchProjectionFactory<SR, R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) SearchQueryWhereStep<SR, ?, List<?>, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(SearchProjection<?>... projections) <P> SearchQueryWhereStep<SR, ?, P, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(SearchProjection<P> projection) SearchQueryWhereStep<SR, ?, E, LOS, ?> AbstractDelegatingSearchQuerySelectStep.selectEntity()SearchQueryWhereStep<SR, ?, R, LOS, ?> AbstractDelegatingSearchQuerySelectStep.selectEntityReference()