Uses of Interface
org.springframework.batch.sample.domain.trade.CustomerDebitDao

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

Uses of CustomerDebitDao in org.springframework.batch.sample.domain.trade.internal
 

Classes in org.springframework.batch.sample.domain.trade.internal that implement CustomerDebitDao
 class JdbcCustomerDebitDao
          Reduces customer's credit by the provided amount.
 

Methods in org.springframework.batch.sample.domain.trade.internal with parameters of type CustomerDebitDao
 void CustomerUpdateWriter.setDao(CustomerDebitDao outputSource)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.