public interface BmpRouteInfoDao extends OnmsDao<BmpRouteInfo,Long>
Modifier and Type | Method and Description |
---|---|
List<BmpRouteInfo> |
findByPrefix(String prefix) |
BmpRouteInfo |
findByPrefixAndOriginAs(String prefix,
Integer prefixLen,
Long originAsn) |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
BmpRouteInfo findByPrefixAndOriginAs(String prefix, Integer prefixLen, Long originAsn)
List<BmpRouteInfo> findByPrefix(String prefix)
Copyright © 2021. All rights reserved.