public class CdpLinkDaoHibernate extends AbstractDaoHibernate<CdpLink,Integer> implements CdpLinkDao
CdpLinkDaoHibernate class.
m_criteriaConverter
Constructor and Description |
---|
CdpLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeId(Integer nodeId) |
void |
deleteByNodeIdOlderThen(Integer nodeId,
Date now) |
List<CdpLink> |
findByNodeId(Integer nodeId) |
CdpLink |
get(Integer nodeId,
Integer cdpCacheifIndex,
Integer cdpCacheDeviceIndex) |
CdpLink |
get(OnmsNode node,
Integer cdpCacheifIndex,
Integer cdpCacheDeviceIndex) |
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
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public CdpLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
public CdpLink get(OnmsNode node, Integer cdpCacheifIndex, Integer cdpCacheDeviceIndex)
get
in interface CdpLinkDao
public CdpLink get(Integer nodeId, Integer cdpCacheifIndex, Integer cdpCacheDeviceIndex)
get
in interface CdpLinkDao
public List<CdpLink> findByNodeId(Integer nodeId)
findByNodeId
in interface CdpLinkDao
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen
in interface CdpLinkDao
public void deleteByNodeId(Integer nodeId)
deleteByNodeId
in interface CdpLinkDao
Copyright © 2021. All rights reserved.