R - The type of references, i.e. the type of hits returned by
reference queries,
or the type of objects returned for reference projections.E - The type of entities, i.e. the type of hits returned by
entity queries
or the type of objects returned for entity projections.public interface MappedIndexSearchScope<R,E>
| Modifier and Type | Method and Description |
|---|---|
SearchPredicateFactoryContext |
predicate() |
SearchProjectionFactoryContext<R,E> |
projection() |
SearchQueryResultDefinitionContext<?,R,E,SearchProjectionFactoryContext<R,E>,?> |
search(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
SearchSortContainerContext |
sort() |
SearchQueryResultDefinitionContext<?,R,E,SearchProjectionFactoryContext<R,E>,?> search(SessionContextImplementor sessionContext, LoadingContextBuilder<R,E> loadingContextBuilder)
SearchPredicateFactoryContext predicate()
SearchSortContainerContext sort()
SearchProjectionFactoryContext<R,E> projection()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.