Package org.opennms.netmgt.dao.hibernate
Class MinionDaoHibernate
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate<OnmsMinion,java.lang.String>
-
- org.opennms.netmgt.dao.hibernate.MinionDaoHibernate
-
- All Implemented Interfaces:
MinionDao
,OnmsDao<OnmsMinion,java.lang.String>
,org.springframework.beans.factory.InitializingBean
public class MinionDaoHibernate extends AbstractDaoHibernate<OnmsMinion,java.lang.String> implements MinionDao
LinkStateDaoHibernate class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate
m_criteriaConverter
-
-
Constructor Summary
Constructors Constructor Description MinionDaoHibernate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<OnmsMinion>
findAll(java.lang.Integer offset, java.lang.Integer limit)
OnmsMinion
findById(java.lang.String id)
java.util.Collection<OnmsMinion>
findByLocation(java.lang.String locationName)
-
Methods inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate
buildHibernateCallback, bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-
-
-
Method Detail
-
findAll
public java.util.Collection<OnmsMinion> findAll(java.lang.Integer offset, java.lang.Integer limit)
-
findById
public OnmsMinion findById(java.lang.String id)
-
findByLocation
public java.util.Collection<OnmsMinion> findByLocation(java.lang.String locationName)
- Specified by:
findByLocation
in interfaceMinionDao
-
-