net.mlw.fball.dao.hibernate
Class PlayerDaoImpl

java.lang.Object
  |
  +--org.springframework.orm.hibernate.support.HibernateDaoSupport
        |
        +--net.mlw.fball.dao.hibernate.PlayerDaoImpl
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, PlayerDao

public class PlayerDaoImpl
extends org.springframework.orm.hibernate.support.HibernateDaoSupport
implements PlayerDao

Version:
$Revision: 1.4 $ $Date: 2004/03/01 15:31:42 $
Author:
Matthew L. Wilson

Field Summary
 
Fields inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
logger
 
Constructor Summary
PlayerDaoImpl()
           
 
Method Summary
 net.mlw.fball.bo.Player findById(java.lang.String playerId)
           
 java.util.List findByMap(java.util.Map where)
           
 net.mlw.fball.bo.Player findByProvider(java.lang.String providerId, java.lang.String providerPlayerId)
           
 net.mlw.fball.bo.Player save(net.mlw.fball.bo.Player player)
           
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
afterPropertiesSet, closeSessionIfNecessary, convertHibernateAccessException, getHibernateTemplate, getSession, getSession, getSessionFactory, initDao, setHibernateTemplate, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerDaoImpl

public PlayerDaoImpl()
Method Detail

findById

public net.mlw.fball.bo.Player findById(java.lang.String playerId)
Specified by:
findById in interface PlayerDao
See Also:
PlayerDao.findById(java.lang.String)

findByProvider

public net.mlw.fball.bo.Player findByProvider(java.lang.String providerId,
                                              java.lang.String providerPlayerId)
Specified by:
findByProvider in interface PlayerDao
See Also:
PlayerDao.findByProvider(java.lang.String, java.lang.String)

save

public net.mlw.fball.bo.Player save(net.mlw.fball.bo.Player player)
Specified by:
save in interface PlayerDao
See Also:
PlayerDao.save(net.mlw.fball.bo.Player)

findByMap

public java.util.List findByMap(java.util.Map where)
Specified by:
findByMap in interface PlayerDao
See Also:
net.mlw.fball.dao.PlayerDao#findByPosition(java.lang.String)


Copyright © 2003-2004 mlavilson. All Rights Reserved.