R - The type of entity references, i.e. the type of hits returned by
SearchQueryHitTypeStep.asEntityReference() 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 |
|---|---|
PojoScopeWorkExecutor |
executor() |
Set<C> |
getIncludedIndexedTypes() |
SearchPredicateFactory |
predicate() |
SearchProjectionFactory<R,E> |
projection() |
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> |
search(LoadingContextBuilder<R,E> loadingContextBuilder) |
SearchSortFactory |
sort() |
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> search(LoadingContextBuilder<R,E> loadingContextBuilder)
SearchPredicateFactory predicate()
SearchSortFactory sort()
SearchProjectionFactory<R,E> projection()
PojoScopeWorkExecutor executor()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.