Uses of Class
org.springframework.batch.item.database.AbstractTransactionalResourceItemWriter

Packages that use AbstractTransactionalResourceItemWriter
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
 

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

Subclasses of AbstractTransactionalResourceItemWriter in org.springframework.batch.item.database
 class BatchSqlUpdateItemWriter
          ItemWriter that uses the batching features from PreparedStatement if available and can take some rudimentary steps to locate a failure during a flush, and identify the items that failed.
 class HibernateAwareItemWriter
          ItemWriter that is aware of the Hibernate session and can take some responsibilities to do with chunk boundaries away from a less smart ItemWriter (the delegate).
 



Copyright © 2008 SpringSource. All Rights Reserved.