Uses of Class
org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of MongoItemReaderBuilder in org.springframework.batch.item.data.builder
Modifier and TypeMethodDescriptionMongoItemReaderBuilder.collection
(String collection) Deprecated, for removal: This API element is subject to removal in a future version.Establish an optional collection that can be queried.MongoItemReaderBuilder.currentItemCount
(int currentItemCount) Deprecated, for removal: This API element is subject to removal in a future version.Index for the current item.Deprecated, for removal: This API element is subject to removal in a future version.JSON defining the fields to be returned from the matching documents by MongoDB.Deprecated, for removal: This API element is subject to removal in a future version.JSON String telling MongoDB what index to use.Deprecated, for removal: This API element is subject to removal in a future version.A JSON formatted MongoDB jsonQuery.MongoItemReaderBuilder.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
.MongoItemReaderBuilder.pageSize
(int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.The number of items to be read with each page.MongoItemReaderBuilder.parameterValues
(Object... parameterValues) Deprecated, for removal: This API element is subject to removal in a future version.Values to be substituted in for each of the parameters in the query.MongoItemReaderBuilder.parameterValues
(List<Object> parameterValues) Deprecated, for removal: This API element is subject to removal in a future version.List
of values to be substituted in for each of the parameters in the query.MongoItemReaderBuilder.query
(org.springframework.data.mongodb.core.query.Query query) Deprecated, for removal: This API element is subject to removal in a future version.Provide a Spring Data MongoQuery
.MongoItemReaderBuilder.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.Deprecated, for removal: This API element is subject to removal in a future version.Map
of property names/Sort.Direction
values to sort the input by.MongoItemReaderBuilder.targetType
(Class<? extends T> targetType) Deprecated, for removal: This API element is subject to removal in a future version.The type of object to be returned for eachAbstractItemCountingItemStreamItemReader.read()
call.MongoItemReaderBuilder.template
(org.springframework.data.mongodb.core.MongoOperations template) Deprecated, for removal: This API element is subject to removal in a future version.Used to perform operations against the MongoDB instance.