public abstract class AbstractSearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> extends Object implements SearchQueryHitTypeStep<N,R,E,PJF,PDF>
| Constructor and Description |
|---|
AbstractSearchQueryHitTypeStep() |
| Modifier and Type | Method and Description |
|---|---|
protected SearchProjectionFactory<R,E> |
createDefaultProjectionFactory() |
<T> T |
extension(SearchQueryDslExtension<T,R,E> extension)
Extend the current DSL step with the given extension,
resulting in an extended step offering more query options.
|
protected abstract IndexScope<C> |
getIndexScope() |
protected abstract LoadingContextBuilder<R,E> |
getLoadingContextBuilder() |
protected abstract SessionContextImplementor |
getSessionContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasEntity, asEntityReference, asProjection, asProjection, asProjectionspredicate, predicatepublic <T> T extension(SearchQueryDslExtension<T,R,E> extension)
SearchQueryHitTypeStepextension in interface SearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,?>,R,E,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory>T - The type of DSL step provided by the extension.extension - The extension to the query DSL.protected final SearchProjectionFactory<R,E> createDefaultProjectionFactory()
protected abstract IndexScope<C> getIndexScope()
protected abstract SessionContextImplementor getSessionContext()
protected abstract LoadingContextBuilder<R,E> getLoadingContextBuilder()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.