接口 CoreBpmnProcDao
-
- 所有超级接口:
GenericDao<CoreBpmnProcBean,Long>
- 所有已知实现类:
CoreBpmnProcDaoImpl
public interface CoreBpmnProcDao extends GenericDao<CoreBpmnProcBean,Long>
-
-
字段概要
-
从接口继承的字段 net.sinodawn.framework.support.base.dao.GenericDao
STATEMENT_MAX_BATCH_BIND_VALUES
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<CoreBpmnProcBean>selectBpmnProcListByServiceId(String serviceId)List<CoreBpmnProcBean>selectRuntimeBpmnProcList(String tableName, String usedOrgId)-
从接口继承的方法 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
-
-
-
-
方法详细资料
-
selectRuntimeBpmnProcList
List<CoreBpmnProcBean> selectRuntimeBpmnProcList(String tableName, String usedOrgId)
-
selectBpmnProcListByServiceId
List<CoreBpmnProcBean> selectBpmnProcListByServiceId(String serviceId)
-
-