Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCursorItemReader<T> - Class in org.springframework.batch.item.database
Abstract base class for any simple item reader that opens a database cursor and continually retrieves the next row in the ResultSet.
AbstractCursorItemReader() - Constructor for class org.springframework.batch.item.database.AbstractCursorItemReader
 
AbstractFileItemWriter<T> - Class in org.springframework.batch.item.support
Base class for item writers that write data to a file or stream.
AbstractFileItemWriter() - Constructor for class org.springframework.batch.item.support.AbstractFileItemWriter
 
AbstractFileItemWriter.OutputState - Class in org.springframework.batch.item.support
Encapsulates the runtime state of the writer.
AbstractHibernateQueryProvider<T> - Class in org.springframework.batch.item.database.orm
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractHibernateQueryProvider() - Constructor for class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
AbstractItemCountingItemStreamItemReader<T> - Class in org.springframework.batch.item.support
Abstract superclass for ItemReaders that supports restart by storing item count in the ExecutionContext (therefore requires item ordering to be preserved between runs).
AbstractItemCountingItemStreamItemReader() - Constructor for class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
AbstractItemStreamItemReader<T> - Class in org.springframework.batch.item.support
Base class for ItemReader implementations.
AbstractItemStreamItemReader() - Constructor for class org.springframework.batch.item.support.AbstractItemStreamItemReader
 
AbstractItemStreamItemWriter<T> - Class in org.springframework.batch.item.support
Base class for ItemWriter implementations.
AbstractItemStreamItemWriter() - Constructor for class org.springframework.batch.item.support.AbstractItemStreamItemWriter
 
AbstractJpaQueryProvider - Class in org.springframework.batch.item.database.orm
Abstract JPA Query Provider to serve as a base class for all JPA Query providers.
AbstractJpaQueryProvider() - Constructor for class org.springframework.batch.item.database.orm.AbstractJpaQueryProvider
 
AbstractLineTokenizer - Class in org.springframework.batch.item.file.transform
Abstract class handling common concerns of various LineTokenizer implementations such as dealing with names and actual construction of FieldSet
AbstractLineTokenizer() - Constructor for class org.springframework.batch.item.file.transform.AbstractLineTokenizer
 
AbstractMethodInvokingDelegator<T> - Class in org.springframework.batch.item.adapter
Superclass for delegating classes which dynamically call a custom method of injected object.
AbstractMethodInvokingDelegator() - Constructor for class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
 
AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper - Exception in org.springframework.batch.item.adapter
Used to wrap a Throwable (not an Exception) thrown by a reflectively-invoked delegate.
AbstractPaginatedDataItemReader<T> - Class in org.springframework.batch.item.data
A base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.
AbstractPaginatedDataItemReader() - Constructor for class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
AbstractPagingItemReader<T> - Class in org.springframework.batch.item.database
Abstract ItemStreamReader for to extend when reading database records in a paging fashion.
AbstractPagingItemReader() - Constructor for class org.springframework.batch.item.database.AbstractPagingItemReader
 
AbstractSqlPagingQueryProvider - Class in org.springframework.batch.item.database.support
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
AbstractSqlPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
add(XMLEvent) - Method in class org.springframework.batch.item.xml.stax.NoStartEndDocumentStreamWriter
 
add(XMLEvent) - Method in class org.springframework.batch.item.xml.stax.UnclosedElementCollectingEventWriter
 
add(XMLEvent) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
add(XMLEventReader) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
add(W) - Method in class org.springframework.batch.item.Chunk
Add the item to the chunk.
addAll(List<W>) - Method in class org.springframework.batch.item.Chunk
Add all items to the chunk.
addColumns(Range) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
Add a column range to the existing list
addColumns(Range, int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
Insert a column range to the existing list
addComment(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Add a string to the list of Strings that indicate commented lines.
addFragmentRootElements(String...) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Adds the list of fragments to be used as the root of each chunk to the configuration.
addFragmentRootElements(List<String>) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Adds the list of fragments to be used as the root of each chunk to the configuration.
addIncludedField(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
Add an index to the list of fields to be included from the file
after(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
 
after(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
after(RepeatContext, RepeatStatus) - Method in interface org.springframework.batch.repeat.RepeatListener
Called by the framework after each item has been processed, unless the item processing results in an exception.
afterPropertiesSet() - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
 
afterPropertiesSet() - Method in class org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.item.data.MongoItemReader
Checks mandatory properties
afterPropertiesSet() - Method in class org.springframework.batch.item.data.MongoItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
Checks mandatory properties
afterPropertiesSet() - Method in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
Checks mandatory properties
afterPropertiesSet() - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.data.RepositoryItemWriter
Check mandatory properties - there must be a repository.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Assert that mandatory properties are set.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
Check mandatory properties.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
Check mandatory properties - there must be a sessionFactory.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Check mandatory properties - there must be a NamedParameterJdbcOperations and an SQL statement plus a parameter source.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
Assert that mandatory properties are set.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
Check mandatory properties.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JpaCursorItemReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JpaItemWriter
Check mandatory properties - there must be an entityManagerFactory.
afterPropertiesSet() - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.orm.HibernateNativeQueryProvider
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.orm.JpaNamedQueryProvider
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.orm.JpaNativeQueryProvider
 
afterPropertiesSet() - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Assert that mandatory properties are set.
afterPropertiesSet() - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.file.FlatFileItemWriter
Assert that mandatory properties (lineAggregator) are set.
afterPropertiesSet() - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Check that precisely one of type or prototype bean name is specified.
afterPropertiesSet() - Method in class org.springframework.batch.item.file.mapping.DefaultLineMapper
 
afterPropertiesSet() - Method in class org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper
 
afterPropertiesSet() - Method in class org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor
 
afterPropertiesSet() - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
 
afterPropertiesSet() - Method in class org.springframework.batch.item.file.transform.PatternMatchingCompositeLineTokenizer
 
afterPropertiesSet() - Method in class org.springframework.batch.item.jms.JmsItemReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.json.JsonFileItemWriter
Assert that mandatory properties (jsonObjectMarshaller) are set.
afterPropertiesSet() - Method in class org.springframework.batch.item.KeyValueItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.item.ldif.LdifReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.ldif.MappingLdifReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.mail.javamail.MimeMessageItemWriter
Check mandatory properties (mailSender).
afterPropertiesSet() - Method in class org.springframework.batch.item.mail.SimpleMailMessageItemWriter
Check mandatory properties (mailSender).
afterPropertiesSet() - Method in class org.springframework.batch.item.support.CompositeItemProcessor
 
afterPropertiesSet() - Method in class org.springframework.batch.item.support.CompositeItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.item.support.ScriptItemProcessor
 
afterPropertiesSet() - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
afterPropertiesSet() - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.item.validator.BeanValidatingItemProcessor
 
afterPropertiesSet() - Method in class org.springframework.batch.item.validator.SpringValidator
 
afterPropertiesSet() - Method in class org.springframework.batch.item.validator.ValidatingItemProcessor
 
afterPropertiesSet() - Method in class org.springframework.batch.item.xml.StaxEventItemReader
Ensure that all required dependencies for the ItemReader to run are provided after all properties have been set.
afterPropertiesSet() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Apply the provided properties to create a delegate handler.
afterPropertiesSet() - Method in class org.springframework.batch.support.SystemPropertyInitializer
Sets the System property with the provided name and default value.
aggregate(Collection<T>) - Method in class org.springframework.batch.item.file.transform.RecursiveCollectionLineAggregator
 
aggregate(T) - Method in class org.springframework.batch.item.file.transform.ExtractorLineAggregator
Extract fields from the given item using the FieldExtractor and then aggregate them.
aggregate(T) - Method in interface org.springframework.batch.item.file.transform.LineAggregator
Create a string from the value provided.
aggregate(T) - Method in class org.springframework.batch.item.file.transform.PassThroughLineAggregator
Simply convert to a String with toString().
AmqpItemReader<T> - Class in org.springframework.batch.item.amqp
AMQP ItemReader implementation using an AmqpTemplate to receive and/or convert messages.
AmqpItemReader(AmqpTemplate) - Constructor for class org.springframework.batch.item.amqp.AmqpItemReader
Initialize the AmqpItemReader.
AmqpItemReaderBuilder<T> - Class in org.springframework.batch.item.amqp.builder
A builder implementation for the AmqpItemReader
AmqpItemReaderBuilder() - Constructor for class org.springframework.batch.item.amqp.builder.AmqpItemReaderBuilder
 
AmqpItemWriter<T> - Class in org.springframework.batch.item.amqp
AMQP ItemWriter implementation using an AmqpTemplate to send messages.
AmqpItemWriter(AmqpTemplate) - Constructor for class org.springframework.batch.item.amqp.AmqpItemWriter
 
AmqpItemWriterBuilder<T> - Class in org.springframework.batch.item.amqp.builder
A builder implementation for the AmqpItemWriter
AmqpItemWriterBuilder() - Constructor for class org.springframework.batch.item.amqp.builder.AmqpItemWriterBuilder
 
amqpTemplate(AmqpTemplate) - Method in class org.springframework.batch.item.amqp.builder.AmqpItemReaderBuilder
Establish the amqpTemplate to be used by the AmqpItemReader.
amqpTemplate(AmqpTemplate) - Method in class org.springframework.batch.item.amqp.builder.AmqpItemWriterBuilder
Establish the amqpTemplate to be used by the AmqpItemWriter.
and(boolean) - Method in enum class org.springframework.batch.repeat.RepeatStatus
 
AnnotationMethodResolver - Class in org.springframework.batch.support
MethodResolver implementation that finds a single Method on the given Class that contains the specified annotation type.
AnnotationMethodResolver(Class<? extends Annotation>) - Constructor for class org.springframework.batch.support.AnnotationMethodResolver
Create a MethodResolver for the specified Method-level annotation type.
append - Variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
append(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
If set to true and the file exists, the output will be appended to the existing file.
append(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
If set to true and the file exists, the output will be appended to the existing file.
applyStatementSettings(PreparedStatement) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement), applying statement settings such as fetch size, max rows, and query timeout.
arguments(Object...) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Arguments to be passed to the data providing method.
arguments(List<?>) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Arguments to be passed to the data providing method.
ArrayFieldSetMapper - Class in org.springframework.batch.item.file.mapping
A basic array mapper, returning the values backing a fieldset.
ArrayFieldSetMapper() - Constructor for class org.springframework.batch.item.file.mapping.ArrayFieldSetMapper
 
ASCENDING - Enum constant in enum class org.springframework.batch.item.database.Order
 
assertUpdates - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
assertUpdates(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
If set to true, confirms that every insert results in the update of at least one row in the database.
attributeNames() - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
AvroItemReader<T> - Class in org.springframework.batch.item.avro
An ItemReader that deserializes data from a Resource containing serialized Avro objects.
AvroItemReader(Resource, Class<T>) - Constructor for class org.springframework.batch.item.avro.AvroItemReader
 
AvroItemReader(Resource, Resource) - Constructor for class org.springframework.batch.item.avro.AvroItemReader
 
AvroItemReaderBuilder<T> - Class in org.springframework.batch.item.avro.builder
A builder implementation for the AvroItemReader.
AvroItemReaderBuilder() - Constructor for class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
 
AvroItemWriter<T> - Class in org.springframework.batch.item.avro
An ItemWriter that serializes data to an WritableResource using Avro.
AvroItemWriter(WritableResource, Class<T>) - Constructor for class org.springframework.batch.item.avro.AvroItemWriter
This constructor will create an ItemWriter that does not embedded Avro schema.
AvroItemWriter(WritableResource, Resource, Class<T>) - Constructor for class org.springframework.batch.item.avro.AvroItemWriter
 
AvroItemWriterBuilder<T> - Class in org.springframework.batch.item.avro.builder
A builder implementation for the AvroItemWriter.
AvroItemWriterBuilder() - Constructor for class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
 

B

beanFactory(BeanFactory) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configures the BeanFactory used to create the beans that are returned as items.
beanMapped() - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
beanMapperStrict(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
If set to true, mapping will fail if the FieldSet contains fields that cannot be mapped to the bean.
BeanPropertyItemSqlParameterSourceProvider<T> - Class in org.springframework.batch.item.database
A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties that correspond to names used for parameters in the SQL statement.
BeanPropertyItemSqlParameterSourceProvider() - Constructor for class org.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider
 
beanRowMapper(Class<T>) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Creates a BeanPropertyRowMapper to be used as your RowMapper.
beanRowMapper(Class<T>) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
Creates a BeanPropertyRowMapper to be used as your RowMapper.
BeanValidatingItemProcessor<T> - Class in org.springframework.batch.item.validator
A ValidatingItemProcessor that uses the Bean Validation API (JSR-303) to validate items.
BeanValidatingItemProcessor() - Constructor for class org.springframework.batch.item.validator.BeanValidatingItemProcessor
Create a new instance of BeanValidatingItemProcessor with the default configuration.
BeanValidatingItemProcessor(LocalValidatorFactoryBean) - Constructor for class org.springframework.batch.item.validator.BeanValidatingItemProcessor
Create a new instance of BeanValidatingItemProcessor.
BeanWrapperFieldExtractor<T> - Class in org.springframework.batch.item.file.transform
This is a field extractor for a java bean.
BeanWrapperFieldExtractor() - Constructor for class org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor
 
BeanWrapperFieldSetMapper<T> - Class in org.springframework.batch.item.file.mapping
FieldSetMapper implementation based on bean property paths.
BeanWrapperFieldSetMapper() - Constructor for class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
 
before(RepeatContext) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
 
before(RepeatContext) - Method in class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
before(RepeatContext) - Method in interface org.springframework.batch.repeat.RepeatListener
Called by the framework before each batch item.
begin(T) - Method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
Make a copy of the target that can be used inside a transaction to isolate changes from the original.
bufferedReaderFactory(BufferedReaderFactory) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure a custom BufferedReaderFactory for the reader.
BufferedReaderFactory - Interface in org.springframework.batch.item.file
A factory strategy for custom extensions of BufferedReader allowing customisation of the standard behaviour of the java.io variety.
build() - Method in class org.springframework.batch.item.amqp.builder.AmqpItemReaderBuilder
Validates and builds a AmqpItemReader.
build() - Method in class org.springframework.batch.item.amqp.builder.AmqpItemWriterBuilder
Validates and builds a AmqpItemWriter.
build() - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Build an instance of AvroItemReader.
build() - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
Build an instance of AvroItemWriter.
build() - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Validates and builds a MongoItemReader.
build() - Method in class org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Validates and builds a MongoItemWriter.
build() - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Returns a fully constructed Neo4jItemReader.
build() - Method in class org.springframework.batch.item.data.builder.Neo4jItemWriterBuilder
Deprecated.
Validates and builds a Neo4jItemWriter.
build() - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
build() - Method in class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder
build() - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Returns a fully constructed HibernateCursorItemReader.
build() - Method in class org.springframework.batch.item.database.builder.HibernateItemWriterBuilder
Deprecated.
Returns a fully built HibernateItemWriter
build() - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Returns a fully constructed HibernatePagingItemReader.
build() - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
Validates configuration and builds the JdbcBatchItemWriter.
build() - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Validates configuration and builds a new reader instance.
build() - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
Provides a completely built instance of the JdbcPagingItemReader
build() - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
Returns a fully constructed JpaCursorItemReader.
build() - Method in class org.springframework.batch.item.database.builder.JpaItemWriterBuilder
Returns a fully built JpaItemWriter.
build() - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
Returns a fully constructed JpaPagingItemReader.
build() - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Validates configuration and builds a new reader instance
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Builds the FlatFileItemReader.
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
Validates and builds a FlatFileItemWriter.
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
 
build() - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
 
build() - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
build() - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
build() - Method in class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
Returns a fully constructed JmsItemReader.
build() - Method in class org.springframework.batch.item.jms.builder.JmsItemWriterBuilder
Returns a fully constructed JmsItemWriter.
build() - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
Validate the configuration and build a new JsonFileItemWriter.
build() - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Validate the configuration and build a new JsonItemReader.
build() - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
 
build() - Method in class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
Validates and builds a KafkaItemWriter.
build() - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Returns a fully constructed LdifReader.
build() - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Returns a fully constructed MappingLdifReader.
build() - Method in class org.springframework.batch.item.mail.builder.SimpleMailMessageItemWriterBuilder
Returns a fully constructed SimpleMailMessageItemWriter.
build() - Method in class org.springframework.batch.item.support.builder.ClassifierCompositeItemProcessorBuilder
Returns a fully constructed ClassifierCompositeItemProcessor.
build() - Method in class org.springframework.batch.item.support.builder.ClassifierCompositeItemWriterBuilder
Returns a fully constructed ClassifierCompositeItemWriter.
build() - Method in class org.springframework.batch.item.support.builder.CompositeItemProcessorBuilder
Returns a fully constructed CompositeItemProcessor.
build() - Method in class org.springframework.batch.item.support.builder.CompositeItemWriterBuilder
Returns a fully constructed CompositeItemWriter.
build() - Method in class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Returns a fully constructed ScriptItemProcessor.
build() - Method in class org.springframework.batch.item.support.builder.SingleItemPeekableItemReaderBuilder
Returns a fully constructed SingleItemPeekableItemReader.
build() - Method in class org.springframework.batch.item.support.builder.SynchronizedItemStreamReaderBuilder
Returns a fully constructed SynchronizedItemStreamReader.
build() - Method in class org.springframework.batch.item.support.builder.SynchronizedItemStreamWriterBuilder
Returns a fully constructed SynchronizedItemStreamWriter.
build() - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Validates the configuration and builds a new StaxEventItemReader
build() - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Returns a configured StaxEventItemWriter
buildSortClause(Map<String, Order>) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortClause(AbstractSqlPagingQueryProvider) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generates ORDER BY attributes based on the sort keys.
buildSortConditions(AbstractSqlPagingQueryProvider, StringBuilder) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Appends the where conditions required to query for the subsequent pages.

C

canContinue(RepeatStatus) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Check return value from batch operation.
Chunk<W> - Class in org.springframework.batch.item
Encapsulation of a list of items to be processed and possibly a list of failed items to be skipped.
Chunk(List<? extends W>) - Constructor for class org.springframework.batch.item.Chunk
 
Chunk(List<? extends W>, List<SkipWrapper<W>>) - Constructor for class org.springframework.batch.item.Chunk
 
Chunk(W...) - Constructor for class org.springframework.batch.item.Chunk
 
Chunk.ChunkIterator - Class in org.springframework.batch.item
Special iterator for a chunk providing the Chunk.ChunkIterator.remove(Throwable) method for dynamically removing an item and adding it to the skips.
ChunkIterator(List<W>) - Constructor for class org.springframework.batch.item.Chunk.ChunkIterator
 
classifier(Classifier<? super I, ItemProcessor<?, ? extends O>>) - Method in class org.springframework.batch.item.support.builder.ClassifierCompositeItemProcessorBuilder
Establishes the classifier that will determine which ItemProcessor to use.
classifier(Classifier<T, ItemWriter<? super T>>) - Method in class org.springframework.batch.item.support.builder.ClassifierCompositeItemWriterBuilder
Establish the classifier to be used for the selection of which ItemWriter to use.
Classifier - Annotation Interface in org.springframework.batch.support.annotation
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 with no replacement. Scheduled for removal in 5.2.
ClassifierCompositeItemProcessor<I,O> - Class in org.springframework.batch.item.support
Calls one of a collection of ItemProcessors, based on a router pattern implemented through the provided Classifier.
ClassifierCompositeItemProcessor() - Constructor for class org.springframework.batch.item.support.ClassifierCompositeItemProcessor
 
ClassifierCompositeItemProcessorBuilder<I,O> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified ClassifierCompositeItemProcessor.
ClassifierCompositeItemProcessorBuilder() - Constructor for class org.springframework.batch.item.support.builder.ClassifierCompositeItemProcessorBuilder
 
ClassifierCompositeItemWriter<T> - Class in org.springframework.batch.item.support
Calls one of a collection of ItemWriters for each item, based on a router pattern implemented through the provided Classifier.
ClassifierCompositeItemWriter() - Constructor for class org.springframework.batch.item.support.ClassifierCompositeItemWriter
 
ClassifierCompositeItemWriterBuilder<T> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified ClassifierCompositeItemWriter.
ClassifierCompositeItemWriterBuilder() - Constructor for class org.springframework.batch.item.support.builder.ClassifierCompositeItemWriterBuilder
 
cleanupOnClose(Connection) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Clean up resources.
cleanupOnClose(Connection) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
Close the cursor and database connection.
cleanupOnClose(Connection) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Close the cursor and database connection.
clear() - Method in class org.springframework.batch.item.Chunk
Clear the items down to signal that we are done.
clear() - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Clear the session if stateful.
clear() - Static method in class org.springframework.batch.repeat.support.RepeatSynchronizationManager
Clear the current context at the end of a batch - should only be used by RepeatOperations implementations.
clearDirtyFlag() - Method in class org.springframework.batch.item.ExecutionContext
Clears the dirty flag.
clearSession(boolean) - Method in class org.springframework.batch.item.database.builder.HibernateItemWriterBuilder
Deprecated.
If set to false, the Session will not be cleared at the end of the chunk.
clearSkips() - Method in class org.springframework.batch.item.Chunk
Clear only the skips list.
close() - Method in class org.springframework.batch.item.avro.AvroItemWriter
 
close() - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Close the open session (stateful or otherwise).
close() - Method in class org.springframework.batch.item.file.MultiResourceItemReader
Close the MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream) reader and reset instance variable values.
close() - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
 
close() - Method in interface org.springframework.batch.item.ItemStream
If any resources are needed for the stream to operate they need to be destroyed here.
close() - Method in class org.springframework.batch.item.ItemStreamSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 in favor of ItemStream.close(). Scheduled for removal in 5.2.
close() - Method in class org.springframework.batch.item.json.GsonJsonObjectReader
 
close() - Method in class org.springframework.batch.item.json.JacksonJsonObjectReader
 
close() - Method in interface org.springframework.batch.item.json.JsonObjectReader
Close the input resource.
close() - Method in class org.springframework.batch.item.kafka.KafkaItemReader
 
close() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
 
close() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
Close the open resource and reset counters.
close() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
close() - Method in class org.springframework.batch.item.support.CompositeItemStream
Broadcast the call to close.
close() - Method in class org.springframework.batch.item.support.CompositeItemWriter
 
close() - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
If the delegate is an ItemStream, just pass the call on, otherwise reset the peek cache.
close() - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
close() - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
 
close() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
close() - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
close() - Method in class org.springframework.batch.item.xml.stax.NoStartEndDocumentStreamWriter
 
close() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Flush and close the output source.
close() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
close() - Method in interface org.springframework.batch.repeat.RepeatContext
Allow resources to be cleared, especially in destruction callbacks.
close() - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
 
close(RepeatContext) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
 
close(RepeatContext) - Method in class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
close(RepeatContext) - Method in interface org.springframework.batch.repeat.RepeatListener
Called once at the end of a complete batch, after normal or abnormal completion (i.e.
collection(String) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Establish an optional collection that can be queried.
collection(String) - Method in class org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Set the name of the Mongo collection to be written to.
ColumnMapItemPreparedStatementSetter - Class in org.springframework.batch.item.database.support
Implementation of the ItemPreparedStatementSetter interface that assumes all keys are contained within a Map with the column name as the key.
ColumnMapItemPreparedStatementSetter() - Constructor for class org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter
 
columnMapped() - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
columns(Range...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
The column ranges for each field
comments - Variable in class org.springframework.batch.item.file.FlatFileItemReader
 
comments(String...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Set an array of Strings that indicate lines that are comments (and therefore skipped by the reader).
commit(T, T) - Method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
Take the working copy state and commit it back to the original target.
comparator(Comparator<Resource>) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
Used to order the injected resources, by default compares Resource.getFilename() values.
compare(Resource, Resource) - Method in class org.springframework.batch.support.LastModifiedResourceComparator
Compare the two resources by last modified time, so that a sorted list of resources will have oldest first.
CompletionPolicy - Interface in org.springframework.batch.repeat
Interface for batch completion policies, to enable batch operations to strategise normal completion conditions.
CompletionPolicySupport - Class in org.springframework.batch.repeat.policy
Very simple base class for CompletionPolicy implementations.
CompletionPolicySupport() - Constructor for class org.springframework.batch.repeat.policy.CompletionPolicySupport
 
CompositeBatchContext(RepeatContext, List<RepeatContext>) - Constructor for class org.springframework.batch.repeat.policy.CompositeCompletionPolicy.CompositeBatchContext
 
CompositeCompletionPolicy - Class in org.springframework.batch.repeat.policy
Composite policy that loops through a list of delegate policies and answers calls by a consensus.
CompositeCompletionPolicy() - Constructor for class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
 
CompositeCompletionPolicy.CompositeBatchContext - Class in org.springframework.batch.repeat.policy
Composite context that knows about the policies and contexts is was created with.
CompositeExceptionHandler - Class in org.springframework.batch.repeat.exception
Composite ExceptionHandler that loops though a list of delegates.
CompositeExceptionHandler() - Constructor for class org.springframework.batch.repeat.exception.CompositeExceptionHandler
 
CompositeItemProcessor<I,O> - Class in org.springframework.batch.item.support
Composite ItemProcessor that passes the item through a sequence of injected ItemTransformers (return value of previous transformation is the entry value of the next).

Note the user is responsible for injecting a chain of ItemProcessors that conforms to declared input and output types.
CompositeItemProcessor() - Constructor for class org.springframework.batch.item.support.CompositeItemProcessor
Default constructor
CompositeItemProcessor(List<? extends ItemProcessor<?, ?>>) - Constructor for class org.springframework.batch.item.support.CompositeItemProcessor
Convenience constructor for setting the delegates.
CompositeItemProcessor(ItemProcessor<?, ?>...) - Constructor for class org.springframework.batch.item.support.CompositeItemProcessor
Convenience constructor for setting the delegates.
CompositeItemProcessorBuilder<I,O> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified CompositeItemProcessorBuilder.
CompositeItemProcessorBuilder() - Constructor for class org.springframework.batch.item.support.builder.CompositeItemProcessorBuilder
 
CompositeItemStream - Class in org.springframework.batch.item.support
Simple ItemStream that delegates to a list of other streams.
CompositeItemStream() - Constructor for class org.springframework.batch.item.support.CompositeItemStream
Default constructor
CompositeItemStream(List<ItemStream>) - Constructor for class org.springframework.batch.item.support.CompositeItemStream
Convenience constructor for setting the ItemStreams.
CompositeItemStream(ItemStream...) - Constructor for class org.springframework.batch.item.support.CompositeItemStream
Convenience constructor for setting the ItemStreams.
CompositeItemWriter<T> - Class in org.springframework.batch.item.support
Calls a collection of ItemWriters in fixed-order sequence.

The implementation is thread-safe if all delegates are thread-safe.
CompositeItemWriter() - Constructor for class org.springframework.batch.item.support.CompositeItemWriter
Default constructor
CompositeItemWriter(List<ItemWriter<? super T>>) - Constructor for class org.springframework.batch.item.support.CompositeItemWriter
Convenience constructor for setting the delegates.
CompositeItemWriter(ItemWriter<? super T>...) - Constructor for class org.springframework.batch.item.support.CompositeItemWriter
Convenience constructor for setting the delegates.
CompositeItemWriterBuilder<T> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified CompositeItemWriter.
CompositeItemWriterBuilder() - Constructor for class org.springframework.batch.item.support.builder.CompositeItemWriterBuilder
 
CompositeRepeatListener - Class in org.springframework.batch.repeat.listener
Allows a user to register one or more RepeatListeners to be notified on batch events.
CompositeRepeatListener() - Constructor for class org.springframework.batch.repeat.listener.CompositeRepeatListener
Default constructor
CompositeRepeatListener(List<RepeatListener>) - Constructor for class org.springframework.batch.repeat.listener.CompositeRepeatListener
Convenience constructor for setting the RepeatListeners.
CompositeRepeatListener(RepeatListener...) - Constructor for class org.springframework.batch.repeat.listener.CompositeRepeatListener
Convenience constructor for setting the RepeatListeners.
connectionAutoCommit(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Set whether "autoCommit" should be overridden for the connection used by the cursor.
consumerProperties(Properties) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
Configure the underlying consumer properties.
containsKey(String) - Method in class org.springframework.batch.item.ExecutionContext
Indicates whether or not a key is represented in this context.
containsValue(Object) - Method in class org.springframework.batch.item.ExecutionContext
Indicates whether or not a value is represented in this context.
CONTINUABLE - Enum constant in enum class org.springframework.batch.repeat.RepeatStatus
Indicates that processing can continue.
continueIf(boolean) - Static method in enum class org.springframework.batch.repeat.RepeatStatus
 
ConversionException - Exception in org.springframework.batch.item.file.transform
 
ConversionException(String) - Constructor for exception org.springframework.batch.item.file.transform.ConversionException
 
convert(V) - Method in class org.springframework.batch.item.SpELItemKeyMapper
 
COUNT - Static variable in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
Session key for global counter.
CountingBatchContext(RepeatContext) - Constructor for class org.springframework.batch.repeat.policy.CountingCompletionPolicy.CountingBatchContext
 
CountingCompletionPolicy - Class in org.springframework.batch.repeat.policy
Abstract base class for policies that need to count the number of occurrences of some event (e.g.
CountingCompletionPolicy() - Constructor for class org.springframework.batch.repeat.policy.CountingCompletionPolicy
 
CountingCompletionPolicy.CountingBatchContext - Class in org.springframework.batch.repeat.policy
 
countParameterPlaceholders(String, List<String>) - Static method in class org.springframework.batch.item.database.JdbcParameterUtils
Count the occurrences of the character placeholder in an SQL string sql.
create(String[]) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSetFactory
Create a FieldSet with anonymous tokens.
create(String[]) - Method in interface org.springframework.batch.item.file.transform.FieldSetFactory
Create a FieldSet with anonymous tokens.
create(String[], String[]) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSetFactory
Create a FieldSet with named tokens.
create(String[], String[]) - Method in interface org.springframework.batch.item.file.transform.FieldSetFactory
Create a FieldSet with named tokens.
create(Resource, String) - Method in interface org.springframework.batch.item.file.BufferedReaderFactory
Create a BufferedReader for reading String items from the provided resource.
create(Resource, String) - Method in class org.springframework.batch.item.file.DefaultBufferedReaderFactory
 
create(Resource, String) - Method in class org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory
 
createAppendOnlyTransactionalList() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createAppendOnlyTransactionalMap() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createAppendOnlyTransactionalSet() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createBinder(Object) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Create a binder for the target object.
createInternalState(RepeatContext) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Create an internal state object that is used to store data needed internally in the scope of an iteration.
createInternalState(RepeatContext) - Method in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
 
createNewFile(File) - Static method in class org.springframework.batch.item.util.FileUtils
Create a new file if it doesn't already exist.
createQuery() - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Open appropriate type of hibernate session and create the query.
createQuery() - Method in class org.springframework.batch.item.database.orm.HibernateNativeQueryProvider
Deprecated.
Create an NativeQuery from the session provided (preferring stateless if both are available).
createQuery() - Method in interface org.springframework.batch.item.database.orm.HibernateQueryProvider
Deprecated.
Create the query object which type will be determined by the underline implementation (e.g.
createQuery() - Method in class org.springframework.batch.item.database.orm.JpaNamedQueryProvider
 
createQuery() - Method in class org.springframework.batch.item.database.orm.JpaNativeQueryProvider
 
createQuery() - Method in interface org.springframework.batch.item.database.orm.JpaQueryProvider
Create the query object.
createSqlParameterSource(T) - Method in class org.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider
Provide parameter values in an BeanPropertySqlParameterSource based on values from the provided item.
createSqlParameterSource(T) - Method in interface org.springframework.batch.item.database.ItemSqlParameterSourceProvider
Provide parameter values in an SqlParameterSource based on values from the provided item.
createStaxResult() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Subclasses can override to customize the STAX result.
createTransactionalList() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createTransactionalList(List<T>) - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createTransactionalMap() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createTransactionalMap(Map<K, V>) - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createTransactionalSet() - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createTransactionalSet(Set<T>) - Static method in class org.springframework.batch.support.transaction.TransactionAwareProxyFactory
 
createXmlEventFactory() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Subclasses can override to customize the event factory.
createXmlEventWriter(XMLOutputFactory, Writer) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Subclasses can override to customize the writer.
createXmlOutputFactory() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Subclasses can override to customize the factory.
currentItemCount(int) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Index for the current item.
currentItemCount(int) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Index for the current item.
customEditors(Map<Class<?>, PropertyEditor>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Register custom type converters for beans being mapped.

D

DatabaseType - Enum Class in org.springframework.batch.support
Enum representing a database type, such as DB2 or oracle.
DataFieldMaxValueIncrementerFactory - Interface in org.springframework.batch.item.database.support
Factory for creating DataFieldMaxValueIncrementer implementations based upon a provided string.
dataSource(DataSource) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
Configure the DataSource to be used.
dataSource(DataSource) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The DataSource to read from
dataSource(DataSource) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The DataSource to query against.
dataSource(DataSource) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The DataSource to read from
DB2 - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
DB2AS400 - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
Db2PagingQueryProvider - Class in org.springframework.batch.item.database.support
DB2 implementation of a PagingQueryProvider using database specific features.
Db2PagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.Db2PagingQueryProvider
 
DB2VSE - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
DB2ZOS - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
DEBUG - Enum constant in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Key for Classifier signalling that the throwable should be logged at debug level.
DEFAULT_CHARSET - Static variable in class org.springframework.batch.item.file.FlatFileItemReader
 
DEFAULT_CHARSET - Static variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
DEFAULT_CHUNK_SIZE - Static variable in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
DEFAULT_COMMENT_PREFIXES - Static variable in class org.springframework.batch.item.file.FlatFileItemReader
 
DEFAULT_ENCODING - Static variable in class org.springframework.batch.item.xml.StaxEventItemReader
 
DEFAULT_ENCODING - Static variable in class org.springframework.batch.item.xml.StaxEventItemWriter
 
DEFAULT_LINE_SEPARATOR - Static variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
DEFAULT_QUOTE_CHARACTER - Static variable in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Convenient constant for the common case of a " character used to escape delimiters or line endings.
DEFAULT_ROOT_TAG_NAME - Static variable in class org.springframework.batch.item.xml.StaxEventItemWriter
 
DEFAULT_STANDALONE_DOCUMENT - Static variable in class org.springframework.batch.item.xml.StaxEventItemWriter
 
DEFAULT_SUFFIX - Static variable in class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
Default value for record terminator suffix.
DEFAULT_THROTTLE_LIMIT - Static variable in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
Default limit for maximum number of concurrent unfinished results allowed by the template.
DEFAULT_TIMEOUT - Static variable in class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy
Default timeout value in milliseconds (the value equivalent to 30 seconds).
DEFAULT_TRANSACTIONAL - Static variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
DEFAULT_XML_VERSION - Static variable in class org.springframework.batch.item.xml.StaxEventItemWriter
 
DefaultBufferedReaderFactory - Class in org.springframework.batch.item.file
 
DefaultBufferedReaderFactory() - Constructor for class org.springframework.batch.item.file.DefaultBufferedReaderFactory
 
DefaultDataFieldMaxValueIncrementerFactory - Class in org.springframework.batch.item.database.support
Default implementation of the DataFieldMaxValueIncrementerFactory interface.
DefaultDataFieldMaxValueIncrementerFactory(DataSource) - Constructor for class org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory
 
DefaultExceptionHandler - Class in org.springframework.batch.repeat.exception
Default implementation of ExceptionHandler - just re-throws the exception it encounters.
DefaultExceptionHandler() - Constructor for class org.springframework.batch.repeat.exception.DefaultExceptionHandler
 
DefaultFieldSet - Class in org.springframework.batch.item.file.transform
Default implementation of FieldSet using Java using Java primitive and standard types and utilities.
DefaultFieldSet(String[]) - Constructor for class org.springframework.batch.item.file.transform.DefaultFieldSet
Create a FieldSet with anonymous tokens.
DefaultFieldSet(String[], String[]) - Constructor for class org.springframework.batch.item.file.transform.DefaultFieldSet
Create a FieldSet with named tokens.
DefaultFieldSetFactory - Class in org.springframework.batch.item.file.transform
Default implementation of FieldSetFactory with no special knowledge of the FieldSet required.
DefaultFieldSetFactory() - Constructor for class org.springframework.batch.item.file.transform.DefaultFieldSetFactory
 
DefaultFragmentEventReader - Class in org.springframework.batch.item.xml.stax
Default implementation of FragmentEventReader
DefaultFragmentEventReader(XMLEventReader) - Constructor for class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
Caches the StartDocument event for later use.
DefaultLineMapper<T> - Class in org.springframework.batch.item.file.mapping
Two-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed by mapping to item.
DefaultLineMapper() - Constructor for class org.springframework.batch.item.file.mapping.DefaultLineMapper
 
DefaultMailErrorHandler - Class in org.springframework.batch.item.mail
This MailErrorHandler implementation simply rethrows the exception it receives.
DefaultMailErrorHandler() - Constructor for class org.springframework.batch.item.mail.DefaultMailErrorHandler
 
DefaultPropertyEditorRegistrar - Class in org.springframework.batch.support
A re-usable PropertyEditorRegistrar that can be used wherever one needs to register custom PropertyEditor instances with a PropertyEditorRegistry (like a bean wrapper, or a type converter).
DefaultPropertyEditorRegistrar() - Constructor for class org.springframework.batch.support.DefaultPropertyEditorRegistrar
 
DefaultRecordSeparatorPolicy - Class in org.springframework.batch.item.file.separator
A RecordSeparatorPolicy that treats all lines as record endings, as long as they do not have unterminated quotes, and do not end in a continuation marker.
DefaultRecordSeparatorPolicy() - Constructor for class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Default constructor.
DefaultRecordSeparatorPolicy(String) - Constructor for class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Convenient constructor with quote character as parameter.
DefaultRecordSeparatorPolicy(String, String) - Constructor for class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Convenient constructor with quote character and continuation marker as parameters.
DefaultResultCompletionPolicy - Class in org.springframework.batch.repeat.policy
Very simple CompletionPolicy that bases its decision on the result of a batch operation.
DefaultResultCompletionPolicy() - Constructor for class org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy
 
delegate(ResourceAwareItemReaderItemStream<? extends T>) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
Establishes the delegate to use for reading the resources provided.
delegate(ResourceAwareItemWriterItemStream<? super T>) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
Delegate used for actual writing of the output.
delegate(ItemReader<T>) - Method in class org.springframework.batch.item.support.builder.SingleItemPeekableItemReaderBuilder
The item reader to use as a delegate.
delegate(ItemStreamReader<T>) - Method in class org.springframework.batch.item.support.builder.SynchronizedItemStreamReaderBuilder
The item stream reader to use as a delegate.
delegate(ItemStreamWriter<T>) - Method in class org.springframework.batch.item.support.builder.SynchronizedItemStreamWriterBuilder
Set the delegate ItemStreamWriter.
delegates(List<? extends ItemProcessor<?, ?>>) - Method in class org.springframework.batch.item.support.builder.CompositeItemProcessorBuilder
Establishes the ItemProcessor delegates that will work on the item to be processed.
delegates(List<ItemWriter<? super T>>) - Method in class org.springframework.batch.item.support.builder.CompositeItemWriterBuilder
The list of item writers to use as delegates.
delegates(ItemProcessor<?, ?>...) - Method in class org.springframework.batch.item.support.builder.CompositeItemProcessorBuilder
Establishes the ItemProcessor delegates that will work on the item to be processed.
delegates(ItemWriter<? super T>...) - Method in class org.springframework.batch.item.support.builder.CompositeItemWriterBuilder
The item writers to use as delegates.
delete - Variable in class org.springframework.batch.item.KeyValueItemWriter
 
delete(boolean) - Method in class org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Indicates if the items being passed to the writer are to be saved or removed from the data store.
delete(boolean) - Method in class org.springframework.batch.item.data.builder.Neo4jItemWriterBuilder
Deprecated.
Boolean flag indicating whether the writer should save or delete the item at write time.
delete(boolean) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
Indicate if the items being passed to the writer are all to be sent as delete events to the topic.
delimited() - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
delimited() - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
DelimitedBuilder(FlatFileItemReaderBuilder<T>) - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
 
DelimitedBuilder(FlatFileItemWriterBuilder<T>) - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
 
DelimitedLineAggregator<T> - Class in org.springframework.batch.item.file.transform
A LineAggregator implementation that converts an object into a delimited list of strings.
DelimitedLineAggregator() - Constructor for class org.springframework.batch.item.file.transform.DelimitedLineAggregator
 
DelimitedLineTokenizer - Class in org.springframework.batch.item.file.transform
A LineTokenizer implementation that splits the input String on a configurable delimiter.
DelimitedLineTokenizer() - Constructor for class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Create a new instance of the DelimitedLineTokenizer class for the common case where the delimiter is a comma.
DelimitedLineTokenizer(String) - Constructor for class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Create a new instance of the DelimitedLineTokenizer class.
delimiter(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
Define the delimiter for the file.
delimiter(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
Define the delimiter for the file.
DELIMITER_COMMA - Static variable in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Convenient constant for the common case of a comma delimiter.
DELIMITER_TAB - Static variable in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Convenient constant for the common case of a tab delimiter.
DERBY - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
DerbyPagingQueryProvider - Class in org.springframework.batch.item.database.support
Derby implementation of a PagingQueryProvider using standard SQL:2003 windowing functions.
DerbyPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
DESCENDING - Enum constant in enum class org.springframework.batch.item.database.Order
 
DirectPoller<S> - Class in org.springframework.batch.poller
A Poller that uses the callers thread to poll for a result as soon as it is asked for.
DirectPoller(long) - Constructor for class org.springframework.batch.poller.DirectPoller
 
distanceLimit(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configures the maximum tolerance between the actual spelling of a field's name and the property's name.
doAggregate(Object[]) - Method in class org.springframework.batch.item.file.transform.DelimitedLineAggregator
 
doAggregate(Object[]) - Method in class org.springframework.batch.item.file.transform.ExtractorLineAggregator
Aggregate provided fields into single String.
doAggregate(Object[]) - Method in class org.springframework.batch.item.file.transform.FormatterLineAggregator
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doClose() - Method in class org.springframework.batch.item.avro.AvroItemReader
 
doClose() - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
doClose() - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
doClose() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Close the cursor and database connection.
doClose() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
 
doClose() - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Close the cursor and hibernate session.
doClose() - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
 
doClose() - Method in class org.springframework.batch.item.database.JpaCursorItemReader
 
doClose() - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
doClose() - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
doClose() - Method in class org.springframework.batch.item.json.JsonItemReader
 
doClose() - Method in class org.springframework.batch.item.ldif.LdifReader
 
doClose() - Method in class org.springframework.batch.item.ldif.MappingLdifReader
 
doClose() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
doClose() - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doGetTransaction() - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doInIteration(RepeatContext) - Method in class org.springframework.batch.repeat.callback.NestedRepeatCallback
Simply calls template.execute(callback).
doInIteration(RepeatContext) - Method in interface org.springframework.batch.repeat.RepeatCallback
Implementations return true if they can continue processing - e.g.
doOpen() - Method in class org.springframework.batch.item.avro.AvroItemReader
 
doOpen() - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
doOpen() - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
doOpen() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Execute the statement to open the cursor.
doOpen() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
 
doOpen() - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Open hibernate session and create a forward-only cursor for the query.
doOpen() - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
 
doOpen() - Method in class org.springframework.batch.item.database.JpaCursorItemReader
 
doOpen() - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
doOpen() - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
doOpen() - Method in class org.springframework.batch.item.json.JsonItemReader
 
doOpen() - Method in class org.springframework.batch.item.ldif.LdifReader
 
doOpen() - Method in class org.springframework.batch.item.ldif.MappingLdifReader
 
doOpen() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
Open resources necessary to start reading input.
doOpen() - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
doPageRead() - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
Method this ItemStreamReader delegates to for the actual work of reading a page.
doPageRead() - Method in class org.springframework.batch.item.data.MongoItemReader
 
doPageRead() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
doPageRead() - Method in class org.springframework.batch.item.data.RepositoryItemReader
Performs the actual reading of a page via the repository.
doRead() - Method in class org.springframework.batch.item.avro.AvroItemReader
 
doRead() - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
doRead() - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
doRead() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Read next row and map it to item, verify cursor position if AbstractCursorItemReader.setVerifyCursorPosition(boolean) is true.
doRead() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
 
doRead() - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
 
doRead() - Method in class org.springframework.batch.item.database.JpaCursorItemReader
 
doRead() - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
doRead() - Method in class org.springframework.batch.item.json.JsonItemReader
 
doRead() - Method in class org.springframework.batch.item.ldif.LdifReader
 
doRead() - Method in class org.springframework.batch.item.ldif.MappingLdifReader
 
doRead() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
Read next item from input.
doRead() - Method in class org.springframework.batch.item.xml.StaxEventItemReader
Move to next fragment and map it to item.
doReadPage() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
 
doReadPage() - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
 
doReadPage() - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
 
doReadPage() - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
doTokenize(String) - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
 
doTokenize(String) - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Yields the tokens resulting from the splitting of the supplied line.
doTokenize(String) - Method in class org.springframework.batch.item.file.transform.FixedLengthTokenizer
Yields the tokens resulting from the splitting of the supplied line.
doTokenize(String) - Method in class org.springframework.batch.item.file.transform.RegexLineTokenizer
 
doUpdate(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
Extension point for subclasses.
doWrite(EntityManager, Chunk<? extends T>) - Method in class org.springframework.batch.item.database.JpaItemWriter
Do perform the actual write operation.
doWrite(SessionFactory, Chunk<? extends T>) - Method in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
Do perform the actual write operation using Hibernate's API.
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.MongoItemWriter
Performs the actual write to the store via the template.
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
Performs the actual write using the template.
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.RepositoryItemWriter
Performs the actual write to the repository.
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.file.FlatFileItemWriter
 
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.json.JsonFileItemWriter
 
doWrite(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Write out a string of items followed by a "new line", where the format of the new line separator is determined by the underlying operating system.
driverSupportsAbsolute(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Indicates if the JDBC driver supports setting the absolute row on the ResultSet.
driverSupportsAbsolute(boolean) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Indicates if the JDBC driver supports setting the absolute row on the ResultSet.
DynamicMethodInvocationException - Exception in org.springframework.batch.item.adapter
Indicates an error has been encountered while trying to dynamically invoke a method e.g.
DynamicMethodInvocationException(String, Throwable) - Constructor for exception org.springframework.batch.item.adapter.DynamicMethodInvocationException
 
DynamicMethodInvocationException(Throwable) - Constructor for exception org.springframework.batch.item.adapter.DynamicMethodInvocationException
 

E

embeddedSchema(boolean) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Disable or enable reading an embedded Avro schema.
encoding(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure the encoding used by the reader to read the input source.
encoding(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
Encoding used for output.
encoding(String) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
Encoding used for output.
encoding(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Encoding for the input file.
encoding(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Encoding for the file.
endDocument(XMLEventWriter) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Writes the EndDocument tag manually.
entityClass(Class<T>) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
 
entityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
The EntityManagerFactory to be used for executing the configured JpaCursorItemReaderBuilder.queryString.
entityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.builder.JpaItemWriterBuilder
The JPA EntityManagerFactory to obtain an entity manager from.
entityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
The EntityManagerFactory to be used for executing the configured JpaPagingItemReaderBuilder.queryString.
entrySet() - Method in class org.springframework.batch.item.ExecutionContext
Returns the entry set containing the contents of this context.
ENVIRONMENT - Static variable in class org.springframework.batch.support.SystemPropertyInitializer
Name of system property used by default.
equals(Object) - Method in class org.springframework.batch.item.ExecutionContext
 
equals(Object) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
equals(Object) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
equals(Object) - Method in class org.springframework.batch.support.SimpleMethodInvoker
 
ERROR - Enum constant in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Key for Classifier signalling that the throwable should be logged at error level.
ExceptionHandler - Interface in org.springframework.batch.repeat.exception
Handler to allow strategies for re-throwing exceptions.
executeAfterInterceptors(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Convenience method to execute after interceptors on a callback result.
ExecutionContext - Class in org.springframework.batch.item
Object representing a context for an ItemStream.
ExecutionContext() - Constructor for class org.springframework.batch.item.ExecutionContext
Default constructor.
ExecutionContext(Map<String, Object>) - Constructor for class org.springframework.batch.item.ExecutionContext
Initializes a new execution context with the contents of another map.
ExecutionContext(ExecutionContext) - Constructor for class org.springframework.batch.item.ExecutionContext
Initializes a new ExecutionContext with the contents of another ExecutionContext.
ExecutionContextUserSupport - Class in org.springframework.batch.item.util
Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.
ExecutionContextUserSupport() - Constructor for class org.springframework.batch.item.util.ExecutionContextUserSupport
 
ExecutionContextUserSupport(String) - Constructor for class org.springframework.batch.item.util.ExecutionContextUserSupport
 
expect() - Method in class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
Tell the queue to expect one more result.
expect() - Method in class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
Tell the queue to expect one more result.
ExtendedConnectionDataSourceProxy - Class in org.springframework.batch.item.database
Implementation of SmartDataSource that is capable of keeping a single JDBC Connection which is NOT closed after each use even if Connection.close() is called.
ExtendedConnectionDataSourceProxy() - Constructor for class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
No arg constructor for use when configured using JavaBean style.
ExtendedConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Constructor that takes as a parameter with the DataSource to be wrapped.
extract(T) - Method in class org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor
 
extract(T) - Method in interface org.springframework.batch.item.file.transform.FieldExtractor
 
extract(T) - Method in class org.springframework.batch.item.file.transform.PassThroughFieldExtractor
Get an array of fields as close as possible to the input.
extract(T) - Method in class org.springframework.batch.item.file.transform.RecordFieldExtractor
 
ExtractorLineAggregator<T> - Class in org.springframework.batch.item.file.transform
An abstract LineAggregator implementation that utilizes a FieldExtractor to convert the incoming object to an array of its parts.
ExtractorLineAggregator() - Constructor for class org.springframework.batch.item.file.transform.ExtractorLineAggregator
 
extractTableAlias() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 

F

fetchSize(int) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
The number of items to be returned with each round trip to the database.
fetchSize(int) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Fetch size used internally by Hibernate to limit amount of data fetched from database per round trip.
fetchSize(int) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
A hint to the driver as to how many rows to return with each fetch.
fetchSize(int) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
A hint to the underlying RDBMS as to how many records to return with each fetch.
fetchSize(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
A hint to the driver as to how many rows to return with each fetch.
fieldExtractor(FieldExtractor<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
Set the FieldExtractor to use to extract fields from each item.
fieldExtractor(FieldExtractor<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Set the FieldExtractor to use to extract fields from each item.
FieldExtractor<T> - Interface in org.springframework.batch.item.file.transform
This class will convert an object to an array of its parts.
fields(String) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
JSON defining the fields to be returned from the matching documents by MongoDB.
FieldSet - Interface in org.springframework.batch.item.file.transform
Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
fieldSetFactory(FieldSetFactory) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
A factory for creating the resulting FieldSet.
fieldSetFactory(FieldSetFactory) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
A factory for creating the resulting FieldSet.
FieldSetFactory - Interface in org.springframework.batch.item.file.transform
Factory interface for creating FieldSet instances.
fieldSetMapper(FieldSetMapper<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
A FieldSetMapper implementation to be used.
FieldSetMapper<T> - Interface in org.springframework.batch.item.file.mapping
Interface that is used to map data obtained from a FieldSet into an object.
FileUtils - Class in org.springframework.batch.item.util
Utility methods for files used in batch processing.
findMatchingMethod() - Method in class org.springframework.batch.item.adapter.HippyMethodInvoker
 
findMethod(Class<?>) - Method in class org.springframework.batch.support.AnnotationMethodResolver
Find a single Method on the given Class that contains the annotation type for which this resolver is searching.
findMethod(Class<?>) - Method in interface org.springframework.batch.support.MethodResolver
Find a single Method on the given Class that matches this resolver's criteria.
findMethod(Class, Class<? extends Annotation>) - Static method in class org.springframework.batch.support.ReflectionUtils
Returns a Set of Method instances that are annotated with the annotation provided.
findMethod(Object) - Method in class org.springframework.batch.support.AnnotationMethodResolver
Find a single Method on the Class of the given candidate object that contains the annotation type for which this resolver is searching.
findMethod(Object) - Method in interface org.springframework.batch.support.MethodResolver
Find a single Method on the provided Object that matches this resolver's criteria.
FINISHED - Enum constant in enum class org.springframework.batch.repeat.RepeatStatus
Indicates that processing is finished (either successful or unsuccessful)
fixedLength() - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
FixedLengthBuilder(FlatFileItemReaderBuilder<T>) - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
 
FixedLengthTokenizer - Class in org.springframework.batch.item.file.transform
Tokenizer used to process data obtained from files with fixed-length format.
FixedLengthTokenizer() - Constructor for class org.springframework.batch.item.file.transform.FixedLengthTokenizer
 
FlatFileFooterCallback - Interface in org.springframework.batch.item.file
Callback interface for writing a footer to a file.
FlatFileFormatException - Exception in org.springframework.batch.item.file.transform
Exception indicating that some type of error has occurred while attempting to parse a line of input into tokens.
FlatFileFormatException(String) - Constructor for exception org.springframework.batch.item.file.transform.FlatFileFormatException
Create a new FlatFileFormatException based on a message.
FlatFileFormatException(String, String) - Constructor for exception org.springframework.batch.item.file.transform.FlatFileFormatException
Create a new FlatFileFormatException based on a message.
FlatFileFormatException(String, Throwable) - Constructor for exception org.springframework.batch.item.file.transform.FlatFileFormatException
Create a new FlatFileFormatException based on a message and another exception.
FlatFileHeaderCallback - Interface in org.springframework.batch.item.file
Callback interface for writing a header to a file.
FlatFileItemReader<T> - Class in org.springframework.batch.item.file
Restartable ItemReader that reads lines from input FlatFileItemReader.setResource(Resource).
FlatFileItemReader() - Constructor for class org.springframework.batch.item.file.FlatFileItemReader
 
FlatFileItemReaderBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder implementation for the FlatFileItemReader.
FlatFileItemReaderBuilder() - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
 
FlatFileItemReaderBuilder.DelimitedBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder for constructing a DelimitedLineTokenizer
FlatFileItemReaderBuilder.FixedLengthBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder for constructing a FixedLengthTokenizer
FlatFileItemWriter<T> - Class in org.springframework.batch.item.file
This class is an item writer that writes data to a file or stream.
FlatFileItemWriter() - Constructor for class org.springframework.batch.item.file.FlatFileItemWriter
 
FlatFileItemWriterBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder implementation for the FlatFileItemWriter
FlatFileItemWriterBuilder() - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
 
FlatFileItemWriterBuilder.DelimitedBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder for constructing a DelimitedLineAggregator
FlatFileItemWriterBuilder.FormattedBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder for constructing a FormatterLineAggregator.
FlatFileParseException - Exception in org.springframework.batch.item.file
Exception thrown when errors are encountered parsing flat files.
FlatFileParseException(String, String) - Constructor for exception org.springframework.batch.item.file.FlatFileParseException
 
FlatFileParseException(String, String, int) - Constructor for exception org.springframework.batch.item.file.FlatFileParseException
 
FlatFileParseException(String, Throwable, String, int) - Constructor for exception org.springframework.batch.item.file.FlatFileParseException
 
flush() - Method in class org.springframework.batch.item.kafka.KafkaItemWriter
 
flush() - Method in class org.springframework.batch.item.KeyValueItemWriter
Flush items to the key/value store.
flush() - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
flush() - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
 
FlushFailedException - Exception in org.springframework.batch.support.transaction
Unchecked exception indicating that an error has occurred while trying to flush a buffer.
FlushFailedException(String) - Constructor for exception org.springframework.batch.support.transaction.FlushFailedException
Create a new FlushFailedException based on a message.
FlushFailedException(String, Throwable) - Constructor for exception org.springframework.batch.support.transaction.FlushFailedException
Create a new FlushFailedException based on a message and another exception.
footerCallback(FlatFileFooterCallback) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
A callback for footer processing
footerCallback(FlatFileFooterCallback) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
A callback for footer processing.
footerCallback(StaxWriterCallback) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
A StaxWriterCallback to provide any footer elements
forceSync(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
A flag indicating that changes should be force-synced to disk on flush.
forceSync(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
A flag indicating that changes should be force-synced to disk on flush.
forceSync(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Flag to indicate that changes should be force-synced to disk on flush.
format(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Set the format string used to aggregate items
formatted() - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
FormattedBuilder(FlatFileItemWriterBuilder<T>) - Constructor for class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
 
FormatterLineAggregator<T> - Class in org.springframework.batch.item.file.transform
A LineAggregator implementation which produces a String by aggregating the provided item via the Formatter syntax.
FormatterLineAggregator() - Constructor for class org.springframework.batch.item.file.transform.FormatterLineAggregator
 
FragmentEventReader - Interface in org.springframework.batch.item.xml.stax
Interface for event readers which support treating XML fragments as standalone XML documents by wrapping the fragments with StartDocument and EndDocument events.
fromClause(String) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The SQL FROM clause for a db specific PagingQueryProvider.
fromMetaData(DataSource) - Static method in enum class org.springframework.batch.support.DatabaseType
Convenience method that pulls a database product name from the DataSource's metadata.
fromProductName(String) - Static method in enum class org.springframework.batch.support.DatabaseType
Static method to obtain a DatabaseType from the provided product name.
function() - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Indicates the stored procedure is a function
FunctionItemProcessor<I,O> - Class in org.springframework.batch.item.function
An ItemProcessor implementation that delegates to a Function
FunctionItemProcessor(Function<I, O>) - Constructor for class org.springframework.batch.item.function.FunctionItemProcessor
 

G

generateFirstPageQuery(int) - Method in interface org.springframework.batch.item.database.PagingQueryProvider
Generate the query that will provide the first page, limited by the page size.
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
Method generating the query string to be used for retrieving the first page.
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.Db2PagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.H2PagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.HanaPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.HsqlPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.MariaDBPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.MySqlPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.OraclePagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.PostgresPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.SqlitePagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.SqlServerPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
generateFirstPageQuery(int) - Method in class org.springframework.batch.item.database.support.SybasePagingQueryProvider
 
generateGroupedTopSqlQuery(AbstractSqlPagingQueryProvider, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
generateLimitCypherQuery() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
generateLimitGroupedSqlQuery(AbstractSqlPagingQueryProvider, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
generateLimitGroupedSqlQuery(AbstractSqlPagingQueryProvider, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateLimitSqlQuery(AbstractSqlPagingQueryProvider, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a LIMIT clause
generateRemainingPagesQuery(int) - Method in interface org.springframework.batch.item.database.PagingQueryProvider
Generate the query that will provide the first page, limited by the page size.
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
Method generating the query string to be used for retrieving the pages following the first page.
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.Db2PagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.H2PagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.HanaPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.HsqlPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.MariaDBPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.MySqlPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.OraclePagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.PostgresPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.SqlitePagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.SqlServerPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
generateRemainingPagesQuery(int) - Method in class org.springframework.batch.item.database.support.SybasePagingQueryProvider
 
generateRowNumSqlQuery(AbstractSqlPagingQueryProvider, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a ROW_NUM condition
generateRowNumSqlQuery(AbstractSqlPagingQueryProvider, String, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a ROW_NUM condition
generateTopSqlQuery(AbstractSqlPagingQueryProvider, boolean, String) - Static method in class org.springframework.batch.item.database.support.SqlPagingQueryUtils
Generate SQL query string using a TOP clause
get(String) - Method in class org.springframework.batch.item.ExecutionContext
Getter for the value represented by the provided key.
getActualCount() - Method in exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
getActualLength() - Method in exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
Retrieves the actual length that was recorded for this exception.
getArguments() - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
Return arguments.
getAsText() - Method in class org.springframework.batch.item.file.transform.RangeArrayPropertyEditor
 
getAttribute(String) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
getBufferSize() - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
Convenience method for clients to determine if there is any unflushed data.
getChunkSize() - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getConnection() - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
getConnection(String, String) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
getContext() - Static method in class org.springframework.batch.repeat.support.RepeatSynchronizationManager
Getter for the current context.
getCount() - Method in class org.springframework.batch.repeat.context.RepeatContextCounter
 
getCount(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
Extension point for subclasses.
getCounter() - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy.CountingBatchContext
 
getCurrentItemCount() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
getDataSource() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Public getter for the data source.
getDouble(String) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Double represented by the provided key.
getDouble(String, double) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Double represented by the provided key with default value to return if key is not represented.
getElementText() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
getEncoding() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get used encoding.
getEntityManager() - Method in class org.springframework.batch.item.database.orm.AbstractJpaQueryProvider
Getter for EntityManager
getErrors() - Method in class org.springframework.batch.item.Chunk
 
getException() - Method in class org.springframework.batch.item.SkipWrapper
Public getter for the exception.
getExceptionTranslator() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Creates a default SQLErrorCodeSQLExceptionTranslator for the specified DataSource if none is set.
getExecutionContextKey(String) - Method in class org.springframework.batch.item.ItemStreamSupport
 
getExpectedCount() - Method in exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
getExpectedLength() - Method in exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
Retrieves the expected length that was recorded for this exception.
getFieldCount() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
getFieldCount() - Method in interface org.springframework.batch.item.file.transform.FieldSet
Return the number of fields in this 'FieldSet'.
getForwardOnlyCursor(int, Map<String, Object>) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Get a cursor over all of the results, with the forward-only flag set.
getFromClause() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
getGroupClause() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
The getter for the group by clause
getIncrementer(String, String) - Method in interface org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory
Return the DataFieldMaxValueIncrementer for the provided database type.
getIncrementer(String, String) - Method in class org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory
 
getInput() - Method in exception org.springframework.batch.item.file.FlatFileParseException
 
getInput() - Method in exception org.springframework.batch.item.file.NonTransientFlatFileException
 
getInput() - Method in exception org.springframework.batch.item.file.transform.FlatFileFormatException
Retrieve the input that caused this exception.
getInput() - Method in exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
getInt(String) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Integer represented by the provided key.
getInt(String, int) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Integer represented by the provided key with default value to return if key is not represented.
getItem() - Method in class org.springframework.batch.item.SkipWrapper
Public getter for the item.
getItems() - Method in class org.springframework.batch.item.Chunk
 
getKey(Object[]) - Method in class org.springframework.batch.item.jms.JmsMethodArgumentsKeyGenerator
If the message is a Message then returns the JMS message ID.
getKey(String) - Method in class org.springframework.batch.item.util.ExecutionContextUserSupport
Prefix the argument with ExecutionContextUserSupport.getName() to create a unique key that can be safely used to identify data stored in ExecutionContext.
getLineNumber() - Method in exception org.springframework.batch.item.file.FlatFileParseException
 
getLineNumber() - Method in exception org.springframework.batch.item.file.NonTransientFlatFileException
 
getLinesWritten() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
getLoginTimeout() - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
getLogWriter() - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
getLong(String) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Long represented by the provided key.
getLong(String, long) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the Long represented by the provided key with default value to return if key is not represented.
getMax() - Method in class org.springframework.batch.item.file.transform.Range
 
getMethodInvokerByAnnotation(Class<? extends Annotation>, Object) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create MethodInvoker for the method with the provided annotation on the provided object.
getMethodInvokerByAnnotation(Class<? extends Annotation>, Object, Class<?>...) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create a MethodInvoker from the delegate based on the annotationType.
getMethodInvokerByName(Object, String, boolean, Class<?>...) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create a MethodInvoker using the provided method name to search.
getMethodInvokerForInterface(Class<?>, String, Object, Class<?>...) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create a MethodInvoker using the provided interface, and method name from that interface.
getMethodInvokerForSingleArgument(Object) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create a MethodInvoker for the delegate from a single public method.
getMin() - Method in class org.springframework.batch.item.file.transform.Range
 
getName() - Method in class org.springframework.batch.item.util.ExecutionContextUserSupport
 
getNames() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
getNames() - Method in interface org.springframework.batch.item.file.transform.FieldSet
Accessor for the names of the fields.
getNamespaceContext() - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
getNextResult(RepeatContext, RepeatCallback, RepeatInternalState) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Get the next completed result, possibly executing several callbacks until one finally finishes.
getNextResult(RepeatContext, RepeatCallback, RepeatInternalState) - Method in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
getObject() - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
getObjectType() - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
Always returns PagingQueryProvider.
getOrderedQueryAlias() - Method in class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
getOrderedQueryAlias() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
getOutputState() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
 
getOverClause() - Method in class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
getOverClause() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
getOverSubstituteClauseEnd() - Method in class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
getOverSubstituteClauseEnd() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
getOverSubstituteClauseStart() - Method in class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
getOverSubstituteClauseStart() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
getPage() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
The current page number.
getPageSize() - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
The page size configured for this reader.
getParameterCount() - Method in interface org.springframework.batch.item.database.PagingQueryProvider
The number of parameters that are declared in the query
getParameterCount() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
getParameterValues() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
getParamTypesString(Class<?>...) - Static method in class org.springframework.batch.support.MethodInvokerUtils
Create a String representation of the array of parameter types.
getParent() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
getParent() - Method in interface org.springframework.batch.repeat.RepeatContext
If batches are nested, then the inner batch will be created with the outer one as a parent.
getParentLogger() - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Added due to JDK 7 compatibility.
getPrefix(String) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
getProductName() - Method in enum class org.springframework.batch.support.DatabaseType
 
getProperties() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
getProperties() - Method in interface org.springframework.batch.item.file.transform.FieldSet
Construct name-value pairs from the field names and string values.
getProperty(String) - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
getRootElementAttributes() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get attributes of the root element.
getRootTagName() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get the tag name of the root element.
getRootTagNamespace() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get the namespace of the root element.
getRootTagNamespacePrefix() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get the namespace prefix of the root element.
getSelectClause() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
getSessionFactory() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
getSkips() - Method in class org.springframework.batch.item.Chunk
 
getSortKeyPlaceHolder(String) - Method in interface org.springframework.batch.item.database.PagingQueryProvider
Returns either a String to be used as the named placeholder for a sort key value (based on the column name) or a ? for unnamed parameters.
getSortKeyPlaceHolder(String) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
The sort key placeholder will vary depending on whether named parameters or traditional placeholders are used in query strings.
getSortKeys() - Method in interface org.springframework.batch.item.database.PagingQueryProvider
The sort keys.
getSortKeys() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
A Map<String, Boolean> of sort columns as the key and boolean for ascending/descending (ascending = true).
getSortKeysWithoutAliases() - Method in interface org.springframework.batch.item.database.PagingQueryProvider
The sort key (unique single column name) without alias.
getSortKeysWithoutAliases() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
getSql() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
 
getSql() - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
 
getSql() - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
 
getStandalone() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get used standalone document declaration.
getStartedCount() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
getStartedCount() - Method in interface org.springframework.batch.repeat.RepeatContext
Public access to a counter for the number of operations attempted.
getStatefulSession() - Method in class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
getStatelessSession() - Method in class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
getString(String) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the String represented by the provided key.
getString(String, String) - Method in class org.springframework.batch.item.ExecutionContext
Typesafe Getter for the String represented by the provided key with default value to return if key is not represented.
getSubQueryAlias() - Method in class org.springframework.batch.item.database.support.Db2PagingQueryProvider
 
getSubQueryAlias() - Method in class org.springframework.batch.item.database.support.SqlServerPagingQueryProvider
 
getSubQueryAlias() - Method in class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
getSubQueryAlias() - Method in class org.springframework.batch.item.database.support.SybasePagingQueryProvider
 
getSuffix(int) - Method in interface org.springframework.batch.item.file.ResourceSuffixCreator
 
getSuffix(int) - Method in class org.springframework.batch.item.file.SimpleResourceSuffixCreator
 
getSupportedIncrementerTypes() - Method in interface org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory
Returns the list of supported database incrementer types
getSupportedIncrementerTypes() - Method in class org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory
 
getTargetType() - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
getTemplate() - Method in class org.springframework.batch.item.data.MongoItemWriter
Get the MongoOperations to be used to save items to be written.
getThrowables() - Method in interface org.springframework.batch.repeat.support.RepeatInternalState
Returns a mutable collection of exceptions that have occurred in the current repeat context.
getThrowables() - Method in class org.springframework.batch.repeat.support.RepeatInternalStateSupport
 
getUnclosedElements() - Method in class org.springframework.batch.item.xml.stax.UnclosedElementCollectingEventWriter
 
getUserData() - Method in class org.springframework.batch.item.Chunk
 
getValues() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
getValues() - Method in interface org.springframework.batch.item.file.transform.FieldSet
 
getVersion() - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get XML version.
getWhereClause() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
getWrittenItems() - Method in class org.springframework.batch.item.support.ListItemWriter
 
groupClause(String) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The SQL GROUP BY clause for a db specific @PagingQueryProvider.
GsonJsonObjectMarshaller<T> - Class in org.springframework.batch.item.json
A json object marshaller that uses Google Gson to marshal an object into a json representation.
GsonJsonObjectMarshaller() - Constructor for class org.springframework.batch.item.json.GsonJsonObjectMarshaller
 
GsonJsonObjectMarshaller(Gson) - Constructor for class org.springframework.batch.item.json.GsonJsonObjectMarshaller
 
GsonJsonObjectReader<T> - Class in org.springframework.batch.item.json
Implementation of JsonObjectReader based on Google Gson.
GsonJsonObjectReader(Gson, Class<? extends T>) - Constructor for class org.springframework.batch.item.json.GsonJsonObjectReader
 
GsonJsonObjectReader(Class<? extends T>) - Constructor for class org.springframework.batch.item.json.GsonJsonObjectReader
Create a new GsonJsonObjectReader instance.

H

H2 - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
H2PagingQueryProvider - Class in org.springframework.batch.item.database.support
H2 implementation of a PagingQueryProvider using database specific features.
H2PagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.H2PagingQueryProvider
 
HANA - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
HanaPagingQueryProvider - Class in org.springframework.batch.item.database.support
SAP HANA implementation of a PagingQueryProvider using database specific features.
HanaPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.HanaPagingQueryProvider
 
handle(MailMessage, Exception) - Method in class org.springframework.batch.item.mail.DefaultMailErrorHandler
Wraps the input exception with a runtime MailException.
handle(MailMessage, Exception) - Method in interface org.springframework.batch.item.mail.MailErrorHandler
This method will be called for each message that failed sending in the chunk.
handleException(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.exception.CompositeExceptionHandler
Iterate over the handlers delegating the call to each in turn.
handleException(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.exception.DefaultExceptionHandler
Re-throw the throwable.
handleException(RepeatContext, Throwable) - Method in interface org.springframework.batch.repeat.exception.ExceptionHandler
Deal with a Throwable during a batch - decide whether it should be re-thrown in the first place.
handleException(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler
Classify the throwables and decide whether to rethrow based on the result.
handleException(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
Classify the throwables and decide whether to re-throw based on the result.
handleException(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Rethrows only if the limit is breached for this context on the exception type specified.
handleLine(String) - Method in interface org.springframework.batch.item.file.LineCallbackHandler
 
handleRecord(LdapAttributes) - Method in interface org.springframework.batch.item.ldif.RecordCallbackHandler
Execute operations on the supplied record.
handleWarnings(Statement) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Throw a SQLWarningException if we're not ignoring warnings, else log the warnings (at debug level).
hasAttribute(String) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
hashCode() - Method in class org.springframework.batch.item.ExecutionContext
 
hashCode() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
hashCode() - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
hashCode() - Method in class org.springframework.batch.support.SimpleMethodInvoker
 
hasMaxValue() - Method in class org.springframework.batch.item.file.transform.Range
 
hasNames() - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
 
hasNames() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
hasNames() - Method in interface org.springframework.batch.item.file.transform.FieldSet
Check if there are names defined for the fields.
hasNext() - Method in class org.springframework.batch.item.Chunk.ChunkIterator
 
hasNext() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
headerCallback(FlatFileHeaderCallback) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
A callback for header processing.
headerCallback(FlatFileHeaderCallback) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
A callback for header processing.
headerCallback(StaxWriterCallback) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
A StaxWriterCallback to provide any header elements
HibernateCursorItemReader<T> - Class in org.springframework.batch.item.database
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaCursorItemReader instead.
HibernateCursorItemReader() - Constructor for class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
 
HibernateCursorItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaCursorItemReaderBuilder instead.
HibernateCursorItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
 
HibernateItemReaderHelper<T> - Class in org.springframework.batch.item.database
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JPA item readers instead.
HibernateItemReaderHelper() - Constructor for class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
HibernateItemWriter<T> - Class in org.springframework.batch.item.database
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaItemWriter instead.
HibernateItemWriter() - Constructor for class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
 
HibernateItemWriterBuilder<T> - Class in org.springframework.batch.item.database.builder
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaItemWriterBuilder instead.
HibernateItemWriterBuilder() - Constructor for class org.springframework.batch.item.database.builder.HibernateItemWriterBuilder
Deprecated.
 
HibernateNativeQueryProvider<E> - Class in org.springframework.batch.item.database.orm
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaNativeQueryProvider instead.
HibernateNativeQueryProvider() - Constructor for class org.springframework.batch.item.database.orm.HibernateNativeQueryProvider
Deprecated.
 
HibernatePagingItemReader<T> - Class in org.springframework.batch.item.database
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaPagingItemReader instead.
HibernatePagingItemReader() - Constructor for class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
 
HibernatePagingItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaPagingItemReaderBuilder instead.
HibernatePagingItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
 
HibernateQueryProvider<T> - Interface in org.springframework.batch.item.database.orm
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 for removal in 5.2. Use the JpaQueryProvider instead.
hint(String) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
JSON String telling MongoDB what index to use.
HippyMethodInvoker - Class in org.springframework.batch.item.adapter
A MethodInvoker that is a bit relaxed about its arguments.
HippyMethodInvoker() - Constructor for class org.springframework.batch.item.adapter.HippyMethodInvoker
 
HSQL - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
HsqlPagingQueryProvider - Class in org.springframework.batch.item.database.support
HSQLDB implementation of a PagingQueryProvider using database specific features.
HsqlPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.HsqlPagingQueryProvider
 

I

ignoreItemStream(boolean) - Method in class org.springframework.batch.item.support.builder.CompositeItemWriterBuilder
Establishes the policy whether to call the open, close, or update methods for the item writer delegates associated with the CompositeItemWriter.
ignoreWarnings(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
 
ignoreWarnings(boolean) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Indicates if SQL warnings should be ignored or if an exception should be thrown.
includedFields(Integer...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
A list of indices of the fields within a delimited file to be included
IncorrectLineLengthException - Exception in org.springframework.batch.item.file.transform
Exception indicating that the line size expected is different from what is expected.
IncorrectLineLengthException(int, int) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
 
IncorrectLineLengthException(int, int, String) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
 
IncorrectLineLengthException(String, int, int) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
 
IncorrectLineLengthException(String, int, int, String) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectLineLengthException
 
IncorrectTokenCountException - Exception in org.springframework.batch.item.file.transform
Exception indicating that an incorrect number of tokens have been found while parsing a file.
IncorrectTokenCountException(int, int) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
IncorrectTokenCountException(int, int, String) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
IncorrectTokenCountException(String, int, int) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
IncorrectTokenCountException(String, int, int, String) - Constructor for exception org.springframework.batch.item.file.transform.IncorrectTokenCountException
 
increment() - Method in class org.springframework.batch.repeat.context.RepeatContextCounter
Increment by 1.
increment() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
Used by clients to increment the started count.
increment(int) - Method in class org.springframework.batch.repeat.context.RepeatContextCounter
Increment the counter.
indexOf(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
Retrieve the index of where a specified column is located based on the name parameter.
init() - Method in class org.springframework.batch.item.kafka.KafkaItemWriter
 
init() - Method in class org.springframework.batch.item.KeyValueItemWriter
afterPropertiesSet() hook
init(DataSource) - Method in interface org.springframework.batch.item.database.PagingQueryProvider
Initialize the query provider using the provided DataSource if necessary.
init(DataSource) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
Check mandatory properties.
init(DataSource) - Method in class org.springframework.batch.item.database.support.DerbyPagingQueryProvider
 
initBinder(DataBinder) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Initialize a new binder instance.
initializeConnection() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
 
initNamespaceContext(XMLEventWriter) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Inits the namespace context of the XMLEventWriter: rootTagNamespacePrefix for rootTagName any other xmlns namespace prefix declarations in the root element attributes
IntArrayPropertyEditor - Class in org.springframework.batch.support
 
IntArrayPropertyEditor() - Constructor for class org.springframework.batch.support.IntArrayPropertyEditor
 
InvocationTargetThrowableWrapper(Throwable) - Constructor for exception org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper
 
invoke(MethodInvocation) - Method in class org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor
Invoke the proceeding method call repeatedly, according to the properties of the injected RepeatOperations.
invokeDelegateMethod() - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
Invoker the target method with arguments set by AbstractMethodInvokingDelegator.setArguments(Object[]).
invokeDelegateMethodWithArgument(Object) - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
Invokes the target method with given argument.
invokeDelegateMethodWithArguments(Object[]) - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
Invokes the target method with given arguments.
invokeMethod(Object...) - Method in interface org.springframework.batch.support.MethodInvoker
 
invokeMethod(Object...) - Method in class org.springframework.batch.support.SimpleMethodInvoker
 
isBusy() - Method in class org.springframework.batch.item.Chunk
Query the chunk to see if anyone has registered an interest in keeping a reference to it.
isCloseSuppressionActive(Connection) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Return the status of close suppression being activated for a given Connection
isComment(String) - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
isComplete() - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy.SimpleTerminationContext
 
isComplete() - Method in class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy.TimeoutBatchContext
 
isComplete(RepeatContext) - Method in interface org.springframework.batch.repeat.CompletionPolicy
Allow policy to signal completion according to internal state, without having to wait for the callback to complete.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompletionPolicySupport
Always true.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
This policy is complete if any of the composed policies is complete.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
 
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy
Always false.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
Terminate if the chunk size has been reached.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy
Check the timeout and complete gracefully if it has expires.
isComplete(RepeatContext) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Delegate to CompletionPolicy.
isComplete(RepeatContext, RepeatStatus) - Method in interface org.springframework.batch.repeat.CompletionPolicy
Determine whether a batch is complete given the latest result from the callback.
isComplete(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.policy.CompletionPolicySupport
If exit status is not continuable return true, otherwise delegate to CompletionPolicySupport.isComplete(RepeatContext).
isComplete(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
This policy is complete if any of the composed policies is complete.
isComplete(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy
True if the result is null, or a RepeatStatus indicating completion.
isComplete(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
Terminate if the chunk size has been reached, or the result is null.
isComplete(RepeatContext, RepeatStatus) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Delegate to the CompletionPolicy.
isCompleteOnly() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
isCompleteOnly() - Method in interface org.springframework.batch.repeat.RepeatContext
Public accessor for the complete flag.
isContinuable() - Method in enum class org.springframework.batch.repeat.RepeatStatus
 
isDirty() - Method in class org.springframework.batch.item.ExecutionContext
Indicates if context has been changed with a "put" operation since the dirty flag was last cleared.
isEmpty() - Method in class org.springframework.batch.item.Chunk
 
isEmpty() - Method in class org.springframework.batch.item.ExecutionContext
Indicates whether or not the context is empty.
isEmpty() - Method in class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
 
isEmpty() - Method in class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
 
isEnd() - Method in class org.springframework.batch.item.Chunk
Flag to indicate if the source data is exhausted.
isEndOfRecord(String) - Method in class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Return true if the line does not have unterminated quotes (delimited by "), and does not end with a continuation marker ('\').
isEndOfRecord(String) - Method in class org.springframework.batch.item.file.separator.JsonRecordSeparatorPolicy
True if the line can be parsed to a JSON object.
isEndOfRecord(String) - Method in interface org.springframework.batch.item.file.separator.RecordSeparatorPolicy
Signal the end of a record based on the content of the current record.
isEndOfRecord(String) - Method in class org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
Always returns true.
isEndOfRecord(String) - Method in class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
Return true if the line ends with the specified substring.
isExistingTransaction(Object) - Method in class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
isExpecting() - Method in class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
 
isExpecting() - Method in class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
 
isFragmentRootElementName(QName) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
isInitialized() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
isNew(Object[]) - Method in class org.springframework.batch.item.jms.JmsNewMethodArgumentsIdentifier
If any of the arguments is a message, check the JMS re-delivered flag and return it, otherwise return false to be on the safe side.
isQuoteCharacter(char) - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Is the supplied character a quote character?
isSaveState() - Method in class org.springframework.batch.item.kafka.KafkaItemReader
The flag that determines whether to save internal state for restarts.
isSaveState() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
The flag that determines whether to save internal state for restarts.
isSingleton() - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
Always returns true.
isStatelessSession() - Method in class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
isStrict() - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
Provides access to the strict flag for subclasses if needed.
isSupportedIncrementerType(String) - Method in interface org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory
Returns boolean indicated whether or not the provided string is supported by this factory.
isSupportedIncrementerType(String) - Method in class org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory
 
isTerminateOnly() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
isTerminateOnly() - Method in interface org.springframework.batch.repeat.RepeatContext
Public accessor for the termination flag.
isUseSharedExtendedConnection() - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
 
isUsingNamedParameters() - Method in interface org.springframework.batch.item.database.PagingQueryProvider
Indicate whether the generated queries use named parameter syntax.
isUsingNamedParameters() - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
isWrapperFor(Class<?>) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Performs only a 'shallow' non-recursive check of self's and delegate's class to retain Java 5 compatibility.
itemBindingVariableName(String) - Method in class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Provides the ability to change the key name that scripts use to obtain the current item to process if the variable represented by: ScriptItemProcessor.ITEM_BINDING_VARIABLE_NAME is not suitable ("item").
ItemCountAware - Interface in org.springframework.batch.item
Marker interface indicating that an item should have the item count set on it.
itemCountLimitPerResource(int) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
After this limit is exceeded the next chunk will be written into newly created resource.
itemKeyMapper - Variable in class org.springframework.batch.item.KeyValueItemWriter
 
itemKeyMapper(Converter<V, K>) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
Set the Converter to use to derive the key from the item.
itemPreparedStatementSetter - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
itemPreparedStatementSetter(ItemPreparedStatementSetter<T>) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
Configures a ItemPreparedStatementSetter for use by the writer.
ItemPreparedStatementSetter<T> - Interface in org.springframework.batch.item.database
A convenient strategy for SQL updates, acting effectively as the inverse of RowMapper.
ItemProcessor<I,O> - Interface in org.springframework.batch.item
Interface for item transformation.
ItemProcessorAdapter<I,O> - Class in org.springframework.batch.item.adapter
Invokes a custom method on a delegate plain old Java object which itself processes an item.
ItemProcessorAdapter() - Constructor for class org.springframework.batch.item.adapter.ItemProcessorAdapter
 
ItemReader<T> - Interface in org.springframework.batch.item
Strategy interface for providing the data.
ItemReaderAdapter<T> - Class in org.springframework.batch.item.adapter
Invokes a custom method on a delegate plain old Java object which itself provides an item.
ItemReaderAdapter() - Constructor for class org.springframework.batch.item.adapter.ItemReaderAdapter
 
ItemReaderException - Exception in org.springframework.batch.item
A base exception class that all exceptions thrown from an ItemReader extend.
ItemReaderException(String) - Constructor for exception org.springframework.batch.item.ItemReaderException
Create a new ItemReaderException based on a message.
ItemReaderException(String, Throwable) - Constructor for exception org.springframework.batch.item.ItemReaderException
Create a new ItemReaderException based on a message and another exception.
itemSqlParameterSourceProvider - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
itemSqlParameterSourceProvider(ItemSqlParameterSourceProvider<T>) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
Configures a ItemSqlParameterSourceProvider for use by the writer.
ItemSqlParameterSourceProvider<T> - Interface in org.springframework.batch.item.database
A convenient strategy for providing SqlParameterSource for named parameter SQL updates.
ItemStream - Interface in org.springframework.batch.item
Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
ItemStreamException - Exception in org.springframework.batch.item
Exception representing any errors encountered while processing a stream.
ItemStreamException(String) - Constructor for exception org.springframework.batch.item.ItemStreamException
 
ItemStreamException(String, Throwable) - Constructor for exception org.springframework.batch.item.ItemStreamException
Constructs a new instance with a message and nested exception.
ItemStreamException(Throwable) - Constructor for exception org.springframework.batch.item.ItemStreamException
Constructs a new instance with a nested exception and empty message.
ItemStreamReader<T> - Interface in org.springframework.batch.item
Convenience interface that combines ItemStream and ItemReader .
ItemStreamSupport - Class in org.springframework.batch.item
Empty method implementation of ItemStream.
ItemStreamSupport() - Constructor for class org.springframework.batch.item.ItemStreamSupport
 
ItemStreamWriter<T> - Interface in org.springframework.batch.item
Convenience interface that combines ItemStream and ItemWriter .
itemType - Variable in class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
 
itemType - Variable in class org.springframework.batch.item.jms.JmsItemReader
 
itemType(Class<? extends T>) - Method in class org.springframework.batch.item.amqp.builder.AmqpItemReaderBuilder
Establish the itemType for the reader.
itemType(Class<? extends T>) - Method in class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
Set the expected type of incoming message payloads.
ItemWriter<T> - Interface in org.springframework.batch.item
Basic interface for generic output operations.
ItemWriterAdapter<T> - Class in org.springframework.batch.item.adapter
Delegates item processing to a custom method - passes the item as an argument for the delegate method.
ItemWriterAdapter() - Constructor for class org.springframework.batch.item.adapter.ItemWriterAdapter
 
ItemWriterException - Exception in org.springframework.batch.item
A base exception class that all exceptions thrown from an ItemWriter extend.
ItemWriterException(String) - Constructor for exception org.springframework.batch.item.ItemWriterException
Create a new ItemWriterException based on a message.
ItemWriterException(String, Throwable) - Constructor for exception org.springframework.batch.item.ItemWriterException
Create a new ItemWriterException based on a message and another exception.
iterate(RepeatCallback) - Method in interface org.springframework.batch.repeat.RepeatOperations
Execute the callback repeatedly, until a decision can be made to complete.
iterate(RepeatCallback) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Execute the batch callback until the completion policy decides that we are finished.
iterator() - Method in class org.springframework.batch.item.Chunk
Get an unmodifiable iterator for the underlying items.
IteratorItemReader<T> - Class in org.springframework.batch.item.support
An ItemReader that pulls data from a Iterator or Iterable using the constructors.
IteratorItemReader(Iterable<T>) - Constructor for class org.springframework.batch.item.support.IteratorItemReader
Construct a new reader from this iterable (could be a collection), by extracting an instance of Iterator from it.
IteratorItemReader(Iterator<T>) - Constructor for class org.springframework.batch.item.support.IteratorItemReader
Construct a new reader from this iterator directly.

J

JacksonJsonObjectMarshaller<T> - Class in org.springframework.batch.item.json
A json object marshaller that uses Jackson to marshal an object into a json representation.
JacksonJsonObjectMarshaller() - Constructor for class org.springframework.batch.item.json.JacksonJsonObjectMarshaller
 
JacksonJsonObjectMarshaller(ObjectMapper) - Constructor for class org.springframework.batch.item.json.JacksonJsonObjectMarshaller
 
JacksonJsonObjectReader<T> - Class in org.springframework.batch.item.json
Implementation of JsonObjectReader based on Jackson.
JacksonJsonObjectReader(ObjectMapper, Class<? extends T>) - Constructor for class org.springframework.batch.item.json.JacksonJsonObjectReader
 
JacksonJsonObjectReader(Class<? extends T>) - Constructor for class org.springframework.batch.item.json.JacksonJsonObjectReader
Create a new JacksonJsonObjectReader instance.
JdbcBatchItemWriter<T> - Class in org.springframework.batch.item.database
ItemWriter that uses the batching features from NamedParameterJdbcTemplate to execute a batch of statements for all items provided.
JdbcBatchItemWriter() - Constructor for class org.springframework.batch.item.database.JdbcBatchItemWriter
 
JdbcBatchItemWriterBuilder<T> - Class in org.springframework.batch.item.database.builder
A builder implementation for the JdbcBatchItemWriter.
JdbcBatchItemWriterBuilder() - Constructor for class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
 
JdbcCursorItemReader<T> - Class in org.springframework.batch.item.database
Simple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet.
JdbcCursorItemReader() - Constructor for class org.springframework.batch.item.database.JdbcCursorItemReader
 
JdbcCursorItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
Builder for the JdbcCursorItemReader
JdbcCursorItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
 
JdbcPagingItemReader<T> - Class in org.springframework.batch.item.database
ItemReader for reading database records using JDBC in a paging fashion.
JdbcPagingItemReader() - Constructor for class org.springframework.batch.item.database.JdbcPagingItemReader
 
JdbcPagingItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
This is a builder for the JdbcPagingItemReader.
JdbcPagingItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
 
JdbcParameterUtils - Class in org.springframework.batch.item.database
Helper methods for SQL statement parameter parsing.
JdbcParameterUtils() - Constructor for class org.springframework.batch.item.database.JdbcParameterUtils
 
JmsItemReader<T> - Class in org.springframework.batch.item.jms
An ItemReader for JMS using a JmsTemplate.
JmsItemReader() - Constructor for class org.springframework.batch.item.jms.JmsItemReader
 
JmsItemReaderBuilder<T> - Class in org.springframework.batch.item.jms.builder
Creates a fully qualified JmsItemReader.
JmsItemReaderBuilder() - Constructor for class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
 
JmsItemWriter<T> - Class in org.springframework.batch.item.jms
An ItemWriter for JMS using a JmsTemplate.
JmsItemWriter() - Constructor for class org.springframework.batch.item.jms.JmsItemWriter
 
JmsItemWriterBuilder<T> - Class in org.springframework.batch.item.jms.builder
Creates a fully qualified JmsItemWriter.
JmsItemWriterBuilder() - Constructor for class org.springframework.batch.item.jms.builder.JmsItemWriterBuilder
 
JmsMethodArgumentsKeyGenerator - Class in org.springframework.batch.item.jms
A MethodArgumentsKeyGenerator for JMS
JmsMethodArgumentsKeyGenerator() - Constructor for class org.springframework.batch.item.jms.JmsMethodArgumentsKeyGenerator
 
JmsMethodInvocationRecoverer<T> - Class in org.springframework.batch.item.jms
 
JmsMethodInvocationRecoverer() - Constructor for class org.springframework.batch.item.jms.JmsMethodInvocationRecoverer
 
JmsNewMethodArgumentsIdentifier<T> - Class in org.springframework.batch.item.jms
A NewMethodArgumentsIdentifier for JMS that looks for a message in the arguments and checks its delivery status.
JmsNewMethodArgumentsIdentifier() - Constructor for class org.springframework.batch.item.jms.JmsNewMethodArgumentsIdentifier
 
jmsTemplate - Variable in class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
 
jmsTemplate - Variable in class org.springframework.batch.item.jms.JmsItemReader
 
jmsTemplate(JmsOperations) - Method in class org.springframework.batch.item.jms.builder.JmsItemReaderBuilder
Establish the JMS template that will be used by the JmsItemReader.
jmsTemplate(JmsOperations) - Method in class org.springframework.batch.item.jms.builder.JmsItemWriterBuilder
Establish the JMS template that will be used by the JmsItemWriter.
JpaCursorItemReader<T> - Class in org.springframework.batch.item.database
ItemStreamReader implementation based on JPA Query.getResultStream().
JpaCursorItemReader() - Constructor for class org.springframework.batch.item.database.JpaCursorItemReader
Create a new JpaCursorItemReader.
JpaCursorItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
Builder for JpaCursorItemReader.
JpaCursorItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
 
JpaItemWriter<T> - Class in org.springframework.batch.item.database
ItemWriter that is using a JPA EntityManagerFactory to merge any Entities that aren't part of the persistence context.
JpaItemWriter() - Constructor for class org.springframework.batch.item.database.JpaItemWriter
 
JpaItemWriterBuilder<T> - Class in org.springframework.batch.item.database.builder
A builder for the JpaItemWriter.
JpaItemWriterBuilder() - Constructor for class org.springframework.batch.item.database.builder.JpaItemWriterBuilder
 
JpaNamedQueryProvider<E> - Class in org.springframework.batch.item.database.orm
This query provider creates JPA named Querys.
JpaNamedQueryProvider() - Constructor for class org.springframework.batch.item.database.orm.JpaNamedQueryProvider
 
JpaNativeQueryProvider<E> - Class in org.springframework.batch.item.database.orm
This query provider creates JPA Querys from injected native SQL queries.
JpaNativeQueryProvider() - Constructor for class org.springframework.batch.item.database.orm.JpaNativeQueryProvider
 
JpaPagingItemReader<T> - Class in org.springframework.batch.item.database
ItemReader for reading database records built on top of JPA.
JpaPagingItemReader() - Constructor for class org.springframework.batch.item.database.JpaPagingItemReader
 
JpaPagingItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
Creates a fully qualified JpaPagingItemReader.
JpaPagingItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
 
JpaQueryProvider - Interface in org.springframework.batch.item.database.orm
Interface defining the functionality to be provided for generating queries for use with JPA ItemReaders or other custom built artifacts.
JsonFileItemWriter<T> - Class in org.springframework.batch.item.json
Item writer that writes data in json format to an output file.
JsonFileItemWriter(WritableResource, JsonObjectMarshaller<T>) - Constructor for class org.springframework.batch.item.json.JsonFileItemWriter
Create a new JsonFileItemWriter instance.
JsonFileItemWriterBuilder<T> - Class in org.springframework.batch.item.json.builder
Builder for JsonFileItemWriter.
JsonFileItemWriterBuilder() - Constructor for class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
 
JsonItemReader<T> - Class in org.springframework.batch.item.json
ItemStreamReader implementation that reads Json objects from a Resource having the following format:
JsonItemReader() - Constructor for class org.springframework.batch.item.json.JsonItemReader
Create a new JsonItemReader instance.
JsonItemReader(Resource, JsonObjectReader<T>) - Constructor for class org.springframework.batch.item.json.JsonItemReader
Create a new JsonItemReader instance.
JsonItemReaderBuilder<T> - Class in org.springframework.batch.item.json.builder
A builder for JsonItemReader.
JsonItemReaderBuilder() - Constructor for class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
 
JsonLineMapper - Class in org.springframework.batch.item.file.mapping
Interpret a line as a JSON object and parse it up to a Map.
JsonLineMapper() - Constructor for class org.springframework.batch.item.file.mapping.JsonLineMapper
 
jsonObjectMarshaller(JsonObjectMarshaller<T>) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
Set the JsonObjectMarshaller to use to marshal objects to json.
JsonObjectMarshaller<T> - Interface in org.springframework.batch.item.json
Strategy interface to marshal an object into a json representation.
jsonObjectReader(JsonObjectReader<T>) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Set the JsonObjectReader to use to read and map Json objects to domain objects.
JsonObjectReader<T> - Interface in org.springframework.batch.item.json
Strategy interface for Json readers.
jsonQuery(String) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
A JSON formatted MongoDB jsonQuery.
JsonRecordSeparatorPolicy - Class in org.springframework.batch.item.file.separator
JSON-based record separator.
JsonRecordSeparatorPolicy() - Constructor for class org.springframework.batch.item.file.separator.JsonRecordSeparatorPolicy
 
jumpToItem(int) - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
jumpToItem(int) - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
jumpToItem(int) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Use ResultSet.absolute(int) if possible, otherwise scroll by calling ResultSet.next().
jumpToItem(int) - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
 
jumpToItem(int) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Wind forward through the result set to the item requested.
jumpToItem(int) - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
jumpToItem(int) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
Move to the given item index.
jumpToItem(int) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
jumpToItem(ScrollableResults, int, int) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Scroll through the results up to the item specified.

K

KafkaItemReader<K,V> - Class in org.springframework.batch.item.kafka
An ItemReader implementation for Apache Kafka.
KafkaItemReader(Properties, String, Integer...) - Constructor for class org.springframework.batch.item.kafka.KafkaItemReader
Create a new KafkaItemReader.
KafkaItemReader(Properties, String, List<Integer>) - Constructor for class org.springframework.batch.item.kafka.KafkaItemReader
Create a new KafkaItemReader.
KafkaItemReaderBuilder<K,V> - Class in org.springframework.batch.item.kafka.builder
A builder implementation for the KafkaItemReader.
KafkaItemReaderBuilder() - Constructor for class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
 
KafkaItemWriter<K,T> - Class in org.springframework.batch.item.kafka
An ItemWriter implementation for Apache Kafka using a KafkaTemplate with default topic configured.
KafkaItemWriter() - Constructor for class org.springframework.batch.item.kafka.KafkaItemWriter
 
KafkaItemWriterBuilder<K,V> - Class in org.springframework.batch.item.kafka.builder
A builder implementation for the KafkaItemWriter
KafkaItemWriterBuilder() - Constructor for class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
 
kafkaTemplate - Variable in class org.springframework.batch.item.kafka.KafkaItemWriter
 
kafkaTemplate(KafkaTemplate<K, V>) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
Establish the KafkaTemplate to be used by the KafkaItemWriter.
KeyValueItemWriter<K,V> - Class in org.springframework.batch.item
A base class to implement any ItemWriter that writes to a key value store using a Converter to derive a key from an item
KeyValueItemWriter() - Constructor for class org.springframework.batch.item.KeyValueItemWriter
 

L

language(String) - Method in class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Establishes the language of the script.
LastModifiedResourceComparator - Class in org.springframework.batch.support
Comparator to sort resources by the file last modified time.
LastModifiedResourceComparator() - Constructor for class org.springframework.batch.support.LastModifiedResourceComparator
 
LdifReader - Class in org.springframework.batch.item.ldif
The LdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
LdifReader() - Constructor for class org.springframework.batch.item.ldif.LdifReader
 
LdifReaderBuilder - Class in org.springframework.batch.item.ldif.builder
Creates a fully qualified LdifReader.
LdifReaderBuilder() - Constructor for class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
 
lineAggregator - Variable in class org.springframework.batch.item.file.FlatFileItemWriter
 
lineAggregator(LineAggregator<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
Line aggregator used to build the String version of each item.
LineAggregator<T> - Interface in org.springframework.batch.item.file.transform
Interface used to create string representing object.
LineCallbackHandler - Interface in org.springframework.batch.item.file
Callback interface for handling a line from file.
lineMapper(LineMapper<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
A LineMapper implementation to be used.
LineMapper<T> - Interface in org.springframework.batch.item.file
Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.
lineSeparator - Variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
lineSeparator(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
String used to separate lines in output.
lineSeparator(String) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
String used to separate lines in output.
linesToSkip(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
The number of lines to skip at the beginning of reading the file.
lineTokenizer(LineTokenizer) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
A LineTokenizer implementation to be used.
LineTokenizer - Interface in org.springframework.batch.item.file.transform
Interface that is used by framework to split string obtained typically from a file into tokens.
ListItemReader<T> - Class in org.springframework.batch.item.support
An ItemReader that pulls data from a list.
ListItemReader(List<T>) - Constructor for class org.springframework.batch.item.support.ListItemReader
 
ListItemWriter<T> - Class in org.springframework.batch.item.support
 
ListItemWriter() - Constructor for class org.springframework.batch.item.support.ListItemWriter
 
locale(Locale) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Set the locale.
log - Variable in class org.springframework.batch.item.database.AbstractCursorItemReader
Logger available to subclasses
logger - Variable in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
logger - Static variable in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
 
logger - Variable in class org.springframework.batch.item.data.RepositoryItemReader
 
logger - Static variable in class org.springframework.batch.item.data.RepositoryItemWriter
 
logger - Variable in class org.springframework.batch.item.database.AbstractPagingItemReader
 
logger - Static variable in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
 
logger - Static variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
logger - Static variable in class org.springframework.batch.item.database.JpaItemWriter
 
logger - Variable in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
 
logger - Variable in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
 
logger - Variable in class org.springframework.batch.item.jms.JmsItemReader
 
logger - Variable in class org.springframework.batch.item.jms.JmsItemWriter
 
logger - Variable in class org.springframework.batch.item.jms.JmsMethodInvocationRecoverer
 
logger - Variable in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
 
logger - Static variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
logger - Variable in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
 
logger - Variable in class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler
 
logger - Variable in class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
 
logger - Variable in class org.springframework.batch.repeat.support.RepeatTemplate
 
LogOrRethrowExceptionHandler - Class in org.springframework.batch.repeat.exception
Implementation of ExceptionHandler based on an Classifier.
LogOrRethrowExceptionHandler() - Constructor for class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler
 
LogOrRethrowExceptionHandler.Level - Enum Class in org.springframework.batch.repeat.exception
Logging levels for the handler.

M

mailErrorHandler(MailErrorHandler) - Method in class org.springframework.batch.item.mail.builder.SimpleMailMessageItemWriterBuilder
The handler for failed messages.
MailErrorHandler - Interface in org.springframework.batch.item.mail
This class is used to handle errors that occur when email messages are unable to be sent.
mailSender(MailSender) - Method in class org.springframework.batch.item.mail.builder.SimpleMailMessageItemWriterBuilder
A MailSender to be used to send messages in SimpleMailMessageItemWriter.write(Chunk).
mapFieldSet(FieldSet) - Method in class org.springframework.batch.item.file.mapping.ArrayFieldSetMapper
 
mapFieldSet(FieldSet) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Map the FieldSet to an object retrieved from the enclosing Spring context, or to a new instance of the required type if no prototype is available.
mapFieldSet(FieldSet) - Method in interface org.springframework.batch.item.file.mapping.FieldSetMapper
Method used to map data obtained from a FieldSet into an object.
mapFieldSet(FieldSet) - Method in class org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper
 
mapFieldSet(FieldSet) - Method in class org.springframework.batch.item.file.mapping.RecordFieldSetMapper
 
mapLine(String, int) - Method in interface org.springframework.batch.item.file.LineMapper
Implementations must implement this method to map the provided line to the parameter type T.
mapLine(String, int) - Method in class org.springframework.batch.item.file.mapping.DefaultLineMapper
 
mapLine(String, int) - Method in class org.springframework.batch.item.file.mapping.JsonLineMapper
Interpret the line as a Json object and create a Map from it.
mapLine(String, int) - Method in class org.springframework.batch.item.file.mapping.PassThroughLineMapper
 
mapLine(String, int) - Method in class org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper
 
MappingLdifReader<T> - Class in org.springframework.batch.item.ldif
The MappingLdifReader is an adaptation of the FlatFileItemReader built around an LdifParser.
MappingLdifReader() - Constructor for class org.springframework.batch.item.ldif.MappingLdifReader
 
MappingLdifReaderBuilder<T> - Class in org.springframework.batch.item.ldif.builder
Creates a fully qualified MappingLdifReader.
MappingLdifReaderBuilder() - Constructor for class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
 
mapRecord(LdapAttributes) - Method in interface org.springframework.batch.item.ldif.RecordMapper
Maps an LdapAttributes object to the specified type.
MARIADB - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
MariaDBPagingQueryProvider - Class in org.springframework.batch.item.database.support
MariaDB implementation of a PagingQueryProvider using database specific features.
MariaDBPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.MariaDBPagingQueryProvider
 
markFragmentProcessed() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
Finishes reading the fragment in case the fragment was processed without being read until the end.
markFragmentProcessed() - Method in interface org.springframework.batch.item.xml.stax.FragmentEventReader
Tells the event reader the current fragment has been processed.
markStartFragment() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
markStartFragment() - Method in interface org.springframework.batch.item.xml.stax.FragmentEventReader
Tells the event reader its cursor position is exactly before the fragment.
marshal(T) - Method in class org.springframework.batch.item.json.GsonJsonObjectMarshaller
 
marshal(T) - Method in class org.springframework.batch.item.json.JacksonJsonObjectMarshaller
 
marshal(T) - Method in interface org.springframework.batch.item.json.JsonObjectMarshaller
Marshal an object into a json representation.
marshaller(Marshaller) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
The Marshaller implementation responsible for the serialization of the items to XML.
match(String) - Method in class org.springframework.batch.support.PatternMatcher
This method takes a String key and a map from Strings to values of any type.
match(String, String) - Static method in class org.springframework.batch.support.PatternMatcher
Lifted from AntPathMatcher in Spring Core.
matchStatement(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
An optional match fragment of the cypher query.
maximumLength(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Set the maximum length of the formatted string.
maxItemCount(int) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Configure the max number of items to be read.
maxItemCount(int) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Configure the max number of items to be read.
maxRows(int) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The max number of rows the ResultSet can contain
maxRows(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The max number of rows the ResultSet can contain
MethodInvoker - Interface in org.springframework.batch.support
A strategy interface for invoking a method.
MethodInvokerUtils - Class in org.springframework.batch.support
Utility methods for create MethodInvoker instances.
MethodInvokerUtils() - Constructor for class org.springframework.batch.support.MethodInvokerUtils
 
methodIs() - Method in class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder.RepositoryMethodReference
The proxy returned prevents actual method execution and is only used to gather, information about the method.
methodName(String) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Specifies what method on the repository to call.
methodName(String) - Method in class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder
Specifies what method on the repository to call.
MethodResolver - Interface in org.springframework.batch.support
Strategy interface for detecting a single Method on a Class.
MimeMessageItemWriter - Class in org.springframework.batch.item.mail.javamail
A simple ItemWriter that can send mail messages.
MimeMessageItemWriter() - Constructor for class org.springframework.batch.item.mail.javamail.MimeMessageItemWriter
 
minimumLength(int) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Set the minimum length of the formatted string.
MongoItemReader<T> - Class in org.springframework.batch.item.data
Restartable ItemReader that reads documents from MongoDB via a paging technique.
MongoItemReader() - Constructor for class org.springframework.batch.item.data.MongoItemReader
 
MongoItemReaderBuilder<T> - Class in org.springframework.batch.item.data.builder
A builder implementation for the MongoItemReader
MongoItemReaderBuilder() - Constructor for class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
 
MongoItemWriter<T> - Class in org.springframework.batch.item.data
A ItemWriter implementation that writes to a MongoDB store using an implementation of Spring Data's MongoOperations.
MongoItemWriter() - Constructor for class org.springframework.batch.item.data.MongoItemWriter
 
MongoItemWriterBuilder<T> - Class in org.springframework.batch.item.data.builder
A builder implementation for the MongoItemWriter
MongoItemWriterBuilder() - Constructor for class org.springframework.batch.item.data.builder.MongoItemWriterBuilder
 
moveCursorToNextFragment(XMLEventReader) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
Responsible for moving the cursor before the StartElement of the fragment root.
MultiResourceItemReader<T> - Class in org.springframework.batch.item.file
Reads items from multiple resources sequentially - resource list is given by MultiResourceItemReader.setResources(Resource[]), the actual reading is delegated to MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream).
MultiResourceItemReader() - Constructor for class org.springframework.batch.item.file.MultiResourceItemReader
 
MultiResourceItemReaderBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder implementation for the MultiResourceItemReader.
MultiResourceItemReaderBuilder() - Constructor for class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
 
MultiResourceItemWriter<T> - Class in org.springframework.batch.item.file
Wraps a ResourceAwareItemWriterItemStream and creates a new output resource when the count of items written in current resource exceeds MultiResourceItemWriter.setItemCountLimitPerResource(int).
MultiResourceItemWriter() - Constructor for class org.springframework.batch.item.file.MultiResourceItemWriter
 
MultiResourceItemWriterBuilder<T> - Class in org.springframework.batch.item.file.builder
A builder implementation for the MultiResourceItemWriter.
MultiResourceItemWriterBuilder() - Constructor for class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
 
MYSQL - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
MySqlPagingQueryProvider - Class in org.springframework.batch.item.database.support
MySQL implementation of a PagingQueryProvider using database specific features.
MySqlPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.MySqlPagingQueryProvider
 

N

name(String) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
The name used to calculate the key within the ExecutionContext.
name(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
The name used to calculate the key within the ExecutionContext.
namedParameterJdbcTemplate - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
namedParametersJdbcTemplate(NamedParameterJdbcOperations) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
The NamedParameterJdbcOperations instance to use.
names - Variable in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
 
names(String...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
Names of each of the fields within the fields that are returned in the order they occur within the delimited file.
names(String...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
The names of the fields to be parsed from the file.
names(String...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
Names of each of the fields within the fields that are returned in the order they occur within the delimited file.
names(String...) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Names of each of the fields within the fields that are returned in the order they occur within the formatted file.
nativeQuery(String) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Used to configure a HibernateNativeQueryProvider.
Neo4jItemReader<T> - Class in org.springframework.batch.item.data
Deprecated.
since 5.0 in favor of the item reader from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4j
Neo4jItemReader() - Constructor for class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
 
Neo4jItemReaderBuilder<T> - Class in org.springframework.batch.item.data.builder
Deprecated.
since 5.0 in favor of the item reader builder from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4j
Neo4jItemReaderBuilder() - Constructor for class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
 
Neo4jItemWriter<T> - Class in org.springframework.batch.item.data
Deprecated.
since 5.0 in favor of the item writer from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4j
Neo4jItemWriter() - Constructor for class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
 
Neo4jItemWriterBuilder<T> - Class in org.springframework.batch.item.data.builder
Deprecated.
since 5.0 in favor of the item writer builder from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4j
Neo4jItemWriterBuilder() - Constructor for class org.springframework.batch.item.data.builder.Neo4jItemWriterBuilder
Deprecated.
 
NestedRepeatCallback - Class in org.springframework.batch.repeat.callback
Callback that delegates to another callback, via a RepeatOperations instance.
NestedRepeatCallback(RepeatOperations, RepeatCallback) - Constructor for class org.springframework.batch.repeat.callback.NestedRepeatCallback
Constructor setting mandatory fields.
next() - Method in class org.springframework.batch.item.Chunk.ChunkIterator
 
next() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
nextEvent() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
nextTag() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
NonTransientFlatFileException - Exception in org.springframework.batch.item.file
Exception thrown when errors are encountered with the underlying resource.
NonTransientFlatFileException(String, String) - Constructor for exception org.springframework.batch.item.file.NonTransientFlatFileException
 
NonTransientFlatFileException(String, String, int) - Constructor for exception org.springframework.batch.item.file.NonTransientFlatFileException
 
NonTransientFlatFileException(String, Throwable, String, int) - Constructor for exception org.springframework.batch.item.file.NonTransientFlatFileException
 
NonTransientResourceException - Exception in org.springframework.batch.item
Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.
NonTransientResourceException(String) - Constructor for exception org.springframework.batch.item.NonTransientResourceException
Create a new NonTransientResourceException based on a message.
NonTransientResourceException(String, Throwable) - Constructor for exception org.springframework.batch.item.NonTransientResourceException
Create a new NonTransientResourceException based on a message and another exception.
NoStartEndDocumentStreamWriter - Class in org.springframework.batch.item.xml.stax
Delegating XMLEventWriter, which ignores start and end document events, but passes through everything else.
NoStartEndDocumentStreamWriter(XMLEventWriter) - Constructor for class org.springframework.batch.item.xml.stax.NoStartEndDocumentStreamWriter
 

O

of(W...) - Static method in class org.springframework.batch.item.Chunk
 
onError(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
 
onError(RepeatContext, Throwable) - Method in class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
onError(RepeatContext, Throwable) - Method in interface org.springframework.batch.repeat.RepeatListener
Called when a repeat callback fails by throwing an exception.
open(ExecutionContext) - Method in class org.springframework.batch.item.avro.AvroItemWriter
 
open(ExecutionContext) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
 
open(ExecutionContext) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
Figure out which resource to start with in case of restart, open the delegate and restore delegate's position in the resource.
open(ExecutionContext) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
 
open(ExecutionContext) - Method in class org.springframework.batch.item.file.ResourcesItemReader
 
open(ExecutionContext) - Method in interface org.springframework.batch.item.ItemStream
Open the stream for the provided ExecutionContext.
open(ExecutionContext) - Method in class org.springframework.batch.item.ItemStreamSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 in favor of ItemStream.open(ExecutionContext) ()}. Scheduled for removal in 5.2.
open(ExecutionContext) - Method in class org.springframework.batch.item.kafka.KafkaItemReader
 
open(ExecutionContext) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Initialize the reader.
open(ExecutionContext) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
open(ExecutionContext) - Method in class org.springframework.batch.item.support.CompositeItemStream
Broadcast the call to open.
open(ExecutionContext) - Method in class org.springframework.batch.item.support.CompositeItemWriter
 
open(ExecutionContext) - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
If the delegate is an ItemStream, just pass the call on, otherwise reset the peek cache.
open(ExecutionContext) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
open(ExecutionContext) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
 
open(ExecutionContext) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Open the output source
open(RepeatContext) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
 
open(RepeatContext) - Method in class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
open(RepeatContext) - Method in interface org.springframework.batch.repeat.RepeatListener
Called once at the start of a complete batch, before any items are processed.
open(Resource) - Method in class org.springframework.batch.item.json.GsonJsonObjectReader
 
open(Resource) - Method in class org.springframework.batch.item.json.JacksonJsonObjectReader
 
open(Resource) - Method in interface org.springframework.batch.item.json.JsonObjectReader
Open the Json resource for reading.
openCursor(Connection) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
 
openCursor(Connection) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
 
openCursor(Connection) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
 
ORACLE - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
OraclePagingQueryProvider - Class in org.springframework.batch.item.database.support
Oracle implementation of a PagingQueryProvider using database specific features.
OraclePagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.OraclePagingQueryProvider
 
Order - Enum Class in org.springframework.batch.item.database
The direction of the sort in an ORDER BY clause.
orderByStatement(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
A list of properties to order the results by.
org.springframework.batch - package org.springframework.batch
Infrastructure implementations of .
org.springframework.batch.item - package org.springframework.batch.item
Infrastructure interfaces and primary dependencies for item concerns.
org.springframework.batch.item.adapter - package org.springframework.batch.item.adapter
Adapters for Plain Old Java Objects.
org.springframework.batch.item.amqp - package org.springframework.batch.item.amqp
AMQP related batch components.
org.springframework.batch.item.amqp.builder - package org.springframework.batch.item.amqp.builder
Builders for AMQP item reader and writer.
org.springframework.batch.item.avro - package org.springframework.batch.item.avro
 
org.springframework.batch.item.avro.builder - package org.springframework.batch.item.avro.builder
 
org.springframework.batch.item.data - package org.springframework.batch.item.data
Spring Data related readers and writers.
org.springframework.batch.item.data.builder - package org.springframework.batch.item.data.builder
Builders for Spring Data item readers and writers.
org.springframework.batch.item.database - package org.springframework.batch.item.database
Infrastructure implementations of database based item readers and writers.
org.springframework.batch.item.database.builder - package org.springframework.batch.item.database.builder
Builders for database item readers and writers.
org.springframework.batch.item.database.orm - package org.springframework.batch.item.database.orm
Support classes for components using various ORM related technologies.
org.springframework.batch.item.database.support - package org.springframework.batch.item.database.support
Support classes for database specific semantics.
org.springframework.batch.item.file - package org.springframework.batch.item.file
Infrastructure implementations of io file concerns.
org.springframework.batch.item.file.builder - package org.springframework.batch.item.file.builder
Builders for file item readers and writers.
org.springframework.batch.item.file.mapping - package org.springframework.batch.item.file.mapping
Infrastructure implementations of io file support mapping concerns.
org.springframework.batch.item.file.separator - package org.springframework.batch.item.file.separator
Infrastructure implementations of io file support separator concerns.
org.springframework.batch.item.file.transform - package org.springframework.batch.item.file.transform
Infrastructure implementations of io file support transform concerns.
org.springframework.batch.item.function - package org.springframework.batch.item.function
Adapters for java.util.function components.
org.springframework.batch.item.jms - package org.springframework.batch.item.jms
JMS based reader/writer and related components.
org.springframework.batch.item.jms.builder - package org.springframework.batch.item.jms.builder
Builders for JMS item reader and writer.
org.springframework.batch.item.json - package org.springframework.batch.item.json
Infrastructure implementations of JSON input and output.
org.springframework.batch.item.json.builder - package org.springframework.batch.item.json.builder
Builders for JSON item reader and writer.
org.springframework.batch.item.kafka - package org.springframework.batch.item.kafka
Apache Kafka related readers and writers
org.springframework.batch.item.kafka.builder - package org.springframework.batch.item.kafka.builder
Builders for Apache Kafka item reader and writer.
org.springframework.batch.item.ldif - package org.springframework.batch.item.ldif
This package contains the classes required for using the LdifParser in Spring LDAP.
org.springframework.batch.item.ldif.builder - package org.springframework.batch.item.ldif.builder
Builders for LDIF related components.
org.springframework.batch.item.mail - package org.springframework.batch.item.mail
Java Mail based components.
org.springframework.batch.item.mail.builder - package org.springframework.batch.item.mail.builder
Builders for JavaMail related components.
org.springframework.batch.item.mail.javamail - package org.springframework.batch.item.mail.javamail
JavaMail related components.
org.springframework.batch.item.support - package org.springframework.batch.item.support
Internal support package
org.springframework.batch.item.support.builder - package org.springframework.batch.item.support.builder
Builders for support classes.
org.springframework.batch.item.util - package org.springframework.batch.item.util
Infrastructure utility classes.
org.springframework.batch.item.validator - package org.springframework.batch.item.validator
Infrastructure implementations of item validator concerns.
org.springframework.batch.item.xml - package org.springframework.batch.item.xml
Infrastructure implementations of xml input and output.
org.springframework.batch.item.xml.builder - package org.springframework.batch.item.xml.builder
Builders for Stax event item reader and writer.
org.springframework.batch.item.xml.stax - package org.springframework.batch.item.xml.stax
Item reader and writer based on Stax.
org.springframework.batch.poller - package org.springframework.batch.poller
APIs for polling support.
org.springframework.batch.repeat - package org.springframework.batch.repeat
Infrastructure implementations of repeat concerns.
org.springframework.batch.repeat.callback - package org.springframework.batch.repeat.callback
Infrastructure implementations of repeat callback concerns.
org.springframework.batch.repeat.context - package org.springframework.batch.repeat.context
Infrastructure implementations of repeat context concerns.
org.springframework.batch.repeat.exception - package org.springframework.batch.repeat.exception
Infrastructure implementations of repeat exception handler concerns.
org.springframework.batch.repeat.interceptor - package org.springframework.batch.repeat.interceptor
Infrastructure implementations of repeat aop concerns.
org.springframework.batch.repeat.listener - package org.springframework.batch.repeat.listener
Infrastructure implementations of repeat interceptor concerns.
org.springframework.batch.repeat.policy - package org.springframework.batch.repeat.policy
Infrastructure implementations of repeat policy concerns.
org.springframework.batch.repeat.support - package org.springframework.batch.repeat.support
Infrastructure implementations of repeat support concerns.
org.springframework.batch.support - package org.springframework.batch.support
Infrastructure implementations of support concerns.
org.springframework.batch.support.annotation - package org.springframework.batch.support.annotation
 
org.springframework.batch.support.transaction - package org.springframework.batch.support.transaction
Infrastructure implementations of support transaction concerns.
OutputState() - Constructor for class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
overwriteOutput(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Indicates if an existing file should be overwritten if found.

P

page - Variable in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
pageSize - Variable in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
pageSize - Variable in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
 
pageSize(int) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
The number of items to be read with each page.
pageSize(int) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
The number of items to be read with each page.
pageSize(int) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Establish the pageSize for the generated RepositoryItemReader.
pageSize(int) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
The number of records to request per page/query.
pageSize(int) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The number of records to request per page/query.
pageSize(int) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
The number of records to request per page/query.
PagingQueryProvider - Interface in org.springframework.batch.item.database
Interface defining the functionality to be provided for generating paging queries for use with Paging Item Readers.
parameterCount - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
parameters(SqlParameter...) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
SQL parameters to be set when executing the stored procedure
parameterValues(Object...) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Values to be substituted in for each of the parameters in the query.
parameterValues(List<Object>) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
List of values to be substituted in for each of the parameters in the query.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Optional parameters to be used in the cypher query.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
A map of parameter values to be set on the query.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
A map of parameter values to be set on the query.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
A Map of values to set on the SQL's prepared statement.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
A map of parameter values to be set on the query.
parameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
A map of parameter values to be set on the query.
ParseException - Exception in org.springframework.batch.item
Exception indicating that an error has been encountered parsing IO, typically from a file.
ParseException(String) - Constructor for exception org.springframework.batch.item.ParseException
Create a new ParseException based on a message.
ParseException(String, Throwable) - Constructor for exception org.springframework.batch.item.ParseException
Create a new ParseException based on a message and another exception.
partitionOffsets(Map<TopicPartition, Long>) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
Setter for partition offsets.
partitions(Integer...) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
A list of partitions to manually assign to the consumer.
partitions(List<Integer>) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
A list of partitions to manually assign to the consumer.
PassThroughFieldExtractor<T> - Class in org.springframework.batch.item.file.transform
FieldExtractor that just returns the original item.
PassThroughFieldExtractor() - Constructor for class org.springframework.batch.item.file.transform.PassThroughFieldExtractor
 
PassThroughFieldSetMapper - Class in org.springframework.batch.item.file.mapping
Pass through FieldSetMapper useful for passing a FieldSet back directly rather than a mapped object.
PassThroughFieldSetMapper() - Constructor for class org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper
 
PassThroughItemProcessor<T> - Class in org.springframework.batch.item.support
Simple ItemProcessor that does nothing - simply passes its argument through to the caller.
PassThroughItemProcessor() - Constructor for class org.springframework.batch.item.support.PassThroughItemProcessor
 
PassThroughLineAggregator<T> - Class in org.springframework.batch.item.file.transform
A LineAggregator implementation that simply calls Object.toString() on the given object
PassThroughLineAggregator() - Constructor for class org.springframework.batch.item.file.transform.PassThroughLineAggregator
 
PassThroughLineMapper - Class in org.springframework.batch.item.file.mapping
Pass through LineMapper useful for passing the original String back directly rather than a mapped object.
PassThroughLineMapper() - Constructor for class org.springframework.batch.item.file.mapping.PassThroughLineMapper
 
PatternMatcher<S> - Class in org.springframework.batch.support
 
PatternMatcher(Map<String, S>) - Constructor for class org.springframework.batch.support.PatternMatcher
Initialize a new PatternMatcher with a map of patterns to values
PatternMatchingCompositeLineMapper<T> - Class in org.springframework.batch.item.file.mapping
A LineMapper implementation that stores a mapping of String patterns to delegate LineTokenizers as well as a mapping of String patterns to delegate FieldSetMappers.
PatternMatchingCompositeLineMapper() - Constructor for class org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper
 
PatternMatchingCompositeLineTokenizer - Class in org.springframework.batch.item.file.transform
A LineTokenizer implementation that stores a mapping of String patterns to delegate LineTokenizers.
PatternMatchingCompositeLineTokenizer() - Constructor for class org.springframework.batch.item.file.transform.PatternMatchingCompositeLineTokenizer
 
peek() - Method in interface org.springframework.batch.item.PeekableItemReader
Get the next item that would be returned by ItemReader.read(), without affecting the result of ItemReader.read().
peek() - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
Peek at the next item, ensuring that if the delegate is an ItemStream the state is stored for the next call to SingleItemPeekableItemReader.update(ExecutionContext).
peek() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
PeekableItemReader<T> - Interface in org.springframework.batch.item
A specialisation of ItemReader that allows the user to look ahead into the stream of items.
poll(Callable<S>) - Method in class org.springframework.batch.poller.DirectPoller
Get a future for a non-null result from the callback.
poll(Callable<T>) - Method in interface org.springframework.batch.poller.Poller
Use the callable provided to poll for a non-null result.
Poller<T> - Interface in org.springframework.batch.poller
Interface for polling a Callable instance provided by the user.
pollTimeout(Duration) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
Set the pollTimeout for the poll() operations.
position() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
Return the byte offset position of the cursor in the output file as a long integer.
POSTGRES - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
PostgresPagingQueryProvider - Class in org.springframework.batch.item.database.support
Postgres implementation of a PagingQueryProvider using database specific features.
PostgresPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.PostgresPagingQueryProvider
 
postProcess(String) - Method in interface org.springframework.batch.item.file.separator.RecordSeparatorPolicy
Give the policy a chance to post-process a complete record, e.g.
postProcess(String) - Method in class org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
Pass the record through.
postProcess(String) - Method in class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
Remove the suffix from the end of the record.
preparedStatementSetter(PreparedStatementSetter) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configures the provided PreparedStatementSetter to be used to populate any arguments in the SQL query to be executed for the reader.
preparedStatementSetter(PreparedStatementSetter) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Configures the provided PreparedStatementSetter to be used to populate any arguments in the SQL query to be executed for the reader.
preProcess(String) - Method in class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
If we are in an unterminated quote, add a line separator.
preProcess(String) - Method in interface org.springframework.batch.item.file.separator.RecordSeparatorPolicy
Pre-process a record before another line is appended, in the case of a multi-line record.
preProcess(String) - Method in class org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
Pass the line through.
procedureName(String) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The name of the stored procedure to execute
process(I) - Method in class org.springframework.batch.item.adapter.ItemProcessorAdapter
Invoke the delegate method and return the result.
process(I) - Method in class org.springframework.batch.item.function.FunctionItemProcessor
 
process(I) - Method in interface org.springframework.batch.item.ItemProcessor
Process the provided item, returning a potentially modified or new item for continued processing.
process(I) - Method in class org.springframework.batch.item.support.ClassifierCompositeItemProcessor
Delegates to injected ItemProcessor instances according to the classification by the Classifier.
process(I) - Method in class org.springframework.batch.item.support.CompositeItemProcessor
 
process(I) - Method in class org.springframework.batch.item.support.ScriptItemProcessor
 
process(T) - Method in class org.springframework.batch.item.support.PassThroughItemProcessor
Just returns the item back to the caller.
process(T) - Method in class org.springframework.batch.item.validator.ValidatingItemProcessor
Validate the item and return it unmodified
PropertiesConverter - Class in org.springframework.batch.support
Utility to convert a Properties object to a String and back.
propertiesToString(Properties) - Static method in class org.springframework.batch.support.PropertiesConverter
Convert Properties object to String.
PropertyExtractingDelegatingItemWriter<T> - Class in org.springframework.batch.item.adapter
Delegates processing to a custom method - extracts property values from item object and uses them as arguments for the delegate method.
PropertyExtractingDelegatingItemWriter() - Constructor for class org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter
 
prototypeBeanName(String) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configures the id of a prototype scoped bean to be used as the item returned by the reader.
put(String, Object) - Method in class org.springframework.batch.item.ExecutionContext
Add an Object value to the context.
put(ResultHolder) - Method in class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
 
put(T) - Method in class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
 
putDouble(String, double) - Method in class org.springframework.batch.item.ExecutionContext
Add a Double value to the context.
putInt(String, int) - Method in class org.springframework.batch.item.ExecutionContext
Adds an Integer value to the context.
putLong(String, long) - Method in class org.springframework.batch.item.ExecutionContext
Adds a Long value to the context.
putString(String, String) - Method in class org.springframework.batch.item.ExecutionContext
Adds a String value to the context.

Q

query(Query) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Provide a Spring Data Mongo Query.
queryArguments(Object...) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configures a PreparedStatementSetter that will use the array as the values to be set on the query to be executed for this reader.
queryArguments(Object[], int[]) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configures a PreparedStatementSetter that will use the Object [] as the values to be set on the query to be executed for this reader.
queryArguments(List<?>) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configures a PreparedStatementSetter that will use the List as the values to be set on the query to be executed for this reader.
queryName(String) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
The name of the Hibernate named query to be executed for this reader.
queryName(String) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
The name of the Hibernate named query to be executed for this reader.
queryProvider(HibernateQueryProvider<T>) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
A query provider.
queryProvider(HibernateQueryProvider<T>) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
A query provider.
queryProvider(JpaQueryProvider) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
A query provider.
queryProvider(JpaQueryProvider) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
A query provider.
queryProvider(PagingQueryProvider) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
A PagingQueryProvider to provide the queries required.
queryString(String) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
The HQL query string to execute.
queryString(String) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
The HQL query string to execute.
queryString(String) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
The JPQL query string to execute.
queryString(String) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
The HQL query string to execute.
queryTimeout(int) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The time in milliseconds for the query to timeout
queryTimeout(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The time in milliseconds for the query to timeout
quoteCharacter(char) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.DelimitedBuilder
Define the character used to quote fields.

R

Range - Class in org.springframework.batch.item.file.transform
A class to represent ranges.
Range(int) - Constructor for class org.springframework.batch.item.file.transform.Range
 
Range(int, int) - Constructor for class org.springframework.batch.item.file.transform.Range
 
RangeArrayPropertyEditor - Class in org.springframework.batch.item.file.transform
Property editor implementation which parses string and creates array of ranges.
RangeArrayPropertyEditor() - Constructor for class org.springframework.batch.item.file.transform.RangeArrayPropertyEditor
 
read() - Method in class org.springframework.batch.item.adapter.ItemReaderAdapter
 
read() - Method in class org.springframework.batch.item.amqp.AmqpItemReader
 
read() - Method in class org.springframework.batch.item.file.MultiResourceItemReader
Reads the next item, jumping to next resource if necessary.
read() - Method in class org.springframework.batch.item.file.ResourcesItemReader
Increments a counter and returns the next Resource instance from the input, or null if none remain.
read() - Method in interface org.springframework.batch.item.ItemReader
Reads a piece of input data and advance to the next one.
read() - Method in class org.springframework.batch.item.jms.JmsItemReader
 
read() - Method in class org.springframework.batch.item.json.GsonJsonObjectReader
 
read() - Method in class org.springframework.batch.item.json.JacksonJsonObjectReader
 
read() - Method in interface org.springframework.batch.item.json.JsonObjectReader
Read the next object in the Json resource if any.
read() - Method in class org.springframework.batch.item.kafka.KafkaItemReader
 
read() - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
read() - Method in class org.springframework.batch.item.support.IteratorItemReader
Implementation of ItemReader.read() that just iterates over the iterator provided.
read() - Method in class org.springframework.batch.item.support.ListItemReader
 
read() - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
Get the next item from the delegate (whether or not it has already been peeked at).
read() - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
This delegates to the read method of the delegate
readAndTrim(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
Read and trim the String value at 'index'.
readBigDecimal(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBigDecimal(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the BigDecimal value at index 'index'.
readBigDecimal(int, BigDecimal) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBigDecimal(int, BigDecimal) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the BigDecimal value at index 'index', returning the supplied defaultValue if the trimmed string value at index 'index' is blank.
readBigDecimal(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBigDecimal(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the BigDecimal value from column with given 'name.
readBigDecimal(String, BigDecimal) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBigDecimal(String, BigDecimal) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the BigDecimal value from column with given 'name, returning the supplied defaultValue if the trimmed string value at index 'index' is blank.
readBoolean(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBoolean(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'boolean' value at index 'index'.
readBoolean(int, String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBoolean(int, String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'boolean' value at index 'index'.
readBoolean(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBoolean(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'boolean' value from column with given 'name'.
readBoolean(String, String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readBoolean(String, String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'boolean' value from column with given 'name'.
readByte(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readByte(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'byte' value at index 'index'.
readByte(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readByte(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'byte' value from column with given 'name'.
readChar(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readChar(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'char' value at index 'index'.
readChar(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readChar(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'char' value from column with given 'name'.
readCursor(ResultSet, int) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Read the cursor and map to the type of object this reader should return.
readCursor(ResultSet, int) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
 
readCursor(ResultSet, int) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
 
readDate(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.util.Date value in default format at designated column index.
readDate(int, String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(int, String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.util.Date value in default format at designated column index.
readDate(int, String, Date) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(int, String, Date) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.util.Date value in default format at designated column index.
readDate(int, Date) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(int, Date) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.util.Date value in default format at designated column index.
readDate(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.sql.Date value in given format from column with given name.
readDate(String, String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(String, String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.sql.Date value in given format from column with given name.
readDate(String, String, Date) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(String, String, Date) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.sql.Date value in given format from column with given name.
readDate(String, Date) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDate(String, Date) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the java.sql.Date value in given format from column with given name.
readDouble(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDouble(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'double' value at index 'index'.
readDouble(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readDouble(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'double' value from column with given 'name.
ReaderNotOpenException - Exception in org.springframework.batch.item
Exception indicating that an ItemReader needed to be opened before read.
ReaderNotOpenException(String) - Constructor for exception org.springframework.batch.item.ReaderNotOpenException
Create a new ReaderNotOpenException based on a message.
ReaderNotOpenException(String, Throwable) - Constructor for exception org.springframework.batch.item.ReaderNotOpenException
Create a new ReaderNotOpenException based on a message and another exception.
readFloat(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readFloat(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'float' value at index 'index'.
readFloat(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readFloat(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'float' value from column with given 'name.
readInt(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readInt(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'int' value at index 'index'.
readInt(int, int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readInt(int, int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'int' value at index 'index', using the supplied defaultValue if the field value is blank.
readInt(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readInt(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'int' value from column with given 'name'.
readInt(String, int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readInt(String, int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'int' value from column with given 'name', using the supplied defaultValue if the field value is blank.
readLong(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readLong(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'long' value at index 'index'.
readLong(int, long) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readLong(int, long) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'long' value at index 'index', using the supplied defaultValue if the field value is blank.
readLong(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readLong(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'long' value from column with given 'name'.
readLong(String, long) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readLong(String, long) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'long' value from column with given 'name', using the supplied defaultValue if the field value is blank.
readPage(int, int, int, Map<String, Object>) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Read a page of data, clearing the existing session (if necessary) first, and creating a new session before executing the query.
readRawString(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readRawString(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the String value at index 'index' including trailing whitespace (don't trim).
readRawString(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readRawString(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the String value from column with given 'name' including trailing whitespace (don't trim).
readShort(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readShort(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'short' value at index 'index'.
readShort(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readShort(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the 'short' value from column with given 'name'.
readString(int) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readString(int) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the String value at index 'index'.
readString(String) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
readString(String) - Method in interface org.springframework.batch.item.file.transform.FieldSet
Read the String value from column with given 'name'.
RecordCallbackHandler - Interface in org.springframework.batch.item.ldif
This interface can be used to operate on skipped records during open in the LdifReader and the MappingLdifReader.
RecordFieldExtractor<T> - Class in org.springframework.batch.item.file.transform
This is a field extractor for a Java record.
RecordFieldExtractor(Class<? extends T>) - Constructor for class org.springframework.batch.item.file.transform.RecordFieldExtractor
 
RecordFieldSetMapper<T> - Class in org.springframework.batch.item.file.mapping
This is a FieldSetMapper that supports Java records mapping (requires JKD 14 or higher).
RecordFieldSetMapper(Class<T>) - Constructor for class org.springframework.batch.item.file.mapping.RecordFieldSetMapper
Create a new RecordFieldSetMapper.
RecordFieldSetMapper(Class<T>, ConversionService) - Constructor for class org.springframework.batch.item.file.mapping.RecordFieldSetMapper
Create a new RecordFieldSetMapper.
recordMapper(RecordMapper<T>) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Setter for object mapper.
RecordMapper<T> - Interface in org.springframework.batch.item.ldif
This interface should be implemented to map LdapAttributes objects to POJOs.
recordSeparatorPolicy(RecordSeparatorPolicy) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure a custom RecordSeparatorPolicy for the reader.
RecordSeparatorPolicy - Interface in org.springframework.batch.item.file.separator
Policy for text file-based input sources to determine the end of a record, e.g.
recordsToSkip(int) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Public setter for the number of lines to skip at the start of a file.
recordsToSkip(int) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Public setter for the number of lines to skip at the start of a file.
recover(Object[], Throwable) - Method in class org.springframework.batch.item.jms.JmsMethodInvocationRecoverer
Send one message per item in the arguments list using the default destination of the jms template.
RecursiveCollectionLineAggregator<T> - Class in org.springframework.batch.item.file.transform
An implementation of LineAggregator that concatenates a collection of items of a common type with the system line separator.
RecursiveCollectionLineAggregator() - Constructor for class org.springframework.batch.item.file.transform.RecursiveCollectionLineAggregator
 
refCursorPosition(int) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The parameter position of the REF CURSOR.
ReflectionUtils - Class in org.springframework.batch.support
Provides reflection based utilities for Spring Batch that are not available via Spring Core
RegexLineTokenizer - Class in org.springframework.batch.item.file.transform
Line-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).
RegexLineTokenizer() - Constructor for class org.springframework.batch.item.file.transform.RegexLineTokenizer
 
register(ItemStream) - Method in class org.springframework.batch.item.support.CompositeItemStream
Register a ItemStream as one of the interesting providers under the provided key.
register(RepeatContext) - Static method in class org.springframework.batch.repeat.support.RepeatSynchronizationManager
Method for registering a context - should only be used by RepeatOperations implementations to ensure that RepeatSynchronizationManager.getContext() always returns the correct value.
register(RepeatListener) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
Register additional listener.
registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.batch.support.DefaultPropertyEditorRegistrar
Register the custom editors with the given registry.
registerDestructionCallback(String, Runnable) - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
registerDestructionCallback(String, Runnable) - Method in interface org.springframework.batch.repeat.RepeatContext
Register a callback to be executed on close, associated with the attribute having the given name.
registerListener(RepeatListener) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Register an additional listener.
remove() - Method in class org.springframework.batch.item.Chunk.ChunkIterator
 
remove() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
remove(String) - Method in class org.springframework.batch.item.ExecutionContext
Removes the mapping for a key from this context if it is present.
remove(Throwable) - Method in class org.springframework.batch.item.Chunk.ChunkIterator
 
removeAttribute(String) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
RepeatCallback - Interface in org.springframework.batch.repeat
Callback interface for batch operations.
RepeatContext - Interface in org.springframework.batch.repeat
Base interface for context which controls the state and completion / termination of a batch step.
RepeatContextCounter - Class in org.springframework.batch.repeat.context
Helper class for policies that need to count the number of occurrences of some event (e.g.
RepeatContextCounter(RepeatContext, String) - Constructor for class org.springframework.batch.repeat.context.RepeatContextCounter
Convenience constructor with useParent=false.
RepeatContextCounter(RepeatContext, String, boolean) - Constructor for class org.springframework.batch.repeat.context.RepeatContextCounter
Construct a new RepeatContextCounter.
RepeatContextSupport - Class in org.springframework.batch.repeat.context
 
RepeatContextSupport(RepeatContext) - Constructor for class org.springframework.batch.repeat.context.RepeatContextSupport
Constructor for RepeatContextSupport.
RepeatException - Exception in org.springframework.batch.repeat
 
RepeatException(String) - Constructor for exception org.springframework.batch.repeat.RepeatException
 
RepeatException(String, Throwable) - Constructor for exception org.springframework.batch.repeat.RepeatException
 
RepeatInternalState - Interface in org.springframework.batch.repeat.support
Internal interface for extensions of RepeatTemplate.
RepeatInternalStateSupport - Class in org.springframework.batch.repeat.support
 
RepeatInternalStateSupport() - Constructor for class org.springframework.batch.repeat.support.RepeatInternalStateSupport
 
RepeatListener - Interface in org.springframework.batch.repeat
Interface for listeners to the batch process.
RepeatListenerSupport - Class in org.springframework.batch.repeat.listener
Deprecated.
as of v5.0 in favor of the default methods in RepeatListener.
RepeatListenerSupport() - Constructor for class org.springframework.batch.repeat.listener.RepeatListenerSupport
Deprecated.
 
RepeatOperations - Interface in org.springframework.batch.repeat
The main interface providing access to batch operations.
RepeatOperationsInterceptor - Class in org.springframework.batch.repeat.interceptor
A MethodInterceptor that can be used to automatically repeat calls to a method on a service.
RepeatOperationsInterceptor() - Constructor for class org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor
 
RepeatStatus - Enum Class in org.springframework.batch.repeat
 
RepeatSynchronizationManager - Class in org.springframework.batch.repeat.support
Global variable support for repeat clients.
RepeatTemplate - Class in org.springframework.batch.repeat.support
Simple implementation and base class for batch templates implementing RepeatOperations.
RepeatTemplate() - Constructor for class org.springframework.batch.repeat.support.RepeatTemplate
 
repository(RepositoryItemWriterBuilder.RepositoryMethodReference) - Method in class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder
Specifies a repository and the type-safe method to call for the writer.
repository(CrudRepository<T, ?>) - Method in class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder
Set the CrudRepository implementation for persistence
repository(PagingAndSortingRepository<?, ?>) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
The PagingAndSortingRepository implementation used to read input from.
RepositoryItemReader<T> - Class in org.springframework.batch.item.data
A ItemReader that reads records utilizing a PagingAndSortingRepository.
RepositoryItemReader() - Constructor for class org.springframework.batch.item.data.RepositoryItemReader
 
RepositoryItemReaderBuilder<T> - Class in org.springframework.batch.item.data.builder
A builder implementation for the RepositoryItemReader.
RepositoryItemReaderBuilder() - Constructor for class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
 
RepositoryItemWriter<T> - Class in org.springframework.batch.item.data
A ItemWriter wrapper for a CrudRepository from Spring Data.
RepositoryItemWriter() - Constructor for class org.springframework.batch.item.data.RepositoryItemWriter
 
RepositoryItemWriterBuilder<T> - Class in org.springframework.batch.item.data.builder
A builder implementation for the RepositoryItemWriter.
RepositoryItemWriterBuilder() - Constructor for class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder
 
RepositoryItemWriterBuilder.RepositoryMethodReference<T> - Class in org.springframework.batch.item.data.builder
Establishes a proxy that will capture a the Repository and the associated methodName that will be used by the writer.
RepositoryMethodReference(CrudRepository<?, ?>) - Constructor for class org.springframework.batch.item.data.builder.RepositoryItemWriterBuilder.RepositoryMethodReference
 
reset() - Method in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
reset() - Method in interface org.springframework.batch.item.xml.stax.FragmentEventReader
Reset the state of the fragment reader - make it forget it assumptions about current position of cursor (e.g.
resource(Resource) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure a Resource containing Avro serialized objects.
resource(Resource) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
The Resource to be used as input.
resource(Resource) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
Prototype for output resources.
resource(Resource) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
The Resource to be used as input.
resource(Resource) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Establishes the resource that will be used as the input for the LdifReader.
resource(Resource) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Establishes the resource that will be used as the input for the MappingLdifReader.
resource(Resource) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
The Resource to be used as input.
resource(WritableResource) - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
 
resource(WritableResource) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
The WritableResource to be used as output.
resource(WritableResource) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
The WritableResource to be used as output.
resource(WritableResource) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
The WritableResource to be used as output.
ResourceAware - Interface in org.springframework.batch.item
Marker interface indicating that an item should have the Spring Resource in which it was read from, set on it.
ResourceAwareItemReaderItemStream<T> - Interface in org.springframework.batch.item.file
Interface for ItemReaders that implement ItemStream and read input from Resource.
ResourceAwareItemWriterItemStream<T> - Interface in org.springframework.batch.item.file
Interface for ItemWriters that implement ItemStream and write output to WritableResource.
ResourcelessTransactionManager - Class in org.springframework.batch.support.transaction
 
ResourcelessTransactionManager() - Constructor for class org.springframework.batch.support.transaction.ResourcelessTransactionManager
 
resources(Resource...) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
The array of resources that the MultiResourceItemReader will use to retrieve items.
ResourcesItemReader - Class in org.springframework.batch.item.file
ItemReader which produces Resource instances from an array.
ResourcesItemReader() - Constructor for class org.springframework.batch.item.file.ResourcesItemReader
 
resourceSuffixCreator(ResourceSuffixCreator) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
Allows customization of the suffix of the created resources based on the index.
ResourceSuffixCreator - Interface in org.springframework.batch.item.file
Strategy interface for translating resource index into unique filename suffix.
restoreFrom(ExecutionContext) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
ResultHolderResultQueue - Class in org.springframework.batch.repeat.support
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 with no replacement. Scheduled for removal in 6.0.
ResultHolderResultQueue(int) - Constructor for class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
 
results - Variable in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
 
results - Variable in class org.springframework.batch.item.database.AbstractPagingItemReader
 
RETHROW - Enum constant in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Key for Classifier signalling that the throwable should be rethrown.
RethrowOnThresholdExceptionHandler - Class in org.springframework.batch.repeat.exception
Implementation of ExceptionHandler that rethrows when exceptions of a given type reach a threshold.
RethrowOnThresholdExceptionHandler() - Constructor for class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
Set up the exception handler.
returnStatement(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
The return statement of the cypher query.
rootElementAttributes(Map<String, String>) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
A Map of attributes to be included in the document's root element.
rootTagName(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
The name of the root tag for the output document.
rowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The RowMapper used to map the results of the cursor to each item.
rowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The RowMapper used to map the query results to objects.
rowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
The RowMapper used to map the results of the cursor to each item.
rs - Variable in class org.springframework.batch.item.database.AbstractCursorItemReader
 

S

saveState(boolean) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.JpaCursorItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Configure if the state of the ItemStreamSupport should be persisted within the ExecutionContext for restart purposes.
saveState(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Indicates if the state of the writer should be saved in the ExecutionContext.
schema(String) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure an Avro Schema from a String.
schema(String) - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
 
schema(Resource) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure an Avro Schema from a Resource.
schema(Resource) - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
 
ScriptItemProcessor<I,O> - Class in org.springframework.batch.item.support
ItemProcessor implementation that passes the current item to process to the provided script.
ScriptItemProcessor() - Constructor for class org.springframework.batch.item.support.ScriptItemProcessor
 
ScriptItemProcessorBuilder<I,O> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified ScriptItemProcessor.
ScriptItemProcessorBuilder() - Constructor for class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
 
scriptResource(Resource) - Method in class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Sets the Resource location of the script to use.
scriptSource(String) - Method in class org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Sets the provided String as the script source code to use.
selectClause(String) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The SQL SELECT clause for a db specific PagingQueryProvider.
sessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
The Hibernate SessionFactory to execute the query against.
sessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.builder.HibernateItemWriterBuilder
Deprecated.
The Hibernate SessionFactory to obtain a session from.
sessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
The Hibernate SessionFactory to execute the query against.
sessionFactory(SessionFactory) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
Establish the session factory for the reader.
sessionFactory(SessionFactory) - Method in class org.springframework.batch.item.data.builder.Neo4jItemWriterBuilder
Deprecated.
Establish the session factory that will be used to create Session instances for interacting with Neo4j.
setAncestorsCompleteOnly() - Static method in class org.springframework.batch.repeat.support.RepeatSynchronizationManager
Set current session and all ancestors (via parent) to complete.,
setAppendAllowed(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
setAppendAllowed(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Flag to indicate that the target file should be appended if it already exists.
setArguments(Object[]) - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
 
setArguments(List<?>) - Method in class org.springframework.batch.item.data.RepositoryItemReader
Arguments to be passed to the data providing method.
setAssertUpdates(boolean) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the flag that determines whether an assertion is made that all items cause at least one row to be updated.
setAsText(String) - Method in class org.springframework.batch.item.file.transform.RangeArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.batch.support.IntArrayPropertyEditor
 
setAttribute(String, Object) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
setAttributeIfAbsent(String, Object) - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
Additional support for atomic put if absent.
setBeanFactory(BeanFactory) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
 
setBufferedReaderFactory(BufferedReaderFactory) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Factory for the BufferedReader that will be used to extract lines from the file.
setBusy(boolean) - Method in class org.springframework.batch.item.Chunk
Register an interest in the chunk to prevent it from being cleaned up before the flag is reset to false.
setChunkSize(int) - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
setClassifier(Classifier<? super I, ItemProcessor<?, ? extends O>>) - Method in class org.springframework.batch.item.support.ClassifierCompositeItemProcessor
Establishes the classifier that will determine which ItemProcessor to use.
setClassifier(Classifier<T, ItemWriter<? super T>>) - Method in class org.springframework.batch.item.support.ClassifierCompositeItemWriter
 
setClearSession(boolean) - Method in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
Flag to indicate that the session should be cleared and flushed at the end of the write (default true).
setCollection(String) - Method in class org.springframework.batch.item.data.MongoItemReader
 
setCollection(String) - Method in class org.springframework.batch.item.data.MongoItemWriter
Set the name of the Mongo collection to be written to.
setColumns(Range...) - Method in class org.springframework.batch.item.file.transform.FixedLengthTokenizer
Set the column ranges.
setComments(String[]) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Setter for comment prefixes.
setComparator(Comparator<Resource>) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
 
setCompleteOnly() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
setCompleteOnly() - Method in interface org.springframework.batch.repeat.RepeatContext
Signal to the framework that the current batch should complete normally, independent of the current CompletionPolicy.
setCompleteOnly() - Static method in class org.springframework.batch.repeat.support.RepeatSynchronizationManager
Convenience method to set the current repeat operation to complete if it exists.
setCompletionPolicy(CompletionPolicy) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Setter for policy to decide when the batch is complete.
setConnectionAutoCommit(boolean) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Set whether "autoCommit" should be overridden for the connection used by the cursor.
setContinuation(String) - Method in class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Public setter for the continuation.
setConversionService(ConversionService) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Public setter for the 'conversionService' property.
setCurrentItemCount(int) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
The index of the item to start reading from.
setCustomEditors(Map<? extends Object, ? extends PropertyEditor>) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Specify the custom editors to register.
setCustomEditors(Map<? extends Object, ? extends PropertyEditor>) - Method in class org.springframework.batch.support.DefaultPropertyEditorRegistrar
Specify the custom editors to register.
setDatabaseType(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setDataSource(DataSource) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Public setter for the data source for injection purposes.
setDataSource(DataSource) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Setter for the DataSource that is to be wrapped.
setDataSource(DataSource) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the data source for injection purposes.
setDataSource(DataSource) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
 
setDataSource(DataSource) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setDateFormat(DateFormat) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
The DateFormat to use for parsing numbers.
setDateFormat(DateFormat) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSetFactory
The DateFormat to use for parsing numbers.
setDefaultNamespace(String) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
setDefaultValue(String) - Method in class org.springframework.batch.support.SystemPropertyInitializer
Mandatory property specifying the default value of the System property.
setDelegate(ResourceAwareItemReaderItemStream<? extends T>) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
 
setDelegate(ResourceAwareItemWriterItemStream<? super T>) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
Delegate used for actual writing of the output.
setDelegate(LineAggregator<T>) - Method in class org.springframework.batch.item.file.transform.RecursiveCollectionLineAggregator
Public setter for the LineAggregator to use on single items, that are not Strings.
setDelegate(ItemReader<T>) - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
The item reader to use as a delegate.
setDelegate(ItemStreamReader<T>) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
setDelegate(ItemStreamWriter<T>) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
Set the delegate ItemStreamWriter.
setDelegates(List<? extends ItemProcessor<?, ?>>) - Method in class org.springframework.batch.item.support.CompositeItemProcessor
Establishes the ItemProcessor delegates that will work on the item to be processed.
setDelegates(List<ItemWriter<? super T>>) - Method in class org.springframework.batch.item.support.CompositeItemWriter
The list of item writers to use as delegates.
setDelete(boolean) - Method in class org.springframework.batch.item.data.MongoItemWriter
Indicates if the items being passed to the writer are to be saved or removed from the data store.
setDelete(boolean) - Method in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
Boolean flag indicating whether the writer should save or delete the item at write time.
setDelete(boolean) - Method in class org.springframework.batch.item.KeyValueItemWriter
Sets the delete flag to have the item writer perform deletes
setDeleteIfExists(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
setDelimiter(String) - Method in class org.springframework.batch.item.file.transform.DelimitedLineAggregator
Public setter for the delimiter.
setDelimiter(String) - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Setter for the delimiter character.
setDistanceLimit(int) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
The maximum difference that can be tolerated in spelling between input key names and bean property names.
setDriverSupportsAbsolute(boolean) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Indicate whether the JDBC driver supports setting the absolute row on a ResultSet.
setEmbeddedSchema(boolean) - Method in class org.springframework.batch.item.avro.AvroItemReader
Disable or enable reading an embedded Avro schema.
setEncoding(String) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Setter for the encoding for this input source.
setEncoding(String) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
setEncoding(String) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Sets encoding for output template.
setEncoding(String) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
Set encoding to be used for the input file.
setEncoding(String) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set encoding to be used for output file.
setEncoding(String) - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
 
setEnd() - Method in class org.springframework.batch.item.Chunk
Set the flag to say that this chunk represents an end of stream (there is no more data to process).
setEntityClass(Class<E>) - Method in class org.springframework.batch.item.database.orm.HibernateNativeQueryProvider
Deprecated.
 
setEntityClass(Class<E>) - Method in class org.springframework.batch.item.database.orm.JpaNamedQueryProvider
 
setEntityClass(Class<E>) - Method in class org.springframework.batch.item.database.orm.JpaNativeQueryProvider
 
setEntityManager(EntityManager) - Method in class org.springframework.batch.item.database.orm.AbstractJpaQueryProvider
Public setter to override the entityManager that was created by this HibernateQueryProvider.
setEntityManager(EntityManager) - Method in interface org.springframework.batch.item.database.orm.JpaQueryProvider
Provide an EntityManager for the query to be built.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.JpaCursorItemReader
Set the JPA entity manager factory.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.JpaItemWriter
Set the EntityManager to be used internally.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
setExceptionClasses(Collection<Class<? extends Throwable>>) - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Setter for the exception classes that this handler counts.
setExceptionClassifier(Classifier<Throwable, LogOrRethrowExceptionHandler.Level>) - Method in class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler
Setter for the Classifier used by this handler.
setExceptionHandler(ExceptionHandler) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Setter for exception handler strategy.
setExecutionContextName(String) - Method in class org.springframework.batch.item.ItemStreamSupport
 
setFatalExceptionClasses(Collection<Class<? extends Throwable>>) - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Setter for the exception classes that shouldn't be counted, but rethrown immediately.
setFetchSize(int) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Fetch size used internally by Hibernate to limit amount of data fetched from database per round trip.
setFetchSize(int) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
Fetch size used internally by Hibernate to limit amount of data fetched from database per round trip.
setFetchSize(int) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFieldExtractor(FieldExtractor<T>) - Method in class org.springframework.batch.item.file.transform.ExtractorLineAggregator
Public setter for the field extractor responsible for splitting an input object up into an array of objects.
setFields(String) - Method in class org.springframework.batch.item.data.MongoItemReader
JSON defining the fields to be returned from the matching documents by MongoDB.
setFieldSetFactory(FieldSetFactory) - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
Factory for FieldSet instances.
setFieldSetMapper(FieldSetMapper<T>) - Method in class org.springframework.batch.item.file.mapping.DefaultLineMapper
 
setFieldSetMappers(Map<String, FieldSetMapper<T>>) - Method in class org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper
 
setFieldsUsedAsTargetMethodArguments(String[]) - Method in class org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter
 
setFilter(boolean) - Method in class org.springframework.batch.item.validator.ValidatingItemProcessor
Should the processor filter invalid records instead of skipping them?
setFooterCallback(FlatFileFooterCallback) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
footerCallback will be called after writing the last item to file, but before the file is closed.
setFooterCallback(StaxWriterCallback) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
footerCallback is called after writing all items but before closing the file.
setForceDisjointRanges(boolean) - Method in class org.springframework.batch.item.file.transform.RangeArrayPropertyEditor
Set force disjoint ranges.
setForceSync(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Flag to indicate that changes should be force-synced to disk on flush.
setForceSync(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Flag to indicate that changes should be force-synced to disk on flush.
setForceSync(boolean) - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
Flag to indicate that changes should be force-synced to disk on flush.
setFormat(String) - Method in class org.springframework.batch.item.file.transform.FormatterLineAggregator
Set the format string used to aggregate items.
setFragmentRootElementName(String) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
setFragmentRootElementNames(String[]) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
setFromClause(String) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
setFromClause(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setFunction(boolean) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Set whether this stored procedure is a function.
setGroupClause(String) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
The setter for the group by clause
setGroupClause(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setGson(Gson) - Method in class org.springframework.batch.item.json.GsonJsonObjectMarshaller
Set the Gson object to use.
setHandlers(ExceptionHandler[]) - Method in class org.springframework.batch.repeat.exception.CompositeExceptionHandler
 
setHeaderCallback(FlatFileHeaderCallback) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
headerCallback will be called before writing the first item to file.
setHeaderCallback(StaxWriterCallback) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
headerCallback is called before writing any items.
setHint(String) - Method in class org.springframework.batch.item.data.MongoItemReader
JSON String telling MongoDB what index to use.
setIgnoreItemStream(boolean) - Method in class org.springframework.batch.item.support.CompositeItemWriter
Establishes the policy whether to call the open, close, or update methods for the item writer delegates associated with the CompositeItemWriter.
setIgnoreWarnings(boolean) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Set whether SQLWarnings should be ignored (only logged) or exception should be thrown.
setIgnoreWhitespace(boolean) - Method in class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
Flag to indicate that the decision to terminate a record should ignore whitespace at the end of the line.
setIncludedFields(int...) - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
The fields to include in the output by position (starting at 0).
setIncrementerColumnName(String) - Method in class org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory
Public setter for the column name (defaults to "ID") in the incrementer.
setItemBindingVariableName(String) - Method in class org.springframework.batch.item.support.ScriptItemProcessor
Provides the ability to change the key name that scripts use to obtain the current item to process if the variable represented by: ScriptItemProcessor.ITEM_BINDING_VARIABLE_NAME is not suitable ("item").
setItemCount(int) - Method in interface org.springframework.batch.item.ItemCountAware
Setter for the injection of the current item count.
setItemCountLimitPerResource(int) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
After this limit is exceeded the next chunk will be written into newly created resource.
setItemKeyMapper(Converter<V, K>) - Method in class org.springframework.batch.item.KeyValueItemWriter
Set the Converter to use to derive the key from the item
setItemPreparedStatementSetter(ItemPreparedStatementSetter<T>) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the ItemPreparedStatementSetter.
setItemSqlParameterSourceProvider(ItemSqlParameterSourceProvider<T>) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the ItemSqlParameterSourceProvider.
setItemType(Class<? extends T>) - Method in class org.springframework.batch.item.amqp.AmqpItemReader
Establish the itemType for the reader.
setItemType(Class<? extends T>) - Method in class org.springframework.batch.item.jms.JmsItemReader
Set the expected type of incoming message payloads.
setJavaMailSender(JavaMailSender) - Method in class org.springframework.batch.item.mail.javamail.MimeMessageItemWriter
A JavaMailSender to be used to send messages in MimeMessageItemWriter.write(Chunk).
setJdbcTemplate(NamedParameterJdbcOperations) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the NamedParameterJdbcOperations.
setJmsTemplate(JmsOperations) - Method in class org.springframework.batch.item.jms.JmsItemReader
Setter for JMS template.
setJmsTemplate(JmsOperations) - Method in class org.springframework.batch.item.jms.JmsItemWriter
Setter for JMS template.
setJmsTemplate(JmsOperations) - Method in class org.springframework.batch.item.jms.JmsMethodInvocationRecoverer
Setter for jms template.
setJsonObjectMarshaller(JsonObjectMarshaller<T>) - Method in class org.springframework.batch.item.json.JsonFileItemWriter
Set the JsonObjectMarshaller to use to marshal object to json.
setJsonObjectReader(JsonObjectReader<T>) - Method in class org.springframework.batch.item.json.JsonItemReader
Set the JsonObjectReader to use to read and map Json fragments to domain objects.
setKafkaTemplate(KafkaTemplate<K, T>) - Method in class org.springframework.batch.item.kafka.KafkaItemWriter
Set the KafkaTemplate to use.
setKeyName(String) - Method in class org.springframework.batch.support.SystemPropertyInitializer
Set the key name for the System property that is created.
setLimit(int) - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
The limit on the given exception type within a single context before it is rethrown.
setLineAggregator(LineAggregator<T>) - Method in class org.springframework.batch.item.file.FlatFileItemWriter
Public setter for the LineAggregator.
setLineEnding(String) - Method in class org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory
 
setLineMapper(LineMapper<T>) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Setter for line mapper.
setLineSeparator(String) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Public setter for the line separator.
setLinesToSkip(int) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Public setter for the number of lines to skip at the start of a file.
setLinesWritten(long) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
setLineTokenizer(LineTokenizer) - Method in class org.springframework.batch.item.file.mapping.DefaultLineMapper
 
setListeners(List<RepeatListener>) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
Public setter for the listeners.
setListeners(RepeatListener[]) - Method in class org.springframework.batch.repeat.listener.CompositeRepeatListener
Public setter for the listeners.
setListeners(RepeatListener[]) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Set the listeners for this template, registering them for callbacks at appropriate times in the iteration.
setLocale(Locale) - Method in class org.springframework.batch.item.file.transform.FormatterLineAggregator
Public setter for the locale.
setLoginTimeout(int) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
setLogWriter(PrintWriter) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
setMailErrorHandler(MailErrorHandler) - Method in class org.springframework.batch.item.mail.javamail.MimeMessageItemWriter
The handler for failed messages.
setMailErrorHandler(MailErrorHandler) - Method in class org.springframework.batch.item.mail.SimpleMailMessageItemWriter
The handler for failed messages.
setMailSender(MailSender) - Method in class org.springframework.batch.item.mail.SimpleMailMessageItemWriter
A MailSender to be used to send messages in SimpleMailMessageItemWriter.write(Chunk).
setMapper(ObjectMapper) - Method in class org.springframework.batch.item.json.JacksonJsonObjectReader
Set the object mapper to use to map Json objects to domain objects.
setMapper(Gson) - Method in class org.springframework.batch.item.json.GsonJsonObjectReader
Set the object mapper to use to map Json objects to domain objects.
setMarshaller(Marshaller) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set Object to XML marshaller.
setMatchStatement(String) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
An optional match fragment of the cypher query.
setMaxCount(int) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
Setter for maximum value of count before termination.
setMaximumLength(int) - Method in class org.springframework.batch.item.file.transform.FormatterLineAggregator
Public setter for the maximum length of the formatted string.
setMaxItemCount(int) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
The maximum index of the items to be read.
setMaxMessageLength(int) - Method in class org.springframework.batch.item.mail.DefaultMailErrorHandler
The limit for the size of message that will be copied to the exception message.
setMaxRows(int) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMethodName(String) - Method in class org.springframework.batch.item.data.RepositoryItemReader
Specifies what method on the repository to call.
setMethodName(String) - Method in class org.springframework.batch.item.data.RepositoryItemWriter
Specifies what method on the repository to call.
setMinimumLength(int) - Method in class org.springframework.batch.item.file.transform.FormatterLineAggregator
Public setter for the minimum length of the formatted string.
setName(String) - Method in class org.springframework.batch.item.ItemStreamSupport
The name of the component which will be used as a stem for keys in the ExecutionContext.
setName(String) - Method in class org.springframework.batch.item.util.ExecutionContextUserSupport
 
setNamedQuery(String) - Method in class org.springframework.batch.item.database.orm.JpaNamedQueryProvider
 
setNames(String...) - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
Setter for column names.
setNames(String[]) - Method in class org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor
 
setNames(String...) - Method in class org.springframework.batch.item.file.transform.RecordFieldExtractor
Set the names of record components to extract.
setNamespaceContext(NamespaceContext) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
setNumberFormat(NumberFormat) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
The NumberFormat to use for parsing numbers.
setNumberFormat(NumberFormat) - Method in class org.springframework.batch.item.file.transform.DefaultFieldSetFactory
The NumberFormat to use for parsing numbers.
setObjectMapper(ObjectMapper) - Method in class org.springframework.batch.item.json.JacksonJsonObjectMarshaller
Set the ObjectMapper to use.
setOrderByStatement(String) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
A list of properties to order the results by.
setOverwriteOutput(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set "overwrite" flag for the output file.
setPageSize(int) - Method in class org.springframework.batch.item.data.AbstractPaginatedDataItemReader
The number of items to be read with each page.
setPageSize(int) - Method in class org.springframework.batch.item.data.RepositoryItemReader
 
setPageSize(int) - Method in class org.springframework.batch.item.database.AbstractPagingItemReader
The number of rows to retrieve at a time.
setParameters(SqlParameter[]) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Add one or more declared parameters.
setParameterValues(List<Object>) - Method in class org.springframework.batch.item.data.MongoItemReader
List of values to be substituted in for each of the parameters in the query.
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
Optional parameters to be used in the cypher query.
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
The parameter values to apply to a query (map of name:value).
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
The parameter values to apply to a query (map of name:value).
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
The parameter values to be used for the query execution.
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.JpaCursorItemReader
Set the parameter values to be used for the query execution.
setParameterValues(Map<String, Object>) - Method in class org.springframework.batch.item.database.JpaPagingItemReader
The parameter values to be used for the query execution.
setPartitionOffsets(Map<TopicPartition, Long>) - Method in class org.springframework.batch.item.kafka.KafkaItemReader
Setter for partition offsets.
setPattern(Pattern) - Method in class org.springframework.batch.item.file.transform.RegexLineTokenizer
Sets the regex pattern to use.
setPolicies(CompletionPolicy[]) - Method in class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
Setter for the policies.
setPollTimeout(Duration) - Method in class org.springframework.batch.item.kafka.KafkaItemReader
Set a timeout for the consumer topic polling duration.
setPrefix(String, String) - Method in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
setPreparedStatementSetter(PreparedStatementSetter) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
Set the PreparedStatementSetter to use if any parameter values that need to be set in the supplied query.
setPreparedStatementSetter(PreparedStatementSetter) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Set the PreparedStatementSetter to use if any parameter values that need to be set in the supplied query.
setProcedureName(String) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Set the SQL statement to be used when creating the cursor.
setPrototypeBeanName(String) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
The bean name (id) for an object that can be populated from the field set that will be passed into BeanWrapperFieldSetMapper.mapFieldSet(FieldSet).
setQuery(String) - Method in class org.springframework.batch.item.data.MongoItemReader
A JSON formatted MongoDB query.
setQuery(Query) - Method in class org.springframework.batch.item.data.MongoItemReader
A Mongo Query to be used.
setQueryName(String) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
A query name for an externalized query.
setQueryName(String) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
setQueryName(String) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
A query name for an externalized query.
setQueryProvider(HibernateQueryProvider<? extends T>) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
setQueryProvider(HibernateQueryProvider<? extends T>) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
A query provider.
setQueryProvider(HibernateQueryProvider<T>) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
A query provider.
setQueryProvider(JpaQueryProvider) - Method in class org.springframework.batch.item.database.JpaCursorItemReader
Set the JPA query provider.
setQueryProvider(JpaQueryProvider) - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
setQueryProvider(PagingQueryProvider) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
setQueryString(String) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
A query string in HQL.
setQueryString(String) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
setQueryString(String) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
A query string in HQL.
setQueryString(String) - Method in class org.springframework.batch.item.database.JpaCursorItemReader
Set the JPQL query string.
setQueryString(String) - Method in class org.springframework.batch.item.database.JpaPagingItemReader
 
setQueryTimeout(int) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setQuoteCharacter(char) - Method in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
Public setter for the quoteCharacter.
setQuoteCharacter(String) - Method in class org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy
Public setter for the quoteCharacter.
setRecordMapper(RecordMapper<T>) - Method in class org.springframework.batch.item.ldif.MappingLdifReader
Setter for object mapper.
setRecordSeparatorPolicy(RecordSeparatorPolicy) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Public setter for the recordSeparatorPolicy.
setRecordsToSkip(int) - Method in class org.springframework.batch.item.ldif.LdifReader
Public setter for the number of lines to skip at the start of a file.
setRecordsToSkip(int) - Method in class org.springframework.batch.item.ldif.MappingLdifReader
Public setter for the number of lines to skip at the start of a file.
setRefCursorPosition(int) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Set the parameter position of the REF CURSOR.
setRegex(String) - Method in class org.springframework.batch.item.file.transform.RegexLineTokenizer
Sets the regular expression to use.
setRepeatOperations(RepeatOperations) - Method in class org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor
Setter for the RepeatOperations.
setRepository(CrudRepository<T, ?>) - Method in class org.springframework.batch.item.data.RepositoryItemWriter
Set the CrudRepository implementation for persistence
setRepository(PagingAndSortingRepository<?, ?>) - Method in class org.springframework.batch.item.data.RepositoryItemReader
The PagingAndSortingRepository implementation used to read input from.
setResource(Resource) - Method in class org.springframework.batch.item.file.FlatFileItemReader
Public setter for the input resource.
setResource(Resource) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
Prototype for output resources.
setResource(Resource) - Method in interface org.springframework.batch.item.file.ResourceAwareItemReaderItemStream
 
setResource(Resource) - Method in class org.springframework.batch.item.json.JsonItemReader
 
setResource(Resource) - Method in class org.springframework.batch.item.ldif.LdifReader
Establishes the resource that will be used as the input for the LdifReader.
setResource(Resource) - Method in class org.springframework.batch.item.ldif.MappingLdifReader
 
setResource(Resource) - Method in interface org.springframework.batch.item.ResourceAware
 
setResource(Resource) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
setResource(WritableResource) - Method in interface org.springframework.batch.item.file.ResourceAwareItemWriterItemStream
 
setResource(WritableResource) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Setter for a writable resource.
setResource(WritableResource) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set output file.
setResources(Resource[]) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
 
setResources(Resource[]) - Method in class org.springframework.batch.item.file.ResourcesItemReader
The resources to serve up as items.
setResourceSuffixCreator(ResourceSuffixCreator) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
Allows customization of the suffix of the created resources based on the index.
setReturnStatement(String) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
The return statement of the cypher query.
setRootElementAttributes(Map<String, String>) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set the root element attributes to be written.
setRootTagName(String) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set the tag name of the root element.
setRowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
Set the RowMapper to be used for all calls to read().
setRowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
The row mapper implementation to be used by this reader.
setRowMapper(RowMapper<T>) - Method in class org.springframework.batch.item.database.StoredProcedureItemReader
Set the RowMapper to be used for all calls to read().
setSaveState(boolean) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
Set the boolean indicating whether or not state should be saved in the provided ExecutionContext during the ItemStream call to update.
setSaveState(boolean) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
Indicates that the state of the reader will be saved after each commit.
setSaveState(boolean) - Method in class org.springframework.batch.item.kafka.KafkaItemReader
Set the flag that determines whether to save internal data for ExecutionContext.
setSaveState(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Set the flag indicating whether or not state should be saved in the provided ExecutionContext during the ItemStream call to update.
setSaveState(boolean) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
Set the flag that determines whether to save internal data for ExecutionContext.
setSaveState(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
 
setScript(Resource) - Method in class org.springframework.batch.item.support.ScriptItemProcessor
Sets the Resource location of the script to use.
setScriptEvaluator(ScriptEvaluator) - Method in class org.springframework.batch.item.support.ScriptItemProcessor
Provides the ability to set a custom ScriptEvaluator implementation.
setScriptSource(String, String) - Method in class org.springframework.batch.item.support.ScriptItemProcessor
Sets the provided String as the script source code to use.
setSelectClause(String) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
setSelectClause(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setSession(Session) - Method in class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
setSession(Session) - Method in interface org.springframework.batch.item.database.orm.HibernateQueryProvider
Deprecated.
Inject a Session that can be used as a factory for queries.
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
The Hibernate SessionFactory to use the create a session.
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
 
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
Set the Hibernate SessionFactory to be used internally.
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
The Hibernate SessionFactory to use the create a session.
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
Establish the session factory for the reader.
setSessionFactory(SessionFactory) - Method in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
Establish the session factory that will be used to create Session instances for interacting with Neo4j.
setShouldDeleteIfEmpty(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Flag to indicate that the target file should be deleted if no lines have been written (other than header and footer) on close.
setShouldDeleteIfEmpty(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Flag to indicate that the target file should be deleted if no items have been written (other than header and footer) on close.
setShouldDeleteIfExists(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Flag to indicate that the target file should be deleted if it already exists, otherwise it will be created.
setSkippedLinesCallback(LineCallbackHandler) - Method in class org.springframework.batch.item.file.FlatFileItemReader
 
setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.batch.item.ldif.LdifReader
RecordCallbackHandler implementations can be used to take action on skipped records.
setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.batch.item.ldif.MappingLdifReader
RecordCallbackHandler implementations can be used to take action on skipped records.
setSort(Map<String, Sort.Direction>) - Method in class org.springframework.batch.item.data.MongoItemReader
Map of property names/Sort.Direction values to sort the input by.
setSort(Map<String, Sort.Direction>) - Method in class org.springframework.batch.item.data.RepositoryItemReader
Provides ordering of the results so that order is maintained between paged queries
setSortKey(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
setSortKeys(Map<String, Order>) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setSql(String) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
Public setter for the query string to execute on write.
setSql(String) - Method in class org.springframework.batch.item.database.JdbcCursorItemReader
Set the SQL statement to be used when creating the cursor.
setSqlQuery(String) - Method in class org.springframework.batch.item.database.orm.HibernateNativeQueryProvider
Deprecated.
 
setSqlQuery(String) - Method in class org.springframework.batch.item.database.orm.JpaNativeQueryProvider
 
setStandalone(Boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set standalone document declaration to be used for output XML.
setStartStatement(String) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
The start segment of the cypher query.
setStatelessSession(StatelessSession) - Method in class org.springframework.batch.item.database.orm.AbstractHibernateQueryProvider
Deprecated.
 
setStatelessSession(StatelessSession) - Method in interface org.springframework.batch.item.database.orm.HibernateQueryProvider
Deprecated.
Inject a StatelessSession that can be used as a factory for queries.
setStreams(List<ItemStream>) - Method in class org.springframework.batch.item.support.CompositeItemStream
Public setter for the ItemStreams.
setStreams(ItemStream[]) - Method in class org.springframework.batch.item.support.CompositeItemStream
Public setter for the ItemStreams.
setStrict(boolean) - Method in class org.springframework.batch.item.file.builder.MultiResourceItemReaderBuilder
In strict mode the reader will throw an exception on MultiResourceItemReader.open(org.springframework.batch.item.ExecutionContext) if there are no resources to read.
setStrict(boolean) - Method in class org.springframework.batch.item.file.FlatFileItemReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStrict(boolean) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Public setter for the 'strict' property.
setStrict(boolean) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
In strict mode the reader will throw an exception on MultiResourceItemReader.open(org.springframework.batch.item.ExecutionContext) if there are no resources to read.
setStrict(boolean) - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
Public setter for the strict flag.
setStrict(boolean) - Method in class org.springframework.batch.item.json.JsonItemReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStrict(boolean) - Method in class org.springframework.batch.item.ldif.LdifReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStrict(boolean) - Method in class org.springframework.batch.item.ldif.MappingLdifReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setStrict(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
setSuffix(String) - Method in class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
Lines ending in this terminator String signal the end of a record.
setTargetMethod(String) - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
 
setTargetObject(Object) - Method in class org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
 
setTargetType(Class<? extends T>) - Method in class org.springframework.batch.item.data.MongoItemReader
The type of object to be returned for each AbstractItemCountingItemStreamItemReader.read() call.
setTargetType(Class<? extends T>) - Method in class org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper
Public setter for the type of bean to create instead of using a prototype bean.
setTargetType(Class<T>) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
The object type to be returned from each call to AbstractItemCountingItemStreamItemReader.read()
setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
Setter for task executor to be used to run the individual item callbacks.
setTemplate(MongoOperations) - Method in class org.springframework.batch.item.data.MongoItemReader
Used to perform operations against the MongoDB instance.
setTemplate(MongoOperations) - Method in class org.springframework.batch.item.data.MongoItemWriter
Set the MongoOperations to be used to save items to be written.
setTerminateOnly() - Method in class org.springframework.batch.repeat.context.RepeatContextSupport
 
setTerminateOnly() - Method in interface org.springframework.batch.repeat.RepeatContext
Signal to the framework that the current batch should complete abnormally, independent of the current CompletionPolicy.
setThresholds(Map<Class<? extends Throwable>, Integer>) - Method in class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
A map from exception classes to a threshold value of type Integer.
setThrottleLimit(int) - Method in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0, scheduled for removal in 6.0. Use a pooled TaskExecutor implemenation with a limited capacity of its task queue instead.
setTimeout(long) - Method in class org.springframework.batch.item.kafka.KafkaItemWriter
The time limit to wait when flushing items to Kafka.
setTokenizers(Map<String, LineTokenizer>) - Method in class org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper
 
setTokenizers(Map<String, LineTokenizer>) - Method in class org.springframework.batch.item.file.transform.PatternMatchingCompositeLineTokenizer
 
setTransacted(boolean) - Method in class org.springframework.batch.item.database.JpaPagingItemReader
By default (true) the EntityTransaction will be started and committed around the read.
setTransactional(boolean) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Flag to indicate that writing to the buffer should be delayed if a transaction is active.
setTransactional(boolean) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Flag to indicate that writes should be deferred to the end of a transaction if present.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
 
setUpOutputFile(File, boolean, boolean, boolean) - Static method in class org.springframework.batch.item.util.FileUtils
Set up output file for batch processing.
setUseParent(boolean) - Method in class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
Flag to indicate the exception counters should be shared between sibling contexts in a nested batch.
setUseParent(boolean) - Method in class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Flag to indicate the exception counters should be shared between sibling contexts in a nested batch (i.e.
setUseParent(boolean) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
Flag to indicate whether the count is at the level of the parent context, or just local to the context.
setUsePersist(boolean) - Method in class org.springframework.batch.item.database.JpaItemWriter
Set whether the EntityManager should perform a persist instead of a merge.
setUserData(Object) - Method in class org.springframework.batch.item.Chunk
 
setUseSharedExtendedConnection(boolean) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Indicate whether the connection used for the cursor should be used by all other processing thus sharing the same transaction.
setUseStatelessSession(boolean) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Can be set only in uninitialized state.
setUseStatelessSession(boolean) - Method in class org.springframework.batch.item.database.HibernateItemReaderHelper
Deprecated.
Can be set only in uninitialized state.
setUseStatelessSession(boolean) - Method in class org.springframework.batch.item.database.HibernatePagingItemReader
Deprecated.
Can be set only in uninitialized state.
setValidator(Validator<? super T>) - Method in class org.springframework.batch.item.validator.ValidatingItemProcessor
Set the validator used to validate each item.
setValidator(Validator) - Method in class org.springframework.batch.item.validator.SpringValidator
 
setValues(Map<String, Object>, PreparedStatement) - Method in class org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter
 
setValues(T, PreparedStatement) - Method in interface org.springframework.batch.item.database.ItemPreparedStatementSetter
Set parameter values on the given PreparedStatement as determined from the provided item.
setVerifyCursorPosition(boolean) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
Allow verification of cursor position after current row is processed by RowMapper or RowCallbackHandler.
setVersion(String) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Set XML version to be used for output XML.
setWhereClause(String) - Method in class org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
 
setWhereClause(String) - Method in class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
setWhereStatement(String) - Method in class org.springframework.batch.item.data.Neo4jItemReader
Deprecated.
An optional where fragment of the cypher query.
setXmlInputFactory(XMLInputFactory) - Method in class org.springframework.batch.item.xml.StaxEventItemReader
shouldClose(Connection) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
shouldDeleteIfEmpty(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
If set to true, once the step is complete, if the resource previously provided is empty, it will be deleted.
shouldDeleteIfEmpty(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
If set to true, once the step is complete, if the resource previously provided is empty, it will be deleted.
shouldDeleteIfEmpty(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Flag to indicate that the output file should be deleted if no results were written to it.
shouldDeleteIfExists - Variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
shouldDeleteIfExists(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
If set to true, upon the start of the step, if the resource already exists, it will be deleted and recreated.
shouldDeleteIfExists(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
If set to true, upon the start of the step, if the resource already exists, it will be deleted and recreated.
SimpleBinaryBufferedReaderFactory - Class in org.springframework.batch.item.file
A BufferedReaderFactory useful for reading simple binary (or text) files with no line endings, such as those produced by mainframe copy books.
SimpleBinaryBufferedReaderFactory() - Constructor for class org.springframework.batch.item.file.SimpleBinaryBufferedReaderFactory
 
SimpleCompletionPolicy - Class in org.springframework.batch.repeat.policy
Policy for terminating a batch after a fixed number of operations.
SimpleCompletionPolicy() - Constructor for class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
SimpleCompletionPolicy(int) - Constructor for class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
SimpleCompletionPolicy.SimpleTerminationContext - Class in org.springframework.batch.repeat.policy
 
SimpleLimitExceptionHandler - Class in org.springframework.batch.repeat.exception
Simple implementation of exception handler which looks for given exception types.
SimpleLimitExceptionHandler() - Constructor for class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Default constructor for the SimpleLimitExceptionHandler.
SimpleLimitExceptionHandler(int) - Constructor for class org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler
Convenience constructor for the SimpleLimitExceptionHandler to set the limit.
SimpleMailMessageItemWriter - Class in org.springframework.batch.item.mail
A simple ItemWriter that can send mail messages.
SimpleMailMessageItemWriter() - Constructor for class org.springframework.batch.item.mail.SimpleMailMessageItemWriter
 
SimpleMailMessageItemWriterBuilder - Class in org.springframework.batch.item.mail.builder
Creates a fully qualified SimpleMailMessageItemWriter.
SimpleMailMessageItemWriterBuilder() - Constructor for class org.springframework.batch.item.mail.builder.SimpleMailMessageItemWriterBuilder
 
SimpleMethodInvoker - Class in org.springframework.batch.support
Simple implementation of the MethodInvoker interface that invokes a method on an object.
SimpleMethodInvoker(Object, Method) - Constructor for class org.springframework.batch.support.SimpleMethodInvoker
 
SimpleMethodInvoker(Object, String, Class<?>...) - Constructor for class org.springframework.batch.support.SimpleMethodInvoker
 
SimpleRecordSeparatorPolicy - Class in org.springframework.batch.item.file.separator
Simplest possible RecordSeparatorPolicy - treats all lines as record endings.
SimpleRecordSeparatorPolicy() - Constructor for class org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
 
SimpleResourceSuffixCreator - Class in org.springframework.batch.item.file
Trivial implementation of ResourceSuffixCreator that uses the index itself as suffix, separated by dot.
SimpleResourceSuffixCreator() - Constructor for class org.springframework.batch.item.file.SimpleResourceSuffixCreator
 
SimpleTerminationContext(RepeatContext) - Constructor for class org.springframework.batch.repeat.policy.SimpleCompletionPolicy.SimpleTerminationContext
 
SingleItemPeekableItemReader<T> - Class in org.springframework.batch.item.support
A PeekableItemReader that allows the user to peek one item ahead.
SingleItemPeekableItemReader() - Constructor for class org.springframework.batch.item.support.SingleItemPeekableItemReader
 
SingleItemPeekableItemReaderBuilder<T> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified SingleItemPeekeableItemReader.
SingleItemPeekableItemReaderBuilder() - Constructor for class org.springframework.batch.item.support.builder.SingleItemPeekableItemReaderBuilder
 
size() - Method in class org.springframework.batch.item.Chunk
 
size() - Method in class org.springframework.batch.item.ExecutionContext
Returns number of entries in the context
skip(Exception) - Method in class org.springframework.batch.item.Chunk
Register an anonymous skip.
skippedLinesCallback(LineCallbackHandler) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
A callback to be called for each line that is skipped.
skippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
RecordCallbackHandler implementations can be used to take action on skipped records.
skippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
RecordCallbackHandler implementations can be used to take action on skipped records.
SkipWrapper<T> - Class in org.springframework.batch.item
Wrapper for an item and its exception if it failed processing.
SkipWrapper(T) - Constructor for class org.springframework.batch.item.SkipWrapper
 
SkipWrapper(T, Throwable) - Constructor for class org.springframework.batch.item.SkipWrapper
 
sortKeys(Map<String, Order>) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The keys to sort by.
sorts(Map<String, Sort.Direction>) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Map of property names/Sort.Direction values to sort the input by.
sorts(Map<String, Sort.Direction>) - Method in class org.springframework.batch.item.data.builder.RepositoryItemReaderBuilder
Provides ordering of the results so that order is maintained between paged queries.
sourceType(Class<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.DelimitedBuilder
Specify the type of items from which fields will be extracted.
sourceType(Class<T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Specify the type of items from which fields will be extracted.
SpELItemKeyMapper<K,V> - Class in org.springframework.batch.item
An implementation of Converter that uses SpEL to map a Value to a key
SpELItemKeyMapper(String) - Constructor for class org.springframework.batch.item.SpELItemKeyMapper
 
SpringValidator<T> - Class in org.springframework.batch.item.validator
Adapts the Validator interface to Validator.
SpringValidator() - Constructor for class org.springframework.batch.item.validator.SpringValidator
 
sql - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
sql(String) - Method in class org.springframework.batch.item.database.builder.JdbcBatchItemWriterBuilder
Set the SQL statement to be used for each item's updates.
sql(String) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
The query to be executed for this reader
SQLITE - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
SqlitePagingQueryProvider - Class in org.springframework.batch.item.database.support
SQLite implementation of a PagingQueryProvider using database specific features.
SqlitePagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.SqlitePagingQueryProvider
 
SqlPagingQueryProviderFactoryBean - Class in org.springframework.batch.item.database.support
Factory bean for PagingQueryProvider interface.
SqlPagingQueryProviderFactoryBean() - Constructor for class org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean
 
SqlPagingQueryUtils - Class in org.springframework.batch.item.database.support
Utility class that generates the actual SQL statements used by query providers.
SqlPagingQueryUtils() - Constructor for class org.springframework.batch.item.database.support.SqlPagingQueryUtils
 
SQLSERVER - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
SqlServerPagingQueryProvider - Class in org.springframework.batch.item.database.support
SQL Server implementation of a PagingQueryProvider using database specific features.
SqlServerPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.SqlServerPagingQueryProvider
 
SqlWindowingPagingQueryProvider - Class in org.springframework.batch.item.database.support
Generic Paging Query Provider using standard SQL:2003 windowing functions.
SqlWindowingPagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider
 
standalone(Boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Standalone document declaration for the output document.
start() - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Delegate to the CompletionPolicy.
start(RepeatContext) - Method in interface org.springframework.batch.repeat.CompletionPolicy
Create a new context for the execution of a batch.
start(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompletionPolicySupport
Build a new RepeatContextSupport and return it.
start(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
Create a new composite context from all the available policies.
start(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
 
start(RepeatContext) - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
Reset the counter.
start(RepeatContext) - Method in class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy
Start the clock on the timeout.
startCloseSuppression(Connection) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
startDocument(XMLEventWriter) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Writes simple XML header containing: xml declaration - defines encoding and XML version opening tag of the root element and its attributes If this is not sufficient for you, simply override this method.
startStatement(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
The start segment of the cypher query.
state - Variable in class org.springframework.batch.item.support.AbstractFileItemWriter
 
StaxEventItemReader<T> - Class in org.springframework.batch.item.xml
Item reader for reading XML input based on StAX.
StaxEventItemReader() - Constructor for class org.springframework.batch.item.xml.StaxEventItemReader
 
StaxEventItemReaderBuilder<T> - Class in org.springframework.batch.item.xml.builder
A fluent builder for the StaxEventItemReader
StaxEventItemReaderBuilder() - Constructor for class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
 
StaxEventItemWriter<T> - Class in org.springframework.batch.item.xml
An implementation of ItemWriter which uses StAX and Marshaller for serializing object to XML.
StaxEventItemWriter() - Constructor for class org.springframework.batch.item.xml.StaxEventItemWriter
 
StaxEventItemWriterBuilder<T> - Class in org.springframework.batch.item.xml.builder
A builder for the StaxEventItemWriter.
StaxEventItemWriterBuilder() - Constructor for class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
 
StaxWriterCallback - Interface in org.springframework.batch.item.xml
Callback interface for writing to an XML file - useful e.g.
stopCloseSuppression(Connection) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
 
StoredProcedureItemReader<T> - Class in org.springframework.batch.item.database
Item reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in the ResultSet.
StoredProcedureItemReader() - Constructor for class org.springframework.batch.item.database.StoredProcedureItemReader
 
StoredProcedureItemReaderBuilder<T> - Class in org.springframework.batch.item.database.builder
A fluent builder API for the configuration of a StoredProcedureItemReader.
StoredProcedureItemReaderBuilder() - Constructor for class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
 
strict(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder.FixedLengthBuilder
Boolean indicating if the number of tokens in a line must match the number of fields (ranges) configured.
strict(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
Configure if the reader should be in strict mode (require the input Resource to exist).
strict(boolean) - Method in class org.springframework.batch.item.json.builder.JsonItemReaderBuilder
Setting this value to true indicates that it is an error if the input does not exist and an exception will be thrown.
strict(boolean) - Method in class org.springframework.batch.item.ldif.builder.LdifReaderBuilder
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
strict(boolean) - Method in class org.springframework.batch.item.ldif.builder.MappingLdifReaderBuilder
In strict mode the reader will throw an exception on AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext) if the input resource does not exist.
strict(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
Setting this value to true indicates that it is an error if the input does not exist and an exception will be thrown.
stringToProperties(String) - Static method in class org.springframework.batch.support.PropertiesConverter
Parse a String to a Properties object.
SuffixRecordSeparatorPolicy - Class in org.springframework.batch.item.file.separator
A RecordSeparatorPolicy that looks for an exact match for a String at the end of a line (e.g.
SuffixRecordSeparatorPolicy() - Constructor for class org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy
 
SYBASE - Enum constant in enum class org.springframework.batch.support.DatabaseType
 
SybasePagingQueryProvider - Class in org.springframework.batch.item.database.support
Sybase implementation of a PagingQueryProvider using database specific features.
SybasePagingQueryProvider() - Constructor for class org.springframework.batch.item.database.support.SybasePagingQueryProvider
 
SynchronizedAttributeAccessor - Class in org.springframework.batch.repeat.context
An AttributeAccessor that synchronizes on a mutex (not this) before modifying or accessing the underlying attributes.
SynchronizedAttributeAccessor() - Constructor for class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
SynchronizedItemStreamReader<T> - Class in org.springframework.batch.item.support
This is a simple ItemStreamReader decorator with a synchronized ItemReader.read() method - which makes a non-thread-safe ItemReader thread-safe.
SynchronizedItemStreamReader() - Constructor for class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
SynchronizedItemStreamReaderBuilder<T> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified SynchronizedItemStreamReader.
SynchronizedItemStreamReaderBuilder() - Constructor for class org.springframework.batch.item.support.builder.SynchronizedItemStreamReaderBuilder
 
SynchronizedItemStreamWriter<T> - Class in org.springframework.batch.item.support
An ItemStreamWriter decorator with a synchronized write() method.
SynchronizedItemStreamWriter() - Constructor for class org.springframework.batch.item.support.SynchronizedItemStreamWriter
 
SynchronizedItemStreamWriterBuilder<T> - Class in org.springframework.batch.item.support.builder
Creates a fully qualified SynchronizedItemStreamWriter.
SynchronizedItemStreamWriterBuilder() - Constructor for class org.springframework.batch.item.support.builder.SynchronizedItemStreamWriterBuilder
 
SystemPropertyInitializer - Class in org.springframework.batch.support
Helper class that sets up a System property with a default value.
SystemPropertyInitializer() - Constructor for class org.springframework.batch.support.SystemPropertyInitializer
 

T

take() - Method in class org.springframework.batch.repeat.support.ResultHolderResultQueue
Deprecated.
Get the next result as soon as it becomes available.
take() - Method in class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
 
targetType(Class<? extends T>) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
The type of object to be returned for each AbstractItemCountingItemStreamItemReader.read() call.
targetType(Class<? extends T>) - Method in class org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder
The class that will represent the "item" to be returned from the reader.
targetType(Class<T>) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
The object type to be returned from each call to AbstractItemCountingItemStreamItemReader.read()
TaskExecutorRepeatTemplate - Class in org.springframework.batch.repeat.support
Provides RepeatOperations support including interceptors that can be used to modify or monitor the behaviour at run time.
This implementation is sufficient to be used to configure transactional behaviour for each item by making the RepeatCallback transactional, or for the whole batch by making the execute method transactional (but only then if the task executor is synchronous).
This class is thread-safe if its collaborators are thread-safe (interceptors, terminationPolicy, callback).
TaskExecutorRepeatTemplate() - Constructor for class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
 
template(MongoOperations) - Method in class org.springframework.batch.item.data.builder.MongoItemReaderBuilder
Used to perform operations against the MongoDB instance.
template(MongoOperations) - Method in class org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Set the MongoOperations to be used to save items to be written.
ThrottleLimitResultQueue<T> - Class in org.springframework.batch.repeat.support
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 with no replacement. Scheduled for removal in 6.0.
ThrottleLimitResultQueue(int) - Constructor for class org.springframework.batch.repeat.support.ThrottleLimitResultQueue
Deprecated.
 
timeout(long) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemWriterBuilder
The time limit to wait when flushing items to Kafka.
TimeoutBatchContext(RepeatContext) - Constructor for class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy.TimeoutBatchContext
 
TimeoutTerminationPolicy - Class in org.springframework.batch.repeat.policy
Termination policy that times out after a fixed period.
TimeoutTerminationPolicy() - Constructor for class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy
Default constructor.
TimeoutTerminationPolicy(long) - Constructor for class org.springframework.batch.repeat.policy.TimeoutTerminationPolicy
Construct a TimeoutTerminationPolicy with the specified timeout value (in milliseconds).
TimeoutTerminationPolicy.TimeoutBatchContext - Class in org.springframework.batch.repeat.policy
 
tokenize(String) - Method in class org.springframework.batch.item.file.transform.AbstractLineTokenizer
Yields the tokens resulting from the splitting of the supplied line.
tokenize(String) - Method in interface org.springframework.batch.item.file.transform.LineTokenizer
Yields the tokens resulting from the splitting of the supplied line.
tokenize(String) - Method in class org.springframework.batch.item.file.transform.PatternMatchingCompositeLineTokenizer
 
topic(String) - Method in class org.springframework.batch.item.kafka.builder.KafkaItemReaderBuilder
A topic name to manually assign to the consumer.
toString() - Method in class org.springframework.batch.item.Chunk.ChunkIterator
 
toString() - Method in class org.springframework.batch.item.Chunk
 
toString() - Method in class org.springframework.batch.item.ExecutionContext
 
toString() - Method in class org.springframework.batch.item.file.transform.DefaultFieldSet
 
toString() - Method in class org.springframework.batch.item.file.transform.Range
 
toString() - Method in class org.springframework.batch.item.SkipWrapper
 
toString() - Method in class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
 
toString() - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
 
transacted(boolean) - Method in class org.springframework.batch.item.database.builder.JpaPagingItemReaderBuilder
Indicates if a transaction should be created around the read (true by default).
transactional(boolean) - Method in class org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder
If set to true, the flushing of the buffer is delayed while a transaction is active.
transactional(boolean) - Method in class org.springframework.batch.item.json.builder.JsonFileItemWriterBuilder
If set to true, the flushing of the buffer is delayed while a transaction is active.
transactional(boolean) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
The resulting writer is participating in a transaction and writes should be delayed as late as possible.
TransactionAwareBufferedWriter - Class in org.springframework.batch.support.transaction
Wrapper for a FileChannel that delays actually writing to or closing the buffer if a transaction is active.
TransactionAwareBufferedWriter(FileChannel, Runnable) - Constructor for class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
Create a new instance with the underlying file channel provided, and a callback to execute on close.
TransactionAwareProxyFactory<T> - Class in org.springframework.batch.support.transaction
Factory for transaction aware objects (like lists, sets, maps).
translateSqlException(String, String, SQLException) - Method in class org.springframework.batch.item.database.AbstractCursorItemReader
 
truncate() - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
Truncate the output at the last known good point.
type(Class<T>) - Method in class org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Configure a type to be deserialized.
type(Class<T>) - Method in class org.springframework.batch.item.avro.builder.AvroItemWriterBuilder
 

U

UnclosedElementCollectingEventWriter - Class in org.springframework.batch.item.xml.stax
Delegating XMLEventWriter, which collects the QNames of elements that were opened but not closed.
UnclosedElementCollectingEventWriter(XMLEventWriter) - Constructor for class org.springframework.batch.item.xml.stax.UnclosedElementCollectingEventWriter
 
UnexpectedInputException - Exception in org.springframework.batch.item
Used to signal an unexpected end of an input or message stream.
UnexpectedInputException(String) - Constructor for exception org.springframework.batch.item.UnexpectedInputException
Create a new UnexpectedInputException based on a message.
UnexpectedInputException(String, Throwable) - Constructor for exception org.springframework.batch.item.UnexpectedInputException
Create a new UnexpectedInputException based on a message and another exception.
unmarshaller(Unmarshaller) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder
An implementation of the Unmarshaller from Spring's OXM module.
UnopenedElementClosingEventWriter - Class in org.springframework.batch.item.xml.stax
Delegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directly to the underlying java.io.Writer instead of to the delegate XMLEventWriter.
UnopenedElementClosingEventWriter(XMLEventWriter, Writer, List<QName>) - Constructor for class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
unwrap(Class<T>) - Method in class org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy
Returns either self or delegate (in this order) if one of them can be cast to supplied parameter class.
update() - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy.SimpleTerminationContext
 
update(ExecutionContext) - Method in class org.springframework.batch.item.database.HibernateCursorItemReader
Deprecated.
Update the context and clear the session if stateful.
update(ExecutionContext) - Method in class org.springframework.batch.item.database.JdbcPagingItemReader
 
update(ExecutionContext) - Method in class org.springframework.batch.item.database.JpaCursorItemReader
 
update(ExecutionContext) - Method in class org.springframework.batch.item.file.MultiResourceItemReader
Store the current resource index and position in the resource.
update(ExecutionContext) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
 
update(ExecutionContext) - Method in class org.springframework.batch.item.file.ResourcesItemReader
 
update(ExecutionContext) - Method in interface org.springframework.batch.item.ItemStream
Indicates that the execution context provided during open is about to be saved.
update(ExecutionContext) - Method in class org.springframework.batch.item.ItemStreamSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 in favor of ItemStream.update(ExecutionContext) ()}. Scheduled for removal in 5.2.
update(ExecutionContext) - Method in class org.springframework.batch.item.kafka.KafkaItemReader
 
update(ExecutionContext) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
 
update(ExecutionContext) - Method in class org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
 
update(ExecutionContext) - Method in class org.springframework.batch.item.support.CompositeItemStream
Simple aggregate ExecutionContext provider for the contributions registered under the given key.
update(ExecutionContext) - Method in class org.springframework.batch.item.support.CompositeItemWriter
 
update(ExecutionContext) - Method in class org.springframework.batch.item.support.SingleItemPeekableItemReader
If there is a cached peek, then retrieve the execution context state from that point.
update(ExecutionContext) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamReader
 
update(ExecutionContext) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
 
update(ExecutionContext) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Get the restart data.
update(RepeatContext) - Method in interface org.springframework.batch.repeat.CompletionPolicy
Give implementations the opportunity to update the state of the current batch.
update(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompletionPolicySupport
Increment the context so the counter is up to date.
update(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CompositeCompletionPolicy
Update all the composed contexts, and also increment the parent context.
update(RepeatContext) - Method in class org.springframework.batch.repeat.policy.CountingCompletionPolicy
 
update(RepeatContext) - Method in class org.springframework.batch.repeat.policy.SimpleCompletionPolicy
Increment the counter in the context.
update(RepeatContext) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
Delegate to the CompletionPolicy.
UPPER_BORDER_NOT_DEFINED - Static variable in class org.springframework.batch.item.file.transform.Range
 
usePersist(boolean) - Method in class org.springframework.batch.item.database.builder.JpaItemWriterBuilder
Set whether the entity manager should perform a persist instead of a merge.
useSharedExtendedConnection(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Indicates that the connection used for the cursor is being used by all other processing, therefor part of the same transaction.
useSharedExtendedConnection(boolean) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Indicates that the connection used for the cursor is being used by all other processing, therefor part of the same transaction.
useStatelessSession(boolean) - Method in class org.springframework.batch.item.database.builder.HibernateCursorItemReaderBuilder
Deprecated.
Indicator for whether to use a StatelessSession (true) or a Session (false).
useStatelessSession(boolean) - Method in class org.springframework.batch.item.database.builder.HibernatePagingItemReaderBuilder
Deprecated.
Indicator for whether to use a StatelessSession (true) or a Session (false).
usingNamedParameters - Variable in class org.springframework.batch.item.database.JdbcBatchItemWriter
 

V

validate(T) - Method in class org.springframework.batch.item.validator.SpringValidator
 
validate(T) - Method in interface org.springframework.batch.item.validator.Validator
Method used to validate if the value is valid.
ValidatingItemProcessor<T> - Class in org.springframework.batch.item.validator
Simple implementation of ItemProcessor that validates input and returns it without modifications.
ValidatingItemProcessor() - Constructor for class org.springframework.batch.item.validator.ValidatingItemProcessor
Default constructor
ValidatingItemProcessor(Validator<? super T>) - Constructor for class org.springframework.batch.item.validator.ValidatingItemProcessor
Creates a ValidatingItemProcessor based on the given Validator.
ValidationException - Exception in org.springframework.batch.item.validator
This exception should be thrown when there are validation errors.
ValidationException(String) - Constructor for exception org.springframework.batch.item.validator.ValidationException
Create a new ValidationException based on a message.
ValidationException(String, Throwable) - Constructor for exception org.springframework.batch.item.validator.ValidationException
Create a new ValidationException based on a message and another exception.
Validator<T> - Interface in org.springframework.batch.item.validator
Interface used to validate objects.
VALUE_NOT_SET - Static variable in class org.springframework.batch.item.database.AbstractCursorItemReader
 
VALUE_NOT_SET - Static variable in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
 
VALUE_NOT_SET - Static variable in class org.springframework.batch.item.database.JdbcPagingItemReader
 
valueOf(String) - Static method in enum class org.springframework.batch.item.database.Order
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.batch.repeat.RepeatStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.batch.support.DatabaseType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.batch.item.database.Order
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.batch.repeat.RepeatStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.batch.support.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
verifyCursorPosition(boolean) - Method in class org.springframework.batch.item.database.builder.JdbcCursorItemReaderBuilder
Indicates if the reader should verify the current position of the ResultSet after being passed to the RowMapper.
verifyCursorPosition(boolean) - Method in class org.springframework.batch.item.database.builder.StoredProcedureItemReaderBuilder
Indicates if the reader should verify the current position of the ResultSet after being passed to the RowMapper.
version(String) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemWriterBuilder
Version of XML to be generated.

W

waitForResults(RepeatInternalState) - Method in class org.springframework.batch.repeat.support.RepeatTemplate
If necessary, wait for results to come back from remote or concurrent processes.
waitForResults(RepeatInternalState) - Method in class org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate
Wait for all the results to appear on the queue and execute the after interceptors for each one.
WARN - Enum constant in enum class org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.Level
Key for Classifier signalling that the throwable should be logged at warn level.
whereClause(String) - Method in class org.springframework.batch.item.database.builder.JdbcPagingItemReaderBuilder
The SQL WHERE clause for a db specific PagingQueryProvider.
whereStatement(String) - Method in class org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Deprecated.
An optional where fragment of the cypher query.
wrappedEventReader - Variable in class org.springframework.batch.item.xml.stax.DefaultFragmentEventReader
 
wrappedEventWriter - Variable in class org.springframework.batch.item.xml.stax.UnopenedElementClosingEventWriter
 
write(char[], int, int) - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
 
write(String) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter.OutputState
 
write(String, int, int) - Method in class org.springframework.batch.support.transaction.TransactionAwareBufferedWriter
 
write(XMLEventWriter) - Method in interface org.springframework.batch.item.xml.StaxWriterCallback
Write contents using the supplied XMLEventWriter.
write(Chunk<? extends MimeMessage>) - Method in class org.springframework.batch.item.mail.javamail.MimeMessageItemWriter
 
write(Chunk<? extends SimpleMailMessage>) - Method in class org.springframework.batch.item.mail.SimpleMailMessageItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.adapter.ItemWriterAdapter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter
Extracts values from item's fields named in fieldsUsedAsTargetMethodArguments and passes them as arguments to the delegate method.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.amqp.AmqpItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.avro.AvroItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.MongoItemWriter
If a transaction is active, buffer items to be written just before commit.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.Neo4jItemWriter
Deprecated.
Write all items to the data store.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.data.RepositoryItemWriter
Write all items to the data store via a Spring Data repository.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.database.HibernateItemWriter
Deprecated.
Save or update any entities not in the current hibernate session and then flush the hibernate session.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.database.JdbcBatchItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.database.JpaItemWriter
Merge all provided items that aren't already in the persistence context and then flush the entity manager.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.file.MultiResourceItemWriter
 
write(Chunk<? extends T>) - Method in interface org.springframework.batch.item.ItemWriter
Process the supplied data element.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.jms.JmsItemWriter
Send the items one-by-one to the default destination of the JMS template.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.AbstractFileItemWriter
Writes out a string followed by a "new line", where the format of the new line separator is determined by the underlying operating system.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.ClassifierCompositeItemWriter
Delegates to injected ItemWriter instances according to their classification by the Classifier.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.CompositeItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.ListItemWriter
 
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.support.SynchronizedItemStreamWriter
This method delegates to the write method of the delegate.
write(Chunk<? extends T>) - Method in class org.springframework.batch.item.xml.StaxEventItemWriter
Write the value objects and flush them to the file.
write(Chunk<? extends V>) - Method in class org.springframework.batch.item.KeyValueItemWriter
 
WriteFailedException - Exception in org.springframework.batch.item
Unchecked exception indicating that an error has occurred while trying to clear a buffer on a rollback.
WriteFailedException(String) - Constructor for exception org.springframework.batch.item.WriteFailedException
Create a new WriteFailedException based on a message.
WriteFailedException(String, Throwable) - Constructor for exception org.springframework.batch.item.WriteFailedException
Create a new WriteFailedException based on a message and another exception.
writeFooter(Writer) - Method in interface org.springframework.batch.item.file.FlatFileFooterCallback
Write contents to a file using the supplied Writer.
writeHeader(Writer) - Method in interface org.springframework.batch.item.file.FlatFileHeaderCallback
Write contents to a file using the supplied Writer.
writeKeyValue(K, T) - Method in class org.springframework.batch.item.kafka.KafkaItemWriter
 
writeKeyValue(K, V) - Method in class org.springframework.batch.item.KeyValueItemWriter
Subclasses implement this method to write each item to key value store
WriterNotOpenException - Exception in org.springframework.batch.item
Exception indicating that an ItemWriter needed to be opened before being written to.
WriterNotOpenException(String) - Constructor for exception org.springframework.batch.item.WriterNotOpenException
Create a new WriterNotOpenException based on a message.
WriterNotOpenException(String, Throwable) - Constructor for exception org.springframework.batch.item.WriterNotOpenException
Create a new WriterNotOpenException based on a message and another exception.

X

xmlInputFactory(XMLInputFactory) - Method in class org.springframework.batch.item.xml.builder.StaxEventItemReaderBuilder

Z

ZERO - Static variable in class org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form