ar.com.jiji.kaya.dao.hib
Class PaisDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by ar.com.jiji.kaya.dao.hib.AbstractHibernateDaoImpl
              extended by ar.com.jiji.kaya.dao.hib.HibernateCRUDPageableDaoImpl<Pais>
                  extended by ar.com.jiji.kaya.dao.hib.PaisDaoImpl
All Implemented Interfaces:
ar.com.jiji.kaya.dao.CRUDDAO<Pais>, ar.com.jiji.kaya.dao.CRUDPageableDAO<Pais>, ar.com.jiji.kaya.dao.PageableTableDAO<Pais>, PaisDao, org.springframework.beans.factory.InitializingBean

public class PaisDaoImpl
extends ar.com.jiji.kaya.dao.hib.HibernateCRUDPageableDaoImpl<Pais>
implements PaisDao

Implementacion de PaisDao con Hibernate.

Author:
lparra

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PaisDaoImpl()
           
 
Method Summary
 
Methods inherited from class ar.com.jiji.kaya.dao.hib.HibernateCRUDPageableDaoImpl
getAll, getPage, getPage, getSize, getSize, load, remove, save
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
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
 
Methods inherited from interface ar.com.jiji.kaya.dao.PageableTableDAO
getPage, getPage, getSize, getSize
 
Methods inherited from interface ar.com.jiji.kaya.dao.CRUDDAO
getAll, load, remove, save
 

Constructor Detail

PaisDaoImpl

public PaisDaoImpl()


Copyright © 2006 Kaya. All Rights Reserved.