public class BridgeStpLinkDaoHibernate extends AbstractDaoHibernate<BridgeStpLink,Integer> implements BridgeStpLinkDao
Constructor and Description |
---|
BridgeStpLinkDaoHibernate()
Constructor for BridgeStpLinkDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
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) |
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 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
Copyright © 2015. All rights reserved.