public interface FullTextQueryResultDefinitionContext<O>
Modifier and Type | Method and Description |
---|---|
SearchQueryResultContext<? extends FullTextQuery<O>> |
asEntity() |
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor) |
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
asProjection(SearchProjection<T> projection) |
SearchQueryResultContext<? extends FullTextQuery<List<?>>> |
asProjections(SearchProjection<?>... projections) |
SearchQueryResultContext<? extends FullTextQuery<O>> asEntity()
<T> SearchQueryResultContext<? extends FullTextQuery<T>> asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor)
<T> SearchQueryResultContext<? extends FullTextQuery<T>> asProjection(SearchProjection<T> projection)
SearchQueryResultContext<? extends FullTextQuery<List<?>>> asProjections(SearchProjection<?>... projections)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.