Uses of Class
org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Package
Description
Builders for database item readers and writers.
-
Uses of HibernatePagingItemReaderBuilder in org.springframework.batch.item.database.builder
Modifier and TypeMethodDescriptionHibernatePagingItemReaderBuilder.currentItemCount
(int currentItemCount) Deprecated, for removal: This API element is subject to removal in a future version.Index for the current item.HibernatePagingItemReaderBuilder.fetchSize
(int fetchSize) Deprecated, for removal: This API element is subject to removal in a future version.Fetch size used internally by Hibernate to limit amount of data fetched from database per round trip.HibernatePagingItemReaderBuilder.maxItemCount
(int maxItemCount) Deprecated, for removal: This API element is subject to removal in a future version.Configure the max number of items to be read.Deprecated, for removal: This API element is subject to removal in a future version.The name used to calculate the key within theExecutionContext
.HibernatePagingItemReaderBuilder.pageSize
(int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.The number of records to request per page/query.HibernatePagingItemReaderBuilder.parameterValues
(Map<String, Object> parameterValues) Deprecated, for removal: This API element is subject to removal in a future version.A map of parameter values to be set on the query.Deprecated, for removal: This API element is subject to removal in a future version.The name of the Hibernate named query to be executed for this reader.HibernatePagingItemReaderBuilder.queryProvider
(HibernateQueryProvider<T> queryProvider) Deprecated, for removal: This API element is subject to removal in a future version.A query provider.HibernatePagingItemReaderBuilder.queryString
(String queryString) Deprecated, for removal: This API element is subject to removal in a future version.The HQL query string to execute.HibernatePagingItemReaderBuilder.saveState
(boolean saveState) Deprecated, for removal: This API element is subject to removal in a future version.Configure if the state of theItemStreamSupport
should be persisted within theExecutionContext
for restart purposes.HibernatePagingItemReaderBuilder.sessionFactory
(org.hibernate.SessionFactory sessionFactory) Deprecated, for removal: This API element is subject to removal in a future version.The HibernateSessionFactory
to execute the query against.HibernatePagingItemReaderBuilder.useStatelessSession
(boolean useStatelessSession) Deprecated, for removal: This API element is subject to removal in a future version.Indicator for whether to use aStatelessSession
(true
) or aSession
(false
).