public class BmpRouteInfoDaoImpl extends AbstractDaoHibernate<BmpRouteInfo,Long> implements BmpRouteInfoDao
m_criteriaConverter
Constructor and Description |
---|
BmpRouteInfoDaoImpl() |
Modifier and Type | Method and Description |
---|---|
List<BmpRouteInfo> |
findByPrefix(String prefix) |
BmpRouteInfo |
findByPrefixAndOriginAs(String prefix,
Integer prefixLen,
Long originAsn) |
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 BmpRouteInfo findByPrefixAndOriginAs(String prefix, Integer prefixLen, Long originAsn)
findByPrefixAndOriginAs
in interface BmpRouteInfoDao
public List<BmpRouteInfo> findByPrefix(String prefix)
findByPrefix
in interface BmpRouteInfoDao
Copyright © 2021. All rights reserved.