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