org.ow2.dragon.persistence.dao.administration.hibernate
Class RoleDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl<Role,java.lang.String>
              extended by org.ow2.dragon.persistence.dao.administration.hibernate.RoleDAOImpl
All Implemented Interfaces:
RoleDAO, GenericORMDAO<Role,java.lang.String>, org.springframework.beans.factory.InitializingBean

public class RoleDAOImpl
extends GenericHibernateDAOImpl<Role,java.lang.String>
implements RoleDAO

Author:
strino - eBM WebSourcing

Field Summary
 
Fields inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl
type
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
RoleDAOImpl()
           
 
Method Summary
 Role getRoleByName(java.lang.String name)
           
 
Methods inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique, setType
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, 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 org.ow2.dragon.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Constructor Detail

RoleDAOImpl

public RoleDAOImpl()
Method Detail

getRoleByName

public Role getRoleByName(java.lang.String name)
Specified by:
getRoleByName in interface RoleDAO


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.