org.springframework.batch.sample.domain.football
Interface PlayerDao

All Known Implementing Classes:
JdbcPlayerDao

public interface PlayerDao

Interface for writing Player objects to arbitrary output.


Method Summary
 void savePlayer(Player player)
           
 

Method Detail

savePlayer

void savePlayer(Player player)


Copyright © 2009 SpringSource. All Rights Reserved.