default LuceneSearchQueryWhereStep<E,LOS> |
LuceneSearchQuerySelectStep.asEntity() |
Deprecated.
|
default LuceneSearchQueryWhereStep<R,LOS> |
LuceneSearchQuerySelectStep.asEntityReference() |
Deprecated.
|
default <P> LuceneSearchQueryWhereStep<P,LOS> |
LuceneSearchQuerySelectStep.asProjection(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor) |
Deprecated.
|
default <P> LuceneSearchQueryWhereStep<P,LOS> |
LuceneSearchQuerySelectStep.asProjection(SearchProjection<P> projection) |
Deprecated.
|
default LuceneSearchQueryWhereStep<List<?>,LOS> |
LuceneSearchQuerySelectStep.asProjections(SearchProjection<?>... projections) |
Deprecated.
|
<P> LuceneSearchQueryWhereStep<P,LOS> |
LuceneSearchQuerySelectStep.select(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor) |
|
LuceneSearchQueryWhereStep<List<?>,LOS> |
LuceneSearchQuerySelectStep.select(SearchProjection<?>... projections) |
|
<P> LuceneSearchQueryWhereStep<P,LOS> |
LuceneSearchQuerySelectStep.select(SearchProjection<P> projection) |
|
LuceneSearchQueryWhereStep<E,LOS> |
LuceneSearchQuerySelectStep.selectEntity() |
|
LuceneSearchQueryWhereStep<R,LOS> |
LuceneSearchQuerySelectStep.selectEntityReference() |
|