Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item Classes and Interfaces - 185 results found.
NameDescriptionTypePackageFramework
AbstractCursorItemReaderAbstract base class for any simple item reader that opens a database cursor and continually retrievesthe next row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
AbstractHibernateQueryProviderAbstract Hibernate Query Provider to serve as a base class for allHibernate Query providers.Classorg.springframework.batch.item.database.ormSpring Batch
AbstractItemCountingItemStreamItemReaderAbstract superclass for ItemReaders that supports restart by storingitem count in the ExecutionContext (therefore requires item orderingClassorg.springframework.batch.item.supportSpring Batch
AbstractItemStreamItemReaderBase class for ItemReader implementations.Classorg.springframework.batch.item.supportSpring Batch
AbstractItemStreamItemWriterBase class for ItemWriter implementations.Classorg.springframework.batch.item.supportSpring Batch
AbstractJpaQueryProviderAbstract JPA Query Provider to serve as a base class for all JPASince:2.Classorg.springframework.batch.item.database.ormSpring Batch
AbstractLineTokenizerAbstract class handling common concerns of various LineTokenizerAuthor:Dave Syer, Robert Kasanicky, Lucas Ward, Michael MinellaClassorg.springframework.batch.item.file.transformSpring Batch
AbstractMethodInvokingDelegatorSuperclass for delegating classes which dynamically call a custom method ofinjected object.Classorg.springframework.batch.item.adapterSpring Batch
AbstractMethodInvokingDelegator .InvocationTargetThrowableWrapperUsed to wrap a Throwable (not an Exception) thrown by areflectively-invoked delegate.Classorg.springframework.batch.item.adapter.AbstractMethodInvokingDelegatorSpring Batch
AbstractPaginatedDataItemReaderA base class that handles basic reading logic based on the paginatedsemantics of Spring Data's paginated facilities.Classorg.springframework.batch.item.dataSpring Batch
AbstractPagingItemReaderAbstract ItemStreamReader for to extend whenreading database records in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
AbstractSqlPagingQueryProviderAbstract SQL Paging Query Provider to serve as a base class for all providedSQL paging query providers.Classorg.springframework.batch.item.database.supportSpring Batch
AlignmentClassorg.springframework.batch.item.file.transformSpring Batch
AmqpItemReaderAMQP ItemReader implementation using an AmqpTemplate toreceive and/or convert messages.Classorg.springframework.batch.item.amqpSpring Batch
AmqpItemWriterAMQP ItemWriter implementation using an AmqpTemplate tosend messages.Classorg.springframework.batch.item.amqpSpring Batch
ArrayFieldSetMapperA basic array mapper, returning the values backing a fieldset.Classorg.springframework.batch.item.file.mappingSpring Batch
BeanPropertyItemSqlParameterSourceProviderA convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean propertiesthat correspond to names used for parameters in the SQL statement.Classorg.springframework.batch.item.databaseSpring Batch
BeanWrapperFieldExtractorThis is a field extractor for a java bean.Classorg.springframework.batch.item.file.transformSpring Batch
BeanWrapperFieldSetMapperFieldSetMapper implementation based on bean property paths.Classorg.springframework.batch.item.file.mappingSpring Batch
BufferedReaderFactoryA factory strategy for custom extensions of BufferedReader allowingcustomisation of the standard behaviour of the java.Interfaceorg.springframework.batch.item.fileSpring Batch
ClassifierCompositeItemProcessorCalls one of a collection of ItemProcessors, based on a routerpattern implemented through the provided Classifier.Classorg.springframework.batch.item.supportSpring Batch
ClassifierCompositeItemWriterCalls one of a collection of ItemWriters for each item, based on a routerpattern implemented through the provided Classifier.Classorg.springframework.batch.item.supportSpring Batch
ColumnMapItemPreparedStatementSetterkeys are contained within a Map with the column name as the key.Classorg.springframework.batch.item.database.supportSpring Batch
CompositeItemProcessorComposite ItemProcessor that passes the item through a sequence ofinjected ItemTransformers (return value of previousClassorg.springframework.batch.item.supportSpring Batch
CompositeItemStreamSimple ItemStream that delegates to a list of other streams.Classorg.springframework.batch.item.supportSpring Batch
CompositeItemWriterCalls a collection of ItemWriters in fixed-order sequence.Classorg.springframework.batch.item.supportSpring Batch
ConversionExceptionClassorg.springframework.batch.item.file.transformSpring Batch
DataFieldMaxValueIncrementerFactoryFactory for creating DataFieldMaxValueIncrementer implementationsbased upon a provided string.Interfaceorg.springframework.batch.item.database.supportSpring Batch
Db2PagingQueryProviderDB2 implementation of a PagingQueryProvider usingdatabase specific features.Classorg.springframework.batch.item.database.supportSpring Batch
DefaultBufferedReaderFactoryClassorg.springframework.batch.item.fileSpring Batch
DefaultDataFieldMaxValueIncrementerFactoryDefault implementation of the DataFieldMaxValueIncrementerFactoryinterface.Classorg.springframework.batch.item.database.supportSpring Batch
DefaultFieldSetDefault implementation of FieldSet using Java using Java primitiveand standard types and utilities.Classorg.springframework.batch.item.file.transformSpring Batch
DefaultFieldSetFactoryDefault implementation of FieldSetFactory with no special knowledgeof the FieldSet required.Classorg.springframework.batch.item.file.transformSpring Batch
DefaultFragmentEventReaderDefault implementation of FragmentEventReaderAuthor:Robert KasanickyClassorg.springframework.batch.item.xml.staxSpring Batch
DefaultLineMapperTwo-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed bymapping to item.Classorg.springframework.batch.item.file.mappingSpring Batch
DefaultMailErrorHandlerThis MailErrorHandler implementation simply rethrows the exception itSince:2.Classorg.springframework.batch.item.mailSpring Batch
DefaultRecordSeparatorPolicyA RecordSeparatorPolicy that treats all lines as record endings, aslong as they do not have unterminated quotes, and do not end in aClassorg.springframework.batch.item.file.separatorSpring Batch
DelimitedLineAggregatorA LineAggregator implementation that converts an object into adelimited list of strings.Classorg.springframework.batch.item.file.transformSpring Batch
DelimitedLineTokenizerA LineTokenizer implementation that splits the input String on aconfigurable delimiter.Classorg.springframework.batch.item.file.transformSpring Batch
DerbyPagingQueryProviderDerby implementation of a PagingQueryProvider using standard SQL:2003 windowing functions.Classorg.springframework.batch.item.database.supportSpring Batch
DynamicMethodInvocationExceptionIndicates an error has been encountered while trying to dynamically invoke amethod e.Classorg.springframework.batch.item.adapterSpring Batch
ExecutionContextObject representing a context for an ItemStream.Classorg.springframework.batch.itemSpring Batch
ExecutionContextUserSupportFacilitates assigning names to objects persisting data in ExecutionContext and generating keys forExecutionContext based on the name.Classorg.springframework.batch.item.utilSpring Batch
ExtendedConnectionDataSourceProxyJDBC Connection which is NOT closed after each use even ifConnection.Classorg.springframework.batch.item.databaseSpring Batch
ExtractorLineAggregatorAn abstract LineAggregator implementation that utilizes aFieldExtractor to convert the incoming object to an array of itsClassorg.springframework.batch.item.file.transformSpring Batch
FieldExtractorThis class will convert an object to an array of its parts.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FieldSetInterface used by flat file input sources to encapsulate concerns ofconverting an array of Strings to Java native types.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FieldSetFactoryFactory interface for creating FieldSet instances.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FieldSetMapperInterface that is used to map data obtained from a FieldSet into anAuthor:Tomas Slanina, Dave SyerInterfaceorg.springframework.batch.item.file.mappingSpring Batch
FileUtilsUtility methods for files used in batch processing.Classorg.springframework.batch.item.utilSpring Batch
FixedLengthTokenizerTokenizer used to process data obtained from files with fixed-length format.Classorg.springframework.batch.item.file.transformSpring Batch
FlatFileFooterCallbackCallback interface for writing a footer to a file.Interfaceorg.springframework.batch.item.fileSpring Batch
FlatFileFormatExceptionException indicating that some type of error has occurred whileattempting to parse a line of input into tokens.Classorg.springframework.batch.item.file.transformSpring Batch
FlatFileHeaderCallbackCallback interface for writing to a header to a file.Interfaceorg.springframework.batch.item.fileSpring Batch
FlatFileItemReaderRestartable ItemReader that reads lines from input setResource(Resource).Classorg.springframework.batch.item.fileSpring Batch
FlatFileItemWriterThis class is an item writer that writes data to a file or stream.Classorg.springframework.batch.item.fileSpring Batch
FlatFileParseExceptionException thrown when errors are encounteredparsing flat files.Classorg.springframework.batch.item.fileSpring Batch
FormatterLineAggregatorA LineAggregator implementation which produces a String byaggregating the provided item via the Formatter syntax.Classorg.springframework.batch.item.file.transformSpring Batch
FragmentEventReaderInterface for event readers which support treating XML fragments as standalone XML documentsby wrapping the fragments with StartDocument and EndDocument events.Interfaceorg.springframework.batch.item.xml.staxSpring Batch
GemfireItemWriterAn ItemWriter that stores items in GemFireSince:2.Classorg.springframework.batch.item.dataSpring Batch
H2PagingQueryProviderH2 implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
HibernateCursorItemReaderItemStreamReader for reading database records built on top of Hibernate.Classorg.springframework.batch.item.databaseSpring Batch
HibernateItemReaderHelperClassorg.springframework.batch.item.databaseSpring Batch
HibernateItemWriterItemWriter that uses a Hibernate session to save or update entitiesthat are not part of the current Hibernate session.Classorg.springframework.batch.item.databaseSpring Batch
HibernateNativeQueryProviderThis query provider creates Hibernate Querys from injected native SQLqueries.Classorg.springframework.batch.item.database.ormSpring Batch
HibernatePagingItemReaderItemReader for reading database records built on top of Hibernate andreading only up to a fixed number of items at a time.Classorg.springframework.batch.item.databaseSpring Batch
HibernateQueryProviderInterface defining the functionality to be provided for generating queriesfor use with Hibernate ItemReaders or other custom built artifacts.Interfaceorg.springframework.batch.item.database.ormSpring Batch
HippyMethodInvokerA MethodInvoker that is a bit relaxed about its arguments.Classorg.springframework.batch.item.adapterSpring Batch
HsqlPagingQueryProviderHSQLDB implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
IbatisBatchItemWriterItemWriter that uses the batching features fromSqlMapClient to execute a batch of statements for all itemsClassorg.springframework.batch.item.databaseSpring Batch
IbatisPagingItemReaderItemReader for reading databaserecords using iBATIS in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
IncorrectLineLengthExceptionException indicating that the line size expected is different from whatSince:1.Classorg.springframework.batch.item.file.transformSpring Batch
IncorrectTokenCountExceptionException indicating that an incorrect number of tokens have been foundwhile parsing a file.Classorg.springframework.batch.item.file.transformSpring Batch
ItemCountAwareMarker interface indicating that an item should have the item count set on it.Interfaceorg.springframework.batch.itemSpring Batch
ItemPreparedStatementSetterA convenient strategy for SQL updates, acting effectively as the inverse ofjava.Interfaceorg.springframework.batch.item.databaseSpring Batch
ItemProcessorInterface for item transformation.Interfaceorg.springframework.batch.itemSpring Batch
ItemProcessorAdapterClassorg.springframework.batch.item.adapterSpring Batch
ItemReaderStrategy interface for providing the data.Interfaceorg.springframework.batch.itemSpring Batch
ItemReaderAdapterInvokes a custom method on a delegate plain old Java object which itselfAuthor:Robert KasanickyClassorg.springframework.batch.item.adapterSpring Batch
ItemReaderExceptionA base exception class that all exceptions thrown from an ItemReader extend.Classorg.springframework.batch.itemSpring Batch
ItemSqlParameterSourceProviderA convenient strategy for providing SqlParameterSource for named parameter SQL updates.Interfaceorg.springframework.batch.item.databaseSpring Batch
ItemStreamMarker interface defining a contract for periodically storing state and restoring from that state should an errorAuthor:Dave Syer, Lucas WardInterfaceorg.springframework.batch.itemSpring Batch
ItemStreamExceptionException representing any errors encountered while processing a stream.Classorg.springframework.batch.itemSpring Batch
ItemStreamReaderInterfaceorg.springframework.batch.itemSpring Batch
ItemStreamSupportEmpty method implementation of ItemStream.Classorg.springframework.batch.itemSpring Batch
ItemStreamWriterInterfaceorg.springframework.batch.itemSpring Batch
ItemWriterBasic interface for generic output operations.Interfaceorg.springframework.batch.itemSpring Batch
ItemWriterAdapterDelegates item processing to a custom method -passes the item as an argument for the delegate method.Classorg.springframework.batch.item.adapterSpring Batch
ItemWriterExceptionA base exception class that all exceptions thrown from an ItemWriter extend.Classorg.springframework.batch.itemSpring Batch
IteratorItemReaderAn ItemReader that pulls data from a Iterator orIterable using the constructors.Classorg.springframework.batch.item.supportSpring Batch
JdbcBatchItemWriterItemWriter that uses the batching features fromNamedParameterJdbcTemplate to execute a batch of statements for all itemsClassorg.springframework.batch.item.databaseSpring Batch
JdbcCursorItemReaderSimple item reader implementation that opens a JDBC cursor and continually retrieves thenext row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
JdbcPagingItemReaderItemReader for reading databaserecords using JDBC in a paging fashion.Classorg.springframework.batch.item.databaseSpring Batch
JdbcParameterUtilsHelper methods for SQL statement parameter parsing.Classorg.springframework.batch.item.databaseSpring Batch
JmsItemReaderAn ItemReader for JMS using a JmsTemplate.Classorg.springframework.batch.item.jmsSpring Batch
JmsItemWriterAn ItemWriter for JMS using a JmsTemplate.Classorg.springframework.batch.item.jmsSpring Batch
JmsMethodArgumentsKeyGeneratorClassorg.springframework.batch.item.jmsSpring Batch
JmsMethodInvocationRecovererClassorg.springframework.batch.item.jmsSpring Batch
JmsNewMethodArgumentsIdentifierA NewMethodArgumentsIdentifier for JMS that looks for a message inthe arguments and checks its delivery status.Classorg.springframework.batch.item.jmsSpring Batch
JpaItemWriterItemWriter that is using a JPAEntityManagerFactory to merge any Entities that aren't part of theClassorg.springframework.batch.item.databaseSpring Batch
JpaNativeQueryProviderThis query provider creates JPA Querys from injected native SQLqueries.Classorg.springframework.batch.item.database.ormSpring Batch
JpaPagingItemReaderItemReader for reading databaserecords built on top of JPA.Classorg.springframework.batch.item.databaseSpring Batch
JpaQueryProviderInterface defining the functionality to be provided for generating queriesfor use with JPA ItemReaders or other custom built artifacts.Interfaceorg.springframework.batch.item.database.ormSpring Batch
JsonLineMapperInterpret a line as a JSON object and parse it up to a Map.Classorg.springframework.batch.item.file.mappingSpring Batch
JsonRecordSeparatorPolicyJSON-based record separator.Classorg.springframework.batch.item.file.separatorSpring Batch
KeyValueItemWriterA base class to implement any ItemWriter that writes to a key value storeusing a Converter to derive a key from an itemClassorg.springframework.batch.itemSpring Batch
LdifReaderThe LdifReader is an adaptation of the FlatFileItemReaderbuilt around an LdifParser.Classorg.springframework.batch.item.ldifSpring Batch
LineAggregatorInterface used to create string representing object.Interfaceorg.springframework.batch.item.file.transformSpring Batch
LineCallbackHandlerCallback interface for handling a line from file.Interfaceorg.springframework.batch.item.fileSpring Batch
LineMapperInterface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objectson a per line basis.Interfaceorg.springframework.batch.item.fileSpring Batch
LineTokenizerInterface that is used by framework to split string obtained typically from aAuthor:tomas.Interfaceorg.springframework.batch.item.file.transformSpring Batch
ListItemReaderAn ItemReader that pulls data from a list.Classorg.springframework.batch.item.supportSpring Batch
ListItemWriterClassorg.springframework.batch.item.supportSpring Batch
MailErrorHandlerThis class is used to handle errors that occur when email messages are unableSince:2.Interfaceorg.springframework.batch.item.mailSpring Batch
MappingLdifReaderThe MappingLdifReader is an adaptation of the FlatFileItemReaderbuilt around an LdifParser.Classorg.springframework.batch.item.ldifSpring Batch
MimeMessageItemWriterA simple ItemWriter that can send mail messages.Classorg.springframework.batch.item.mail.javamailSpring Batch
MongoItemReaderRestartable ItemReader that reads documents from MongoDBvia a paging technique.Classorg.springframework.batch.item.dataSpring Batch
MongoItemWriterA ItemWriter implementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations.Classorg.springframework.batch.item.dataSpring Batch
MultiResourceItemReaderReads items from multiple resources sequentially - resource list is given by setResources(Resource[]), theactual reading is delegated to setDelegate(ResourceAwareItemReaderItemStream).Classorg.springframework.batch.item.fileSpring Batch
MultiResourceItemWriterWraps a ResourceAwareItemWriterItemStream and creates a new outputresource when the count of items written in current resource exceedsClassorg.springframework.batch.item.fileSpring Batch
MySqlPagingQueryProviderMySQL implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
Neo4jItemReaderRestartable ItemReader that reads objects from the graph database Neo4jvia a paging technique.Classorg.springframework.batch.item.dataSpring Batch
Neo4jItemWriterA ItemWriter implementation that writes to a Neo4j database using anThis writer is thread-safe once all properties are set (normal singletonClassorg.springframework.batch.item.dataSpring Batch
NonTransientFlatFileExceptionException thrown when errors are encountered with the underlying resource.Classorg.springframework.batch.item.fileSpring Batch
NonTransientResourceExceptionException indicating that an error has been encountered doing I/O from areader, and the exception should be considered fatal.Classorg.springframework.batch.itemSpring Batch
NoStartEndDocumentStreamWriterDelegating XMLEventWriter, which ignores start and end document events,but passes through everything else.Classorg.springframework.batch.item.xml.staxSpring Batch
OraclePagingQueryProviderOracle implementation of aPagingQueryProvider usingClassorg.springframework.batch.item.database.supportSpring Batch
OrderThe direction of the sort in an ORDER BY clause.Classorg.springframework.batch.item.databaseSpring Batch
PagingQueryProviderInterface defining the functionality to be provided for generating paging queries for use with PagingSince:2.Interfaceorg.springframework.batch.item.databaseSpring Batch
ParseExceptionException indicating that an error has been encountered parsing IO, typically from a file.Classorg.springframework.batch.itemSpring Batch
PassThroughFieldExtractorFieldExtractor that just returns the original item.Classorg.springframework.batch.item.file.transformSpring Batch
PassThroughFieldSetMapperPass through FieldSetMapper useful for passing a FieldSetback directly rather than a mapped object.Classorg.springframework.batch.item.file.mappingSpring Batch
PassThroughItemProcessorSimple ItemProcessor that does nothing - simply passes its argumentthrough to the caller.Classorg.springframework.batch.item.supportSpring Batch
PassThroughLineAggregatorA LineAggregator implementation that simply callsObject.Classorg.springframework.batch.item.file.transformSpring Batch
PassThroughLineMapperPass through LineMapper useful for passing the originalString back directly rather than a mapped object.Classorg.springframework.batch.item.file.mappingSpring Batch
PatternMatchingCompositeLineMapperA LineMapper implementation that stores a mapping of String patternsto delegate LineTokenizers as well as a mapping of String patterns toClassorg.springframework.batch.item.file.mappingSpring Batch
PatternMatchingCompositeLineTokenizerA LineTokenizer implementation that stores a mapping of Stringpatterns to delegate LineTokenizers.Classorg.springframework.batch.item.file.transformSpring Batch
PeekableItemReaderA specialisation of ItemReader that allows the user to look aheadinto the stream of items.Interfaceorg.springframework.batch.itemSpring Batch
PostgresPagingQueryProviderPostgres implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
PropertyExtractingDelegatingItemWriterDelegates processing to a custom method - extracts property values from itemobject and uses them as arguments for the delegate method.Classorg.springframework.batch.item.adapterSpring Batch
RangeA class to represent ranges.Classorg.springframework.batch.item.file.transformSpring Batch
RangeArrayPropertyEditorProperty editor implementation which parses string and creates array ofranges.Classorg.springframework.batch.item.file.transformSpring Batch
ReaderNotOpenExceptionException indicating that an ItemReader needed to be opened before read.Classorg.springframework.batch.itemSpring Batch
RecordCallbackHandlerThis interface can be used to operate on skipped records during open in the LdifReader and theExecute operations on the supplied record.Interfaceorg.springframework.batch.item.ldifSpring Batch
RecordMapperThis interface should be implemented to map LdapAttributes objects to POJOs.Interfaceorg.springframework.batch.item.ldifSpring Batch
RecordSeparatorPolicyPolicy for text file-based input sources to determine the end of a record,e.Interfaceorg.springframework.batch.item.file.separatorSpring Batch
RecursiveCollectionLineAggregatorAn implementation of LineAggregator that concatenates a collection ofitems of a common type with the system line separator.Classorg.springframework.batch.item.file.transformSpring Batch
RegexLineTokenizerLine-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).Classorg.springframework.batch.item.file.transformSpring Batch
RepositoryItemReaderA ItemReader that reads records utilizinga PagingAndSortingRepository.Classorg.springframework.batch.item.dataSpring Batch
RepositoryItemWriterA ItemReader wrapper for aCrudRepository from Spring Data.Classorg.springframework.batch.item.dataSpring Batch
ResourceAwareMarker interface indicating that an item should have the Spring Resource in which it was read from, set on it.Interfaceorg.springframework.batch.itemSpring Batch
ResourceAwareItemReaderItemStreamInterface for ItemReaders that implement ItemStream and readinput from Resource.Interfaceorg.springframework.batch.item.fileSpring Batch
ResourceAwareItemWriterItemStreamInterface for ItemWriters that implement ItemStream and writeAuthor:Robert KasanickyInterfaceorg.springframework.batch.item.fileSpring Batch
ResourcesItemReaderItemReader which produces Resource instances from an array.Classorg.springframework.batch.item.fileSpring Batch
ResourceSuffixCreatorStrategy interface for translating resource index into unique filenameAuthor:Robert KasanickySee Also:MultiResourceItemWriter,Interfaceorg.springframework.batch.item.fileSpring Batch
ScriptItemProcessorItemProcessor implementation that passes the currentitem to process to the provided script.Classorg.springframework.batch.item.supportSpring Batch
SimpleBinaryBufferedReaderFactoryA BufferedReaderFactory useful for reading simple binary (or text)files with no line endings, such as those produced by mainframe copy books.Classorg.springframework.batch.item.fileSpring Batch
SimpleMailMessageItemWriterA simple ItemWriter that can send mail messages.Classorg.springframework.batch.item.mailSpring Batch
SimpleRecordSeparatorPolicyClassorg.springframework.batch.item.file.separatorSpring Batch
SimpleResourceSuffixCreatorTrivial implementation of ResourceSuffixCreator that uses the indexitself as suffix, separated by dot.Classorg.springframework.batch.item.fileSpring Batch
SingleItemPeekableItemReaderA PeekableItemReader that allows the user to peek one item ahead.Classorg.springframework.batch.item.supportSpring Batch
SpELItemKeyMapperAn implementation of Converter that uses SpEL to map a Value to a keySince:2.Classorg.springframework.batch.itemSpring Batch
SpELMappingGemfireItemWriterA convenient GemfireItemWriter implementation that uses a SpELItemKeyMapperSince:2.Classorg.springframework.batch.item.dataSpring Batch
SpringValidatorAdapts the Validator interface toAuthor:Tomas Slanina, Robert KasanickyClassorg.springframework.batch.item.validatorSpring Batch
SqlitePagingQueryProviderSQLite implementation of a PagingQueryProvider using database specificSince:3.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryProviderFactoryBeanFactory bean for PagingQueryProvider interface.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryUtilsUtility class that generates the actual SQL statements used by querySince:2.Classorg.springframework.batch.item.database.supportSpring Batch
SqlServerPagingQueryProviderSQL Server implementation of aPagingQueryProvider usingClassorg.springframework.batch.item.database.supportSpring Batch
SqlWindowingPagingQueryProviderGeneric Paging Query Provider using standard SQL:2003 windowing functions.Classorg.springframework.batch.item.database.supportSpring Batch
StaxEventItemReaderItem reader for reading XML input based on StAX.Classorg.springframework.batch.item.xmlSpring Batch
StaxEventItemWriterAn implementation of ItemWriter which uses StAX andMarshaller for serializing object to XML.Classorg.springframework.batch.item.xmlSpring Batch
StaxUtilsThis class provides a little bit of indirection to avoid ugly conditional object creation.Classorg.springframework.batch.item.xmlSpring Batch
StaxWriterCallbackCallback interface for writing to an XML file - useful e.Interfaceorg.springframework.batch.item.xmlSpring Batch
StoredProcedureItemReaderItem reader implementation that executes a stored procedure and then reads the returned cursorand continually retrieves the next row in the ResultSet.Classorg.springframework.batch.item.databaseSpring Batch
SuffixRecordSeparatorPolicyA RecordSeparatorPolicy that looks for an exact match for a String atthe end of a line (e.Classorg.springframework.batch.item.file.separatorSpring Batch
SybasePagingQueryProviderSybase implementation of a PagingQueryProvider usingdatabase specific features.Classorg.springframework.batch.item.database.supportSpring Batch
SynchronizedItemStreamReaderThis is a simple ItemStreamReader decorator with a synchronized ItemReader.Classorg.springframework.batch.item.supportSpring Batch
UnclosedElementCollectingEventWriterDelegating XMLEventWriter, which collects the QNames of elements that were opened but not closed.Classorg.springframework.batch.item.xml.staxSpring Batch
UnexpectedInputExceptionUsed to signal an unexpected end of an input or message stream.Classorg.springframework.batch.itemSpring Batch
UnopenedElementClosingEventWriterDelegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directlyto the underlying java.Classorg.springframework.batch.item.xml.staxSpring Batch
ValidatingItemProcessorSimple implementation of ItemProcessor that validates input andreturns it without modifications.Classorg.springframework.batch.item.validatorSpring Batch
ValidationExceptionThis exception should be thrown when there are validation errors.Classorg.springframework.batch.item.validatorSpring Batch
ValidatorInterface used to validate objects.Interfaceorg.springframework.batch.item.validatorSpring Batch
WriteFailedExceptionUnchecked exception indicating that an error has occurred while trying toclear a buffer on a rollback.Classorg.springframework.batch.itemSpring Batch
WriterNotOpenExceptionException indicating that an ItemWriter needed to be opened before beingAuthor:Lucas WardSee Also:Serialized FormClassorg.springframework.batch.itemSpring Batch