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

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

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

Classes in org.springframework.batch.sample.domain.trade.internal that implement CustomerCreditDao
 class FlatFileCustomerCreditDao
          Writes customer's credit information in a file.
 class HibernateCreditDao
           
 class IbatisCustomerCreditDao
           
 

Methods in org.springframework.batch.sample.domain.trade.internal with parameters of type CustomerCreditDao
 void CustomerCreditItemWriter.setCustomerCreditDao(CustomerCreditDao customerCreditDao)
          Public setter for the CustomerCreditDao.
 void HibernateAwareCustomerCreditItemWriter.setDao(CustomerCreditDao dao)
           
 void CustomerCreditUpdateWriter.setDao(CustomerCreditDao dao)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.