Uses of Class
org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Package
Description
Builders for database item readers and writers.
-
Uses of HibernateCursorItemReaderBuilder in org.springframework.batch.item.database.builder
Modifier and TypeMethodDescriptionHibernateCursorItemReaderBuilder.currentItemCount
(int currentItemCount) Deprecated, for removal: This API element is subject to removal in a future version.Index for the current item.HibernateCursorItemReaderBuilder.entityClass
(Class<T> nativeClass) Deprecated, for removal: This API element is subject to removal in a future version.HibernateCursorItemReaderBuilder.fetchSize
(int fetchSize) Deprecated, for removal: This API element is subject to removal in a future version.The number of items to be returned with each round trip to the database.HibernateCursorItemReaderBuilder.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
.HibernateCursorItemReaderBuilder.nativeQuery
(String nativeQuery) Deprecated, for removal: This API element is subject to removal in a future version.Used to configure aHibernateNativeQueryProvider
.HibernateCursorItemReaderBuilder.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.HibernateCursorItemReaderBuilder.queryProvider
(HibernateQueryProvider<T> queryProvider) Deprecated, for removal: This API element is subject to removal in a future version.A query provider.HibernateCursorItemReaderBuilder.queryString
(String queryString) Deprecated, for removal: This API element is subject to removal in a future version.The HQL query string to execute.HibernateCursorItemReaderBuilder.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.HibernateCursorItemReaderBuilder.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.HibernateCursorItemReaderBuilder.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
).