SearchQuerySelectStep instead.@Deprecated public interface HibernateOrmSearchQuerySelectStep<E> extends SearchQuerySelectStep<SearchQueryOptionsStep<?,E,SearchLoadingOptionsStep,?,?>,EntityReference,E,SearchLoadingOptionsStep,SearchProjectionFactory<EntityReference,E>,SearchPredicateFactory>
SearchQuerySelectStep| Modifier and Type | Method and Description |
|---|---|
HibernateOrmSearchQuerySelectStep<E> |
cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Deprecated.
Call
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead. |
HibernateOrmSearchQuerySelectStep<E> |
fetchSize(int fetchSize)
Deprecated.
Call
.loading( o -> o.fetchSize( ... ) near the end of the query definition instead. |
asEntity, asEntityReference, asProjection, asProjection, asProjections, extension, select, select, select, selectEntity, selectEntityReferencepredicate, predicate, where, where@Deprecated HibernateOrmSearchQuerySelectStep<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 HibernateOrmSearchQuerySelectStep<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.