package fr.openwide.maven.artifact.notifier.core.business.statistics.dao; import fr.openwide.core.jpa.business.generic.dao.IGenericEntityDao; import fr.openwide.maven.artifact.notifier.core.business.statistics.model.Statistic; public interface IStatisticDao extends IGenericEntityDao<Long, Statistic> { }