it.openutils.hibernate.security.dao.impl
Class SecurityRuleDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by it.openutils.dao.hibernate.HibernateDAOImpl<SecurityRule,java.lang.Long>
              extended by it.openutils.hibernate.security.dao.impl.SecurityRuleDAOImpl
All Implemented Interfaces:
it.openutils.dao.hibernate.HibernateDAO<SecurityRule,java.lang.Long>, SecurityRuleDAO, org.springframework.beans.factory.InitializingBean

public class SecurityRuleDAOImpl
extends it.openutils.dao.hibernate.HibernateDAOImpl<SecurityRule,java.lang.Long>
implements SecurityRuleDAO

Version:
$Id: SecurityRuleDAOImpl.java 705 2008-02-26 10:56:55Z fcarone $
Author:
fcarone

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SecurityRuleDAOImpl()
           
 
Method Summary
protected  java.lang.Class<SecurityRule> getReferenceClass()
          
 
Methods inherited from class it.openutils.dao.hibernate.HibernateDAOImpl
delete, evict, find, find, find, findAll, findAll, findAll, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFilteredFirst, findFilteredFirst, getDefaultFilterMetadata, getDefaultOrder, getNamedQuery, getNamedQuery, getNamedQuery, load, loadIfAvailable, merge, refresh, save, saveOrUpdate, setAopenabled, setParameterValue, setReferenceClass, update
 
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 it.openutils.dao.hibernate.HibernateDAO
delete, evict, find, find, find, findAll, findAll, findAll, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFiltered, findFilteredFirst, findFilteredFirst, load, loadIfAvailable, merge, refresh, save, saveOrUpdate, update
 

Constructor Detail

SecurityRuleDAOImpl

public SecurityRuleDAOImpl()
Method Detail

getReferenceClass

protected java.lang.Class<SecurityRule> getReferenceClass()

Overrides:
getReferenceClass in class it.openutils.dao.hibernate.HibernateDAOImpl<SecurityRule,java.lang.Long>


Copyright © 2008 Openmind. All Rights Reserved.