package fr.openwide.core.test.jpa.more.business.entity.dao; import fr.openwide.core.jpa.business.generic.dao.IGenericEntityDao; import fr.openwide.core.test.jpa.more.business.entity.model.TestEntity; public interface ITestEntityDao extends IGenericEntityDao<Long, TestEntity> { }