net.sf.oness.party.model.contact.dao
Class CountryDao

java.lang.Object
  extended byorg.springframework.orm.hibernate.support.HibernateDaoSupport
      extended bynet.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
          extended bynet.sf.oness.party.model.contact.dao.CountryDao
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class CountryDao
extends net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport

Dao for Country objects

Version:
$Revision: 1.3 $
Author:
Carlos Sanchez

Field Summary
 
Fields inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
logger
 
Constructor Summary
CountryDao()
           
 
Method Summary
 Country findById(java.io.Serializable id)
           
 
Methods inherited from class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
filter, findByProperty, findByPropertyContent, loadAndClone
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
afterPropertiesSet, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, 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

CountryDao

public CountryDao()
Method Detail

findById

public Country findById(java.io.Serializable id)


Copyright © 2003-2005 ONess Project. All Rights Reserved.