public interface HibernateOrmSearchQueryResultDefinitionContext<E> extends SearchQueryResultDefinitionContext<SearchQueryContext<?,E,?>,PojoReference,E,SearchProjectionFactoryContext<PojoReference,E>,SearchPredicateFactoryContext>
| Modifier and Type | Method and Description |
|---|---|
HibernateOrmSearchQueryResultDefinitionContext<E> |
fetchSize(int fetchSize)
Set the JDBC fetch size for this query.
|
asEntity, asProjection, asProjection, asProjections, asReference, extensionpredicate, predicateHibernateOrmSearchQueryResultDefinitionContext<E> fetchSize(int fetchSize)
fetchSize - The fetch size. Must be positive or zero.this for method chaining.Query.setFetchSize(int)Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.