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