Package org.opennms.netmgt.dao.api
Interface StatisticsReportDao
-
- All Superinterfaces:
OnmsDao<StatisticsReport,java.lang.Integer>
- All Known Implementing Classes:
MockStatisticsReportDao
,StatisticsReportDaoHibernate
public interface StatisticsReportDao extends OnmsDao<StatisticsReport,java.lang.Integer>
DAO for accessing StatisticsReport objects.- Version:
- $Id: $
- Author:
- DJ Gregor
- See Also:
StatisticsReport
-
-
Method Summary
-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-