接口 CoreBpmnInstanceTaskDao
-
- 所有超级接口:
GenericDao<CoreBpmnInstanceTaskBean,Long>
- 所有已知实现类:
CoreBpmnInstanceTaskDaoImpl
public interface CoreBpmnInstanceTaskDao extends GenericDao<CoreBpmnInstanceTaskBean,Long>
-
-
字段概要
-
从接口继承的字段 net.sinodawn.framework.support.base.dao.GenericDao
STATEMENT_MAX_BATCH_BIND_VALUES
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<CoreBpmnInstanceTaskBean>selectAuditableInstanceTaskList(String userId, List<Long> instIdList)-
从接口继承的方法 net.sinodawn.framework.support.base.dao.GenericDao
cacheEvict, count, countBy, countBy, delete, deleteBy, deleteBy, deleteByIdList, getEntityContext, getMapper, getTable, getType, insert, insert, selectAll, selectAll, selectAll, selectAll, selectByCondition, selectById, selectByIdIfPresent, selectColumn, selectColumnById, selectColumnIfPresent, selectColumnList, selectColumnList, selectColumnsByIds, selectDetail, selectFirst, selectFirst, selectFirst, selectFirstIfPresent, selectFirstIfPresent, selectFirstIfPresent, selectId, selectIdIfPresent, selectIdList, selectIdList, selectIdList, selectIdList, selectList, selectList, selectList, selectList, selectList, selectList, selectListByIds, selectListByIds, selectListByOneColumnValue, selectListByOneColumnValue, selectListByOneColumnValues, selectListByOneColumnValues, selectOne, selectOneIfPresent, selectOneUnion, selectOneUnion, selectOneUnion, selectOneUnionIfPresent, selectOneUnionIfPresent, selectOneUnionIfPresent, selectPaginationByMybatis, selectUnionList, selectUnionList, selectUnionList, update, update, update, update, update, updateByIds, updateCreatedBy, updateCreatedBy, updateIfChanged, updateIfChanged
-
-
-
-
方法详细资料
-
selectAuditableInstanceTaskList
List<CoreBpmnInstanceTaskBean> selectAuditableInstanceTaskList(@Nullable String userId, List<Long> instIdList)
-
-