Uses of Package
org.springframework.batch.sample.domain.trade

Packages that use org.springframework.batch.sample.domain.trade
org.springframework.batch.sample.domain.trade   
org.springframework.batch.sample.domain.trade.internal   
 

Classes in org.springframework.batch.sample.domain.trade used by org.springframework.batch.sample.domain.trade
CustomerCredit
           
CustomerDao
           
CustomerDebit
           
CustomerOperation
          Enum representing on of 3 possible actions on a customer update: Add, update, or delete
CustomerUpdate
          Immutable Value Object representing an update to the customer as stored in the database.
InvalidCustomerLogger
          Interface for logging invalid customers.
Trade
           
 

Classes in org.springframework.batch.sample.domain.trade used by org.springframework.batch.sample.domain.trade.internal
CustomerCredit
           
CustomerCreditDao
          Interface for writing customer's credit information to output.
CustomerDao
           
CustomerDebit
           
CustomerDebitDao
          Interface for writing CustomerDebitDao object to arbitrary output.
CustomerUpdate
          Immutable Value Object representing an update to the customer as stored in the database.
InvalidCustomerLogger
          Interface for logging invalid customers.
Trade
           
TradeDao
          Interface for writing a Trade object to an arbitrary output.
 



Copyright © 2009 SpringSource. All Rights Reserved.