public class OspfElementDaoHibernate extends AbstractDaoHibernate<OspfElement,Integer> implements OspfElementDao
m_criteriaConverter
Constructor and Description |
---|
OspfElementDaoHibernate()
Constructor for OspfElementDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeId(Integer nodeId) |
List<OspfElement> |
findAllByRouterId(InetAddress routerId) |
OspfElement |
findByNodeId(Integer id)
findByNodeId
|
OspfElement |
findByRouterId(InetAddress routerId) |
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 OspfElementDaoHibernate()
Constructor for OspfElementDaoHibernate.
public OspfElement findByNodeId(Integer id)
findByNodeId
findByNodeId
in interface OspfElementDao
id
- a Integer
object.OspfElement
object.public OspfElement findByRouterId(InetAddress routerId)
findByRouterId
in interface OspfElementDao
public List<OspfElement> findAllByRouterId(InetAddress routerId)
findAllByRouterId
in interface OspfElementDao
public void deleteByNodeId(Integer nodeId)
deleteByNodeId
in interface OspfElementDao
Copyright © 2021. All rights reserved.