public class BridgeElementDaoHibernate extends AbstractDaoHibernate<BridgeElement,Integer> implements BridgeElementDao
| Constructor and Description |
|---|
BridgeElementDaoHibernate()
Constructor for BridgeElementDaoHibernate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByNodeIdOlderThen(Integer nodeId,
Date now) |
List<BridgeElement> |
findByBridgeId(String id) |
List<BridgeElement> |
findByNodeId(Integer id)
findByNodeId
|
BridgeElement |
getByBridgeIdVlan(String id,
Integer vlanId) |
BridgeElement |
getByNodeIdVlan(Integer id,
Integer vlanId) |
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, 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 BridgeElementDaoHibernate()
Constructor for BridgeElementDaoHibernate.
public List<BridgeElement> findByNodeId(Integer id)
findByNodeId
findByNodeId in interface BridgeElementDaoid - a Integer object.LldpElement object.public BridgeElement getByNodeIdVlan(Integer id, Integer vlanId)
getByNodeIdVlan in interface BridgeElementDaopublic List<BridgeElement> findByBridgeId(String id)
findByBridgeId in interface BridgeElementDaopublic BridgeElement getByBridgeIdVlan(String id, Integer vlanId)
getByBridgeIdVlan in interface BridgeElementDaopublic void deleteByNodeIdOlderThen(Integer nodeId, Date now)
deleteByNodeIdOlderThen in interface BridgeElementDaoCopyright © 2015. All rights reserved.