Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
-
Packages that use SearchQueryWhereStep Package Description org.hibernate.search.engine.search.query.dsl org.hibernate.search.engine.search.query.dsl.spi -
-
Uses of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl
Subinterfaces of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl Modifier and Type Interface Description interfaceSearchQuerySelectStep<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.Methods in org.hibernate.search.engine.search.query.dsl that return SearchQueryWhereStep Modifier and Type Method Description <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 SearchQueryWhereStep Modifier and Type Class Description classAbstractDelegatingSearchQuerySelectStep<R,E,LOS>classAbstractExtendedSearchQueryOptionsStep<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 SearchQueryWhereStep Modifier and Type Method Description <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()
-