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