Uses of Class
org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Packages that use MongoItemReaderBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of MongoItemReaderBuilder in org.springframework.batch.item.data.builder
Subclasses of MongoItemReaderBuilder in org.springframework.batch.item.data.builderMethods in org.springframework.batch.item.data.builder that return MongoItemReaderBuilderModifier 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.Listof 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 theItemStreamSupportshould be persisted within theExecutionContextfor restart purposes.Deprecated, for removal: This API element is subject to removal in a future version.Mapof property names/Sort.Directionvalues 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.