package fr.openwide.core.test.business.person.dao; import fr.openwide.core.jpa.business.generic.dao.IGenericEntityDao; import fr.openwide.core.test.business.person.model.PersonReference; public interface IPersonReferenceDao extends IGenericEntityDao<Long, PersonReference> { }