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>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.net.vidyo.framework.data.jpa.service.EntityConditionServiceImpl
buildDeleteCondition, buildQueryCondition, buildQueryCondition, buildUpdateCondition, buildWhereCondition, getColumn, getColumn, getMap, getModel, getObject, pageQueryColumns, pageQueryMap, pageQueryMaps, pageQueryModels, pageQueryObjects, queryColumns, queryMaps, queryModels, queryObjectsMethods inherited from class cn.net.vidyo.framework.data.jpa.service.EntityServiceImpl
batchSave, batchUpdate, deleteAll, deleteAll, deleteById, deleteByIds, deleteByIds, dropTable, findByIds, findByIds, getByEntityId, getById, getCodeById, getIdByEntity, getIdKeyById, getNameById, getRepositoryDao, save, saveAndFlush, truncateParmeryKey, updateHiddenById, updateStatusByIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.net.vidyo.framework.data.jpa.service.EntityService
batchSave, batchUpdate, deleteAll, deleteAll, deleteById, deleteByIds, deleteByIds, dropTable, findByIds, findByIds, getByEntityId, getById, getCodeById, getIdByEntity, getIdKeyById, getNameById, getRepositoryDao, save, saveAndFlush, truncateParmeryKey, updateHiddenById, updateStatusById
-
Constructor Details
-
EntityDaoConditionServiceImpl
public EntityDaoConditionServiceImpl()
-
-
Method Details
-
getEntityDao
- Specified by:
getEntityDaoin classEntityServiceImpl<DAO extends CommonJpaRepository<T,ID>, T, ID extends Serializable>
-
setEntityDao
-