public class BridgeStpLinkDaoHibernate extends AbstractDaoHibernate<BridgeStpLink,Integer> implements BridgeStpLinkDao
m_criteriaConverter| Constructor and Description | 
|---|
BridgeStpLinkDaoHibernate()
 Constructor for BridgeStpLinkDaoHibernate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteByNodeId(Integer nodeId)  | 
void | 
deleteByNodeIdOlderThen(Integer nodeId,
                       Date now)  | 
List<BridgeStpLink> | 
findByDesignatedBridge(String designated)  | 
List<BridgeStpLink> | 
findByDesignatedRoot(String root)  | 
List<BridgeStpLink> | 
findByNodeId(Integer id)  | 
BridgeStpLink | 
getByNodeIdBridgePort(Integer id,
                     Integer port)  | 
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 BridgeStpLinkDaoHibernate()
Constructor for BridgeStpLinkDaoHibernate.
public List<BridgeStpLink> findByNodeId(Integer id)
findByNodeId in interface BridgeStpLinkDaopublic BridgeStpLink getByNodeIdBridgePort(Integer id, Integer port)
getByNodeIdBridgePort in interface BridgeStpLinkDaopublic List<BridgeStpLink> findByDesignatedBridge(String designated)
findByDesignatedBridge in interface BridgeStpLinkDaopublic List<BridgeStpLink> findByDesignatedRoot(String root)
findByDesignatedRoot in interface BridgeStpLinkDaopublic void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen in interface BridgeStpLinkDaopublic void deleteByNodeId(Integer nodeId)
deleteByNodeId in interface BridgeStpLinkDaoCopyright © 2020. All rights reserved.