Interface LuceneSearchQuerySelectStep<R,E,LOS>
- All Superinterfaces:
LuceneSearchQueryWhereStep<E,,LOS> SearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory> SearchQueryWhereStep<LuceneSearchQueryOptionsStep<E,LOS>, E, LOS, LuceneSearchPredicateFactory>
public interface LuceneSearchQuerySelectStep<R,E,LOS>
extends SearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>, LuceneSearchQueryWhereStep<E,LOS>
-
Method Summary
Modifier and TypeMethodDescription<P> LuceneSearchQueryWhereStep<P,LOS> <P> LuceneSearchQueryWhereStep<P,LOS> select(Function<? super LuceneSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) select(SearchProjection<?>... projections) <P> LuceneSearchQueryWhereStep<P,LOS> 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
LuceneSearchQueryWhereStep<E,LOS> selectEntity()- Specified by:
selectEntityin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-
selectEntityReference
LuceneSearchQueryWhereStep<R,LOS> selectEntityReference()- Specified by:
selectEntityReferencein interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-
select
<P> LuceneSearchQueryWhereStep<P,LOS> select(Function<? super LuceneSearchProjectionFactory<R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) - Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-
select
- Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>, R, E, LOS, LuceneSearchProjectionFactory<R, E>, LuceneSearchPredicateFactory>
-