@Service public class LeafAllocServiceImpl extends ServiceImpl<LeafAllocMapper,LeafAlloc> implements ILeafAllocService
构造器和说明 |
---|
LeafAllocServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
List<String> |
loadBizTag()
获取所有业务标识
|
LeafAlloc |
updateMaxIdAndGetLeafAlloc(String bizTag)
按照数据库设置的每次分配的号码数量更新指定业务所被分配的ID号码的最大值
|
LeafAlloc |
updateMaxIdByCustomStepAndGetLeafAlloc(String bizTag,
int nextStep)
按照自定义设置的每次分配的号码数量更新指定业务所被分配的ID号码的最大值
|
alwaysUpdateSomeColumnById, deleteByIdWithFill, insertBatchSomeColumn, insertIgnoreBatchSomeColumn
closeSqlSession, currentMapperClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alwaysUpdateSomeColumnById, deleteByIdWithFill, insertBatchSomeColumn, insertIgnoreBatchSomeColumn
selectJoinCount, selectJoinList, selectJoinListPage, selectJoinMap, selectJoinMaps, selectJoinMapsPage, selectJoinOne
currentModelClass, getByIdDeep, getByIdDeep, getByIdDeep, getMapDeep, getMapDeep, getMapDeep, getOneDeep, getOneDeep, getOneDeep, getOneDeep, getOneDeep, getOneDeep, listByIdsDeep, listByIdsDeep, listByIdsDeep, listByMapDeep, listByMapDeep, listByMapDeep, listDeep, listDeep, listDeep, listDeep, listDeep, listDeep, listMapsDeep, listMapsDeep, listMapsDeep, listMapsDeep, listMapsDeep, listMapsDeep, pageDeep, pageDeep, pageDeep, pageDeep, pageDeep, pageDeep, pageMapsDeep, pageMapsDeep, pageMapsDeep, pageMapsDeep, pageMapsDeep, pageMapsDeep
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
public List<String> loadBizTag()
ILeafAllocService
loadBizTag
在接口中 ILeafAllocService
@Transactional(rollbackFor=java.lang.Exception.class) public LeafAlloc updateMaxIdByCustomStepAndGetLeafAlloc(String bizTag, int nextStep)
ILeafAllocService
updateMaxIdByCustomStepAndGetLeafAlloc
在接口中 ILeafAllocService
bizTag
- 业务标识nextStep
- 自定义号码分配数量@Transactional(rollbackFor=java.lang.Exception.class) public LeafAlloc updateMaxIdAndGetLeafAlloc(String bizTag)
ILeafAllocService
updateMaxIdAndGetLeafAlloc
在接口中 ILeafAllocService
bizTag
- 业务标识