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