类分层结构
- java.lang.Object
- org.springframework.batch.sample.domain.trade.CustomerCredit
- org.springframework.batch.sample.domain.trade.CustomerDebit
- org.springframework.batch.sample.domain.trade.CustomerUpdate
- org.springframework.batch.sample.domain.trade.CustomerUpdateFieldSetMapper (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
- org.springframework.batch.sample.domain.trade.CustomerUpdateProcessor (implements org.springframework.batch.item.ItemProcessor<I,O>)
- org.springframework.batch.sample.domain.trade.CustomerUpdateWriter (implements org.springframework.batch.item.ItemWriter<T>)
- org.springframework.batch.core.listener.StepExecutionListenerSupport (implements org.springframework.batch.core.StepExecutionListener)
- org.springframework.batch.sample.domain.trade.CompositeCustomerUpdateLineTokenizer (implements org.springframework.batch.item.file.transform.LineTokenizer)
- org.springframework.batch.sample.domain.trade.Trade (implements java.io.Serializable)
接口分层结构
- org.springframework.batch.sample.domain.trade.CustomerCreditDao
- org.springframework.batch.sample.domain.trade.CustomerDao
- org.springframework.batch.sample.domain.trade.CustomerDebitDao
- org.springframework.batch.sample.domain.trade.InvalidCustomerLogger
- org.springframework.batch.sample.domain.trade.TradeDao
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.springframework.batch.sample.domain.trade.CustomerOperation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)