Uses of Class
org.springframework.batch.item.ExecutionContextUserSupport

Packages that use ExecutionContextUserSupport
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.database.support   
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Uses of ExecutionContextUserSupport in org.springframework.batch.item.database
 

Subclasses of ExecutionContextUserSupport in org.springframework.batch.item.database
 class HibernateCursorItemReader
          ItemReader for reading database records built on top of Hibernate.
 class JdbcCursorItemReader
           Simple item reader that opens a JDBC cursor and continually retrieves the next row in the ResultSet.
 

Uses of ExecutionContextUserSupport in org.springframework.batch.item.database.support
 

Subclasses of ExecutionContextUserSupport in org.springframework.batch.item.database.support
 class IbatisKeyCollector
          KeyCollector based on iBATIS ORM framework.
 class MultipleColumnJdbcKeyCollector
           JDBC implementation of the KeyCollector interface that works for composite keys.
 class SingleColumnJdbcKeyCollector
           Jdbc KeyCollector implementation that only works for a single column key.
 

Uses of ExecutionContextUserSupport in org.springframework.batch.item.file
 

Subclasses of ExecutionContextUserSupport in org.springframework.batch.item.file
 class FlatFileItemReader
          This class represents a ItemReader, that reads lines from text file, tokenizes them to structured tuples (FieldSets) instances and maps the FieldSets to domain objects.
 class FlatFileItemWriter
          This class is an output target that writes data to a file or stream.
 

Uses of ExecutionContextUserSupport in org.springframework.batch.item.xml
 

Subclasses of ExecutionContextUserSupport in org.springframework.batch.item.xml
 class StaxEventItemReader
          Input source for reading XML input based on StAX.
 class StaxEventItemWriter
          An implementation of ItemWriter which uses StAX and EventWriterSerializer for serializing object to XML.
 



Copyright © 2008 SpringSource. All Rights Reserved.