Modifier and Type | Method and Description |
---|---|
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
FullTextQueryResultDefinitionContext.asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor) |
Modifier and Type | Method and Description |
---|---|
SearchProjectionFactoryContext<PojoReference,T> |
FullTextSearchTarget.projection() |
Modifier and Type | Method and Description |
---|---|
<T> SearchQueryResultContext<? extends FullTextQuery<T>> |
FullTextQueryResultDefinitionContext.asProjection(Function<? super SearchProjectionFactoryContext<PojoReference,O>,SearchProjection<T>> projectionContributor) |
Modifier and Type | Method and Description |
---|---|
SearchProjectionFactoryContext<PojoReference,T> |
HibernateOrmSearchTarget.projection() |
Modifier and Type | Method and Description |
---|---|
SearchProjectionFactoryContext<PojoReference,O> |
PojoSearchTargetDelegate.projection() |
Modifier and Type | Method and Description |
---|---|
<T,Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsLoadedObject(ObjectLoader<PojoReference,T> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory) |
<T,Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsProjection(ObjectLoader<PojoReference,O> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory,
SearchProjection<T> projection) |
<Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsProjections(ObjectLoader<PojoReference,O> objectLoader,
Function<SearchQuery<List<?>>,Q> searchQueryWrapperFactory,
SearchProjection<?>... projections) |
<Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsReference(Function<SearchQuery<PojoReference>,Q> searchQueryWrapperFactory) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.