public class IpNetToMediaDaoHibernate extends AbstractDaoHibernate<IpNetToMedia,Integer> implements IpNetToMediaDao
| Constructor and Description |
|---|
IpNetToMediaDaoHibernate() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBySourceNodeIdOlderThen(Integer nodeId,
Date now) |
List<IpNetToMedia> |
findByNetAddress(InetAddress netAddress) |
List<IpNetToMedia> |
findByPhysAddress(String physAddress) |
List<IpNetToMedia> |
findBySourceNodeId(Integer id) |
IpNetToMedia |
getByNetAndPhysAddress(InetAddress netAddress,
String physAddress) |
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 List<IpNetToMedia> findBySourceNodeId(Integer id)
findBySourceNodeId in interface IpNetToMediaDaopublic IpNetToMedia getByNetAndPhysAddress(InetAddress netAddress, String physAddress)
getByNetAndPhysAddress in interface IpNetToMediaDaopublic void deleteBySourceNodeIdOlderThen(Integer nodeId, Date now)
deleteBySourceNodeIdOlderThen in interface IpNetToMediaDaopublic List<IpNetToMedia> findByPhysAddress(String physAddress)
findByPhysAddress in interface IpNetToMediaDaopublic List<IpNetToMedia> findByNetAddress(InetAddress netAddress)
findByNetAddress in interface IpNetToMediaDaoCopyright © 2015. All rights reserved.