org.springframework.batch.sample.domain.football.internal
Class JdbcPlayerDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.springframework.batch.sample.domain.football.internal.JdbcPlayerDao
All Implemented Interfaces:
PlayerDao, InitializingBean

public class JdbcPlayerDao
extends SimpleJdbcDaoSupport
implements PlayerDao

Author:
Lucas Ward

Field Summary
static String INSERT_PLAYER
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
JdbcPlayerDao()
           
 
Method Summary
 void savePlayer(Player player)
           
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSERT_PLAYER

public static final String INSERT_PLAYER
See Also:
Constant Field Values
Constructor Detail

JdbcPlayerDao

public JdbcPlayerDao()
Method Detail

savePlayer

public void savePlayer(Player player)
Specified by:
savePlayer in interface PlayerDao


Copyright © 2009 SpringSource. All Rights Reserved.