R - The type of entity references, i.e. the type of hits returned by
SearchQuerySelectStep.selectEntityReference() reference queries},E - The type of loaded entities, i.e. the type of hits returned by
entity queries,
or the type of objects returned for entity projections.C - The type of indexed type extended contexts; i.e. the type of elements in the set returned by
getIncludedIndexedTypes().
or the type of objects returned for entity projections.public interface PojoScopeDelegate<R,E,C>
| Modifier and Type | Method and Description |
|---|---|
SearchAggregationFactory |
aggregation() |
Set<C> |
getIncludedIndexedTypes() |
SearchPredicateFactory |
predicate() |
SearchProjectionFactory<R,E> |
projection() |
<LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> |
search(BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder) |
SearchSortFactory |
sort() |
PojoScopeWorkspace |
workspace(DetachedBackendSessionContext sessionContext) |
<LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> search(BackendSessionContext sessionContext, LoadingContextBuilder<R,E,LOS> loadingContextBuilder)
SearchPredicateFactory predicate()
SearchSortFactory sort()
SearchProjectionFactory<R,E> projection()
SearchAggregationFactory aggregation()
PojoScopeWorkspace workspace(DetachedBackendSessionContext sessionContext)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.