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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P> LuceneSearchQueryWhereStep<P,LOS>select(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)LuceneSearchQueryWhereStep<List<?>,LOS>select(SearchProjection<?>... projections)<P> LuceneSearchQueryWhereStep<P,LOS>select(SearchProjection<P> projection)LuceneSearchQueryWhereStep<E,LOS>selectEntity()LuceneSearchQueryWhereStep<R,LOS>selectEntityReference()-
Methods inherited from interface org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep
extension
-
Methods inherited from interface org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
where, where
-
-
-
-
Method Detail
-
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
<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
<P> LuceneSearchQueryWhereStep<P,LOS> select(SearchProjection<P> projection)
- Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
select
LuceneSearchQueryWhereStep<List<?>,LOS> select(SearchProjection<?>... projections)
- Specified by:
selectin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
-