Package org.opennms.netmgt.dao.api
Interface StatisticsReportDataDao
-
- All Superinterfaces:
OnmsDao<StatisticsReportData,Integer>
- All Known Implementing Classes:
StatisticsReportDataDaoHibernate
public interface StatisticsReportDataDao extends OnmsDao<StatisticsReportData,Integer>
DAO for accessing StatisticsReportData objects.- Version:
- $Id: $
- Author:
- DJ Gregor
- See Also:
StatisticsReportData
-
-
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
-
-