R - The type of entity references, i.e. the type of hits returned by
reference queries,
or the type of objects returned for entity 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 MappedIndexScope<R,E>
| Modifier and Type | Method and Description |
|---|---|
SearchPredicateFactory |
predicate() |
SearchProjectionFactory<R,E> |
projection() |
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> |
search(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
SearchSortFactory |
sort() |
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> search(SessionContextImplementor sessionContext, LoadingContextBuilder<R,E> loadingContextBuilder)
SearchPredicateFactory predicate()
SearchSortFactory sort()
SearchProjectionFactory<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.