SearchQueryHitTypeStep instead.@Deprecated public interface HibernateOrmSearchQueryHitTypeStep<E> extends SearchQueryHitTypeStep<SearchQueryOptionsStep<?,E,SearchLoadingOptionsStep,?,?>,EntityReference,E,SearchLoadingOptionsStep,SearchProjectionFactory<EntityReference,E>,SearchPredicateFactory>
SearchQueryHitTypeStep| Modifier and Type | Method and Description |
|---|---|
HibernateOrmSearchQueryHitTypeStep<E> |
cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Deprecated.
Call
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead. |
HibernateOrmSearchQueryHitTypeStep<E> |
fetchSize(int fetchSize)
Deprecated.
Call
.loading( o -> o.fetchSize( ... ) near the end of the query definition instead. |
asEntity, asEntityReference, asProjection, asProjection, asProjections, extensionpredicate, predicate@Deprecated HibernateOrmSearchQueryHitTypeStep<E> fetchSize(int fetchSize)
.loading( o -> o.fetchSize( ... ) near the end of the query definition instead.fetchSize - The fetch size. Must be positive or zero.this for method chaining.Query.setFetchSize(int)@Deprecated HibernateOrmSearchQueryHitTypeStep<E> cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead.strategy - The strategy.this for method chaining.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.