Hierarchy For Package org.mybatis.spring.batch

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.batch.item.ItemStreamSupport (implements org.springframework.batch.item.ItemStream)
      • org.springframework.batch.item.support.AbstractItemStreamItemReader<T> (implements org.springframework.batch.item.ItemStreamReader<T>)
        • org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader<T>
          • org.springframework.batch.item.database.AbstractPagingItemReader<T> (implements org.springframework.beans.factory.InitializingBean)
          • org.mybatis.spring.batch.MyBatisCursorItemReader<T> (implements org.springframework.beans.factory.InitializingBean)
    • org.mybatis.spring.batch.MyBatisBatchItemWriter<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.ItemWriter<T>)