public class LldpElementDaoHibernate extends AbstractDaoHibernate<LldpElement,Integer> implements LldpElementDao
m_criteriaConverter
Constructor and Description |
---|
LldpElementDaoHibernate()
Constructor for LldpElementDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeId(Integer nodeId) |
List<LldpElement> |
findByChassisId(String chassisId,
LldpUtils.LldpChassisIdSubType type) |
LldpElement |
findByNodeId(Integer id)
findByNodeId
|
LldpElement |
findBySysname(String sysname) |
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 LldpElementDaoHibernate()
Constructor for LldpElementDaoHibernate.
public LldpElement findByNodeId(Integer id)
findByNodeId
findByNodeId
in interface LldpElementDao
id
- a Integer
object.LldpElement
object.public List<LldpElement> findByChassisId(String chassisId, LldpUtils.LldpChassisIdSubType type)
findByChassisId
in interface LldpElementDao
public LldpElement findBySysname(String sysname)
findBySysname
in interface LldpElementDao
public void deleteByNodeId(Integer nodeId)
deleteByNodeId
in interface LldpElementDao
Copyright © 2021. All rights reserved.