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

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<Role>
                  extended by ar.com.jiji.kaya.dao.hib.RoleDaoImpl
All Implemented Interfaces:
CRUDDAO<Role>, CRUDPageableDAO<Role>, PageableTableDAO<Role>, RoleDao, org.springframework.beans.factory.InitializingBean

public class RoleDaoImpl
extends HibernateCRUDPageableDaoImpl<Role>
implements RoleDao

Author:
jmile

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
RoleDaoImpl()
           
 
Method Summary
 Role findByName(java.lang.String roleName)
           
 
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

RoleDaoImpl

public RoleDaoImpl()
Method Detail

findByName

public Role findByName(java.lang.String roleName)
Specified by:
findByName in interface RoleDao


Copyright © 2006 Kaya. All Rights Reserved.