public interface LuceneSearchQueryHitTypeStep<R,E> extends SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>, LuceneSearchQueryPredicateStep<E>
| Modifier and Type | Method and Description |
|---|---|
LuceneSearchQueryPredicateStep<E> |
asEntity() |
LuceneSearchQueryPredicateStep<R> |
asEntityReference() |
<P> LuceneSearchQueryPredicateStep<P> |
asProjection(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor) |
<P> LuceneSearchQueryPredicateStep<P> |
asProjection(SearchProjection<P> projection) |
LuceneSearchQueryPredicateStep<List<?>> |
asProjections(SearchProjection<?>... projections) |
extensionpredicate, predicateLuceneSearchQueryPredicateStep<E> asEntity()
asEntity in interface SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>LuceneSearchQueryPredicateStep<R> asEntityReference()
asEntityReference in interface SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory><P> LuceneSearchQueryPredicateStep<P> asProjection(Function<? super LuceneSearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
asProjection in interface SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory><P> LuceneSearchQueryPredicateStep<P> asProjection(SearchProjection<P> projection)
asProjection in interface SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>LuceneSearchQueryPredicateStep<List<?>> asProjections(SearchProjection<?>... projections)
asProjections in interface SearchQueryHitTypeStep<LuceneSearchQueryOptionsStep<E>,R,E,LuceneSearchProjectionFactory<R,E>,LuceneSearchPredicateFactory>Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.