类 CoreBpmnProcDaoImpl
- java.lang.Object
-
- net.sinodawn.framework.mybatis.dao.MybatisDaoSupport<CoreBpmnProcBean,Long>
-
- net.sinodawn.module.sys.bpmn.dao.impl.CoreBpmnProcDaoImpl
-
- 所有已实现的接口:
GenericDao<CoreBpmnProcBean,Long>,CoreBpmnProcDao
@Repository public class CoreBpmnProcDaoImpl extends MybatisDaoSupport<CoreBpmnProcBean,Long> implements CoreBpmnProcDao
-
-
字段概要
-
从接口继承的字段 net.sinodawn.framework.support.base.dao.GenericDao
STATEMENT_MAX_BATCH_BIND_VALUES
-
-
构造器概要
构造器 构造器 说明 CoreBpmnProcDaoImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcacheEvict(CoreBpmnProcBean oldItem, CoreBpmnProcBean newItem)CoreBpmnProcMappergetMapper()List<CoreBpmnProcBean>selectBpmnProcListByServiceId(String serviceId)CoreBpmnProcBeanselectByIdIfPresent(Long id)List<CoreBpmnProcBean>selectRuntimeBpmnProcList(String tableName, String usedOrgId)-
从类继承的方法 net.sinodawn.framework.mybatis.dao.MybatisDaoSupport
countBy, countBy, delete, deleteBy, deleteByIdList, getEntityContext, getType, insert, insert, selectAll, selectColumnById, selectColumnList, selectColumnsByIds, selectFirstIfPresent, selectList, selectList, selectList, selectListByIds, selectOneIfPresent, selectPaginationByMybatis, selectUnionList, update, update, updateByIds, updateCreatedBy, updateIfChanged
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.dao.GenericDao
count, countBy, countBy, delete, deleteBy, deleteBy, deleteByIdList, getEntityContext, getTable, getType, insert, insert, selectAll, selectAll, selectAll, selectAll, selectByCondition, selectById, 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
-
-
-
-
方法详细资料
-
getMapper
public CoreBpmnProcMapper getMapper()
- 指定者:
getMapper在接口中GenericDao<CoreBpmnProcBean,Long>
-
selectRuntimeBpmnProcList
public List<CoreBpmnProcBean> selectRuntimeBpmnProcList(String tableName, String usedOrgId)
- 指定者:
selectRuntimeBpmnProcList在接口中CoreBpmnProcDao
-
selectBpmnProcListByServiceId
public List<CoreBpmnProcBean> selectBpmnProcListByServiceId(String serviceId)
- 指定者:
selectBpmnProcListByServiceId在接口中CoreBpmnProcDao
-
selectByIdIfPresent
@Cacheable(value="T_CORE_BPMN_PROC", key="#id", unless="#result == null") public CoreBpmnProcBean selectByIdIfPresent(Long id)- 指定者:
selectByIdIfPresent在接口中GenericDao<CoreBpmnProcBean,Long>- 覆盖:
selectByIdIfPresent在类中MybatisDaoSupport<CoreBpmnProcBean,Long>
-
cacheEvict
@CacheEvict(value="T_CORE_BPMN_PROC", keyGenerator="defaultDaoCacheEvictKeyGenerator") public void cacheEvict(CoreBpmnProcBean oldItem, CoreBpmnProcBean newItem)- 指定者:
cacheEvict在接口中GenericDao<CoreBpmnProcBean,Long>
-
-