public class CdpElementDaoHibernate extends AbstractDaoHibernate<CdpElement,Integer> implements CdpElementDao
Constructor and Description |
---|
CdpElementDaoHibernate()
Constructor for CdpElementDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
CdpElement |
findByGlobalDeviceId(String deviceId) |
CdpElement |
findByNodeId(Integer id)
findByNodeId
|
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 CdpElementDaoHibernate()
Constructor for CdpElementDaoHibernate.
public CdpElement findByNodeId(Integer id)
findByNodeId
findByNodeId
in interface CdpElementDao
id
- a Integer
object.LldpElement
object.public CdpElement findByGlobalDeviceId(String deviceId)
findByGlobalDeviceId
in interface CdpElementDao
Copyright © 2015. All rights reserved.