Class EntityDaoConditionServiceImpl<CONDITION extends Condition,DAO extends CommonJpaRepository<T,ID>,T,ID extends Serializable>

java.lang.Object
cn.net.vidyo.framework.data.jpa.service.EntityServiceImpl<DAO,T,ID>
cn.net.vidyo.framework.data.jpa.service.EntityConditionServiceImpl<CONDITION,DAO,T,ID>
cn.net.vidyo.framework.data.jpa.service.EntityDaoConditionServiceImpl<CONDITION,DAO,T,ID>
All Implemented Interfaces:
EntityConditionService<CONDITION,DAO,T,ID>, EntityService<DAO,T,ID>

public abstract class EntityDaoConditionServiceImpl<CONDITION extends Condition,DAO extends CommonJpaRepository<T,ID>,T,ID extends Serializable> extends EntityConditionServiceImpl<CONDITION,DAO,T,ID>