com.ebmwebsourcing.webcommons.user.persistence.dao
Class RoleGroupDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl<RoleGroup,java.lang.String>
              extended by com.ebmwebsourcing.webcommons.user.persistence.dao.RoleGroupDAOImpl
All Implemented Interfaces:
com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO<RoleGroup,java.lang.String>, RoleGroupDAO, org.springframework.beans.factory.InitializingBean

public class RoleGroupDAOImpl
extends com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl<RoleGroup,java.lang.String>
implements RoleGroupDAO

Author:
strino - eBM WebSourcing

Field Summary
 
Fields inherited from class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
type
 
Constructor Summary
RoleGroupDAOImpl(org.hibernate.SessionFactory factory)
           
 
Method Summary
 RoleGroup getRoleGroupByName(java.lang.String name)
           
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getLocalSessionFactoryBean, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique, setLocalSessionFactoryBean, 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 com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique
 

Constructor Detail

RoleGroupDAOImpl

public RoleGroupDAOImpl(org.hibernate.SessionFactory factory)
Method Detail

getRoleGroupByName

public RoleGroup getRoleGroupByName(java.lang.String name)
Specified by:
getRoleGroupByName in interface RoleGroupDAO


Copyright © 2010 eBM WebSourcing. All Rights Reserved.