net.sf.pmr.core.data.reference
Class CountryMapperImpl

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by net.sf.pmr.core.data.reference.CountryMapperImpl
All Implemented Interfaces:
CountryMapper, org.springframework.beans.factory.InitializingBean

public class CountryMapperImpl
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements CountryMapper

Author:
Arnaud Prost (arnaud.prost@gmail.com)

Field Summary
 
Fields inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
logger
 
Constructor Summary
CountryMapperImpl()
           
 
Method Summary
 java.util.List findAll()
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
afterPropertiesSet, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, initDao, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryMapperImpl

public CountryMapperImpl()
Method Detail

findAll

public java.util.List findAll()
Specified by:
findAll in interface CountryMapper
See Also:
net.sf.pmr.keopsframework.data.DomainListMapper#findListForObject(java.lang.Object)


Copyright © 2005 Arnaud Prost. All Rights Reserved.