<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) |
<Q> SearchQueryResultContext<Q> |
MappedIndexSearchTarget.queryAsReference(SessionContextImplementor sessionContext,
Function<SearchQuery<R>,Q> searchQueryWrapperFactory) |