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<N extends SearchQueryOptionsStep<?,E, LOS, ?, ?>, R, E, LOS, PJF extends SearchProjectionFactory<R, E>, PDF extends SearchPredicateFactory> 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<?, P, LOS, ?> Select an object projection as a representation of the search hit for each matching document.<P> SearchQueryWhereStep<?, 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<?, List<?>, LOS, ?> SearchQuerySelectStep.select(SearchProjection<?>... projections) Select a list of projections as a representation of the search hit for each matching document.<P> SearchQueryWhereStep<?, P, LOS, ?> SearchQuerySelectStep.select(SearchProjection<P> projection) Select a projection as a representation of the search hit for each matching document.SearchQueryWhereStep<?, E, LOS, ?> SearchQuerySelectStep.selectEntity()Select the entity was originally indexed as a representation of the search hit for each matching document.SearchQueryWhereStep<?, 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 TypeClassDescriptionclassclassAbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H, LOS, SF, AF>, H, R extends SearchResult<H>, SCR extends SearchScroll<H>, LOS, PDF extends SearchPredicateFactory, SF extends SearchSortFactory, AF extends SearchAggregationFactory, SC extends SearchQueryIndexScope<?>> classAbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H, LOS, SF, AF>, H, LOS, PDF extends SearchPredicateFactory, SF extends SearchSortFactory, AF extends SearchAggregationFactory, SC extends SearchQueryIndexScope<?>> classAbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E, LOS, ?, ?>, R, E, LOS, PJF extends SearchProjectionFactory<R, E>, PDF extends SearchPredicateFactory> Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchQueryWhereStepModifier and TypeMethodDescription<P> SearchQueryWhereStep<?, P, LOS, ?> <P> SearchQueryWhereStep<?, P, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(Function<? super SearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) SearchQueryWhereStep<?, List<?>, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(SearchProjection<?>... projections) <P> SearchQueryWhereStep<?, P, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(SearchProjection<P> projection) SearchQueryWhereStep<?, E, LOS, ?> AbstractDelegatingSearchQuerySelectStep.selectEntity()SearchQueryWhereStep<?, R, LOS, ?> AbstractDelegatingSearchQuerySelectStep.selectEntityReference()