package dao.entities; import java.util.UUID; import dao.Dao; import entities.DMPProfile; public interface DMPProfileDao extends Dao { }