Package | Description |
---|---|
org.hibernate.search.engine.mapper.mapping.spi | |
org.hibernate.search.engine.search.loading.spi | |
org.hibernate.search.mapper.pojo.search.spi |
Modifier and Type | Method and Description |
---|---|
<T,Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsLoadedObject(SessionContextImplementor sessionContext,
ObjectLoader<R,T> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory) |
<T,Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsProjection(SessionContextImplementor sessionContext,
ObjectLoader<R,O> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory,
SearchProjection<T> projection) |
<Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsProjections(SessionContextImplementor sessionContext,
ObjectLoader<R,O> objectLoader,
Function<SearchQuery<List<?>>,Q> searchQueryWrapperFactory,
SearchProjection<?>... projections) |
Modifier and Type | Method and Description |
---|---|
static <T> ObjectLoader<T,T> |
ObjectLoader.identity() |
Modifier and Type | Method and Description |
---|---|
<T,Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsLoadedObject(ObjectLoader<PojoReference,T> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory) |
<T,Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsProjection(ObjectLoader<PojoReference,O> objectLoader,
Function<SearchQuery<T>,Q> searchQueryWrapperFactory,
SearchProjection<T> projection) |
<Q> SearchQueryResultContext<Q> |
PojoSearchTargetDelegate.queryAsProjections(ObjectLoader<PojoReference,O> objectLoader,
Function<SearchQuery<List<?>>,Q> searchQueryWrapperFactory,
SearchProjection<?>... projections) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.