Class BridgeStpLinkDaoHibernate
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate<BridgeStpLink,Integer>
-
- org.opennms.netmgt.enlinkd.persistence.impl.BridgeStpLinkDaoHibernate
-
- All Implemented Interfaces:
OnmsDao<BridgeStpLink,Integer>
,BridgeStpLinkDao
,org.springframework.beans.factory.InitializingBean
public class BridgeStpLinkDaoHibernate extends AbstractDaoHibernate<BridgeStpLink,Integer> implements BridgeStpLinkDao
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.dao.hibernate.AbstractDaoHibernate
m_criteriaConverter
-
-
Constructor Summary
Constructors Constructor Description BridgeStpLinkDaoHibernate()
Constructor for BridgeStpLinkDaoHibernate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteByNodeId(Integer nodeId)
void
deleteByNodeIdOlderThen(Integer nodeId, Date now)
List<BridgeStpLink>
findByDesignatedBridge(String designated)
List<BridgeStpLink>
findByDesignatedRoot(String root)
List<BridgeStpLink>
findByNodeId(Integer id)
BridgeStpLink
getByNodeIdBridgePort(Integer id, Integer port)
-
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
-
findByNodeId
public List<BridgeStpLink> findByNodeId(Integer id)
- Specified by:
findByNodeId
in interfaceBridgeStpLinkDao
-
getByNodeIdBridgePort
public BridgeStpLink getByNodeIdBridgePort(Integer id, Integer port)
- Specified by:
getByNodeIdBridgePort
in interfaceBridgeStpLinkDao
-
findByDesignatedBridge
public List<BridgeStpLink> findByDesignatedBridge(String designated)
- Specified by:
findByDesignatedBridge
in interfaceBridgeStpLinkDao
-
findByDesignatedRoot
public List<BridgeStpLink> findByDesignatedRoot(String root)
- Specified by:
findByDesignatedRoot
in interfaceBridgeStpLinkDao
-
deleteByNodeIdOlderThen
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
- Specified by:
deleteByNodeIdOlderThen
in interfaceBridgeStpLinkDao
-
deleteByNodeId
public void deleteByNodeId(Integer nodeId)
- Specified by:
deleteByNodeId
in interfaceBridgeStpLinkDao
-
-