Interface EntityConditionService<CONDITION extends Condition,DAO extends CommonJpaRepository<T,ID>,T,ID extends Serializable>

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

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