public class LldpLinkDaoHibernate extends AbstractDaoHibernate<LldpLink,Integer> implements LldpLinkDao
IpInterfaceDaoHibernate class.
Constructor and Description |
---|
LldpLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeIdOlderThen(Integer nodeId,
Date now) |
List<LldpLink> |
findByNodeId(Integer nodeId) |
List<LldpLink> |
findLinksForIds(List<Integer> linkIds) |
LldpLink |
get(Integer nodeId,
Integer lldpLocalPortNum) |
LldpLink |
get(OnmsNode node,
Integer lldpLocalPortNum) |
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findMatchingObjects, 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 LldpLinkDaoHibernate()
Constructor for IpInterfaceDaoHibernate.
public LldpLink get(OnmsNode node, Integer lldpLocalPortNum)
get
in interface LldpLinkDao
public LldpLink get(Integer nodeId, Integer lldpLocalPortNum)
get
in interface LldpLinkDao
public List<LldpLink> findByNodeId(Integer nodeId)
findByNodeId
in interface LldpLinkDao
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen
in interface LldpLinkDao
public List<LldpLink> findLinksForIds(List<Integer> linkIds)
findLinksForIds
in interface LldpLinkDao
Copyright © 2015. All rights reserved.