Interface EntityService<DAO extends CommonJpaRepository<T,ID>,T,ID extends Serializable>

All Known Subinterfaces:
EntityConditionService<CONDITION,DAO,T,ID>, EntityDaoConditionService<CONDITION,DAO,T,ID>
All Known Implementing Classes:
EntityConditionServiceImpl, EntityDaoConditionServiceImpl, EntityServiceImpl

public interface EntityService<DAO extends CommonJpaRepository<T,ID>,T,ID extends Serializable>