package com.activequant.interfaces.dao; import com.activequant.domainmodel.Report; public interface IReportDao extends IEntityDao<Report> { }