org.opennms.netmgt.dao.hibernate
Class DistPollerDaoHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate<T,DbKey>
              extended by org.opennms.netmgt.dao.hibernate.AbstractCachingDaoHibernate<OnmsDistPoller,String,String>
                  extended by org.opennms.netmgt.dao.hibernate.DistPollerDaoHibernate
All Implemented Interfaces:
DistPollerDao, OnmsDao<OnmsDistPoller,String>, org.springframework.beans.factory.InitializingBean

public class DistPollerDaoHibernate
extends AbstractCachingDaoHibernate<OnmsDistPoller,String,String>
implements DistPollerDao

DistPollerDaoHibernate class.

Version:
$Id: $
Author:
ranger

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
DistPollerDaoHibernate()
          Constructor for DistPollerDaoHibernate.
 
Method Summary
protected  String getKey(OnmsDistPoller t)
          getKey
 
Methods inherited from class org.opennms.netmgt.dao.hibernate.AbstractCachingDaoHibernate
clear, delete, deleteAll, findAll, findByCacheKey, get, load, merge, save, saveOrUpdate, update
 
Methods inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate
bulkDelete, countAll, countMatching, evict, find, find, findMatching, findMatchingObjects, findObjects, findUnique, findUnique, findUnique, flush, initialize, queryInt, queryInt
 
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.opennms.netmgt.dao.OnmsDao
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update
 

Constructor Detail

DistPollerDaoHibernate

public DistPollerDaoHibernate()

Constructor for DistPollerDaoHibernate.

Method Detail

getKey

protected String getKey(OnmsDistPoller t)

getKey

Specified by:
getKey in class AbstractCachingDaoHibernate<OnmsDistPoller,String,String>
Parameters:
t - a T object.
Returns:
a CacheKey object.


Copyright © 2011. All Rights Reserved.