Interface ElasticsearchSearchQuerySelectStep<R,E,LOS>
- All Superinterfaces:
ElasticsearchSearchQueryWhereStep<E,,LOS> SearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory> SearchQueryWhereStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, E, LOS, ElasticsearchSearchPredicateFactory>
public interface ElasticsearchSearchQuerySelectStep<R,E,LOS>
extends SearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>,R,E,LOS,ElasticsearchSearchProjectionFactory<R,E>,ElasticsearchSearchPredicateFactory>, ElasticsearchSearchQueryWhereStep<E,LOS>
-
Method Summary
Modifier and TypeMethodDescriptionselect(Function<? super ElasticsearchSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) select(SearchProjection<?>... projections) select(SearchProjection<P> projection) Methods inherited from interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
extensionMethods inherited from interface org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
where, where, where
-
Method Details
-
selectEntity
ElasticsearchSearchQueryWhereStep<E,LOS> selectEntity()- Specified by:
selectEntityin interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-
selectEntityReference
ElasticsearchSearchQueryWhereStep<R,LOS> selectEntityReference()- Specified by:
selectEntityReferencein interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-
select
<P> ElasticsearchSearchQueryWhereStep<P,LOS> select(Function<? super ElasticsearchSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) - Specified by:
selectin interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<ElasticsearchSearchQueryOptionsStep<E,LOS>, R, E, LOS, ElasticsearchSearchProjectionFactory<R, E>, ElasticsearchSearchPredicateFactory>
-