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, 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 BridgeStpLinkDaoHibernate()
Constructor for BridgeStpLinkDaoHibernate.
public List<BridgeStpLink> findByNodeId(Integer id)
findByNodeId
in interface BridgeStpLinkDao
public BridgeStpLink getByNodeIdBridgePort(Integer id, Integer port)
getByNodeIdBridgePort
in interface BridgeStpLinkDao
public List<BridgeStpLink> findByDesignatedBridge(String designated)
findByDesignatedBridge
in interface BridgeStpLinkDao
public List<BridgeStpLink> findByDesignatedRoot(String root)
findByDesignatedRoot
in interface BridgeStpLinkDao
public void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen
in interface BridgeStpLinkDao
public void deleteByNodeId(Integer nodeId)
deleteByNodeId
in interface BridgeStpLinkDao
Copyright © 2021. All rights reserved.