程序包org.springframework.batch.sample.domain.football.internal的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.dao.support.DaoSupport (implements org.springframework.beans.factory.InitializingBean)
      • org.springframework.jdbc.core.support.JdbcDaoSupport
        • org.springframework.batch.sample.domain.football.internal.JdbcGameDao (implements org.springframework.batch.item.ItemWriter<T>)
    • org.springframework.batch.sample.domain.football.internal.FootballExceptionHandler (implements org.springframework.batch.repeat.exception.ExceptionHandler)
    • org.springframework.batch.sample.domain.football.internal.GameFieldSetMapper (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
    • org.springframework.batch.sample.domain.football.internal.JdbcPlayerDao (implements org.springframework.batch.core.test.football.PlayerDao)
    • org.springframework.batch.sample.domain.football.internal.JdbcPlayerSummaryDao (implements org.springframework.batch.item.ItemWriter<T>)
    • org.springframework.batch.sample.domain.football.internal.PlayerFieldSetMapper (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
    • org.springframework.batch.sample.domain.football.internal.PlayerItemWriter (implements org.springframework.batch.item.ItemWriter<T>)
    • org.springframework.batch.sample.domain.football.internal.PlayerSummaryMapper (implements org.springframework.jdbc.core.RowMapper<T>)
    • org.springframework.batch.sample.domain.football.internal.PlayerSummaryRowMapper (implements org.springframework.jdbc.core.RowMapper<T>)