public class BridgeMacLinkDaoHibernate extends AbstractDaoHibernate<BridgeMacLink,Integer> implements BridgeMacLinkDao
Constructor and Description |
---|
BridgeMacLinkDaoHibernate()
Constructor for BridgeMacLinkDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeIdOlderThen(Integer nodeId,
Date now) |
List<BridgeMacLink> |
findByMacAddress(String mac) |
List<BridgeMacLink> |
findByNodeId(Integer id) |
List<BridgeMacTopologyLink> |
getAllBridgeLinksToIpAddrToNodes() |
BridgeMacLink |
getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
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 BridgeMacLinkDaoHibernate()
Constructor for BridgeMacLinkDaoHibernate.
public List<BridgeMacLink> findByNodeId(Integer id)
findByNodeId
in interface BridgeMacLinkDao
public BridgeMacLink getByNodeIdBridgePortMac(Integer id, Integer port, String mac)
getByNodeIdBridgePortMac
in interface BridgeMacLinkDao
public List<BridgeMacLink> findByMacAddress(String mac)
findByMacAddress
in interface BridgeMacLinkDao
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen
in interface BridgeMacLinkDao
public List<BridgeMacTopologyLink> getAllBridgeLinksToIpAddrToNodes()
getAllBridgeLinksToIpAddrToNodes
in interface BridgeMacLinkDao
Copyright © 2015. All rights reserved.