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

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

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

Classes in org.springframework.batch.sample.domain.trade.internal that implement TradeDao
 class JdbcTradeDao
          Writes a Trade object to a database
 

Methods in org.springframework.batch.sample.domain.trade.internal with parameters of type TradeDao
 void TradeWriter.setDao(TradeDao dao)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.