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
-
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
predicate, predicate, 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>
-
asEntity
@Deprecated default LuceneSearchQueryWhereStep<E,LOS> asEntity()
Deprecated.- Specified by:
asEntityin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
asEntityReference
@Deprecated default LuceneSearchQueryWhereStep<R,LOS> asEntityReference()
Deprecated.- Specified by:
asEntityReferencein interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
asProjection
@Deprecated default <P> LuceneSearchQueryWhereStep<P,LOS> asProjection(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
Deprecated.- Specified by:
asProjectionin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
asProjection
@Deprecated default <P> LuceneSearchQueryWhereStep<P,LOS> asProjection(SearchProjection<P> projection)
Deprecated.- Specified by:
asProjectionin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
asProjections
@Deprecated default LuceneSearchQueryWhereStep<List<?>,LOS> asProjections(SearchProjection<?>... projections)
Deprecated.- Specified by:
asProjectionsin interfaceSearchQuerySelectStep<LuceneSearchQueryOptionsStep<E,LOS>,R,E,LOS,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>
-
-