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, updatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, updatepublic BridgeMacLinkDaoHibernate()
Constructor for BridgeMacLinkDaoHibernate.
public List<BridgeMacLink> findByNodeId(Integer id)
findByNodeId in interface BridgeMacLinkDaopublic BridgeMacLink getByNodeIdBridgePortMac(Integer id, Integer port, String mac)
getByNodeIdBridgePortMac in interface BridgeMacLinkDaopublic List<BridgeMacLink> findByNodeIdBridgePort(Integer id, Integer port)
findByNodeIdBridgePort in interface BridgeMacLinkDaopublic List<BridgeMacLink> findByMacAddress(String mac)
findByMacAddress in interface BridgeMacLinkDaopublic void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen in interface BridgeMacLinkDaopublic void deleteByNodeId(Integer nodeId)
deleteByNodeId in interface BridgeMacLinkDaoCopyright © 2020. All rights reserved.