Class IdGeneratorServiceImpl

java.lang.Object
com.mybatisflex.spring.service.impl.ServiceImpl<IdGeneratorMapper,IdGeneratorEntity>
uno.xifan.id.generator.web.service.impl.IdGeneratorServiceImpl
All Implemented Interfaces:
com.mybatisflex.core.service.IService<IdGeneratorEntity>, IdGeneratorService

@Service public class IdGeneratorServiceImpl extends com.mybatisflex.spring.service.impl.ServiceImpl<IdGeneratorMapper,IdGeneratorEntity> implements IdGeneratorService
  • Field Summary

    Fields inherited from class com.mybatisflex.spring.service.impl.ServiceImpl

    mapper

    Fields inherited from interface com.mybatisflex.core.service.IService

    DEFAULT_BATCH_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.mybatisflex.spring.service.impl.ServiceImpl

    getMapper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.mybatisflex.core.service.IService

    count, count, count, exists, exists, getByEntityIdOpt, getById, getByIdOpt, getMapper, getObj, getObjAs, getObjAsOpt, getObjOpt, getOne, getOne, getOneAs, getOneAsOpt, getOneByEntityId, getOneOpt, getOneOpt, list, list, list, listAs, listByIds, listByMap, objList, objListAs, page, page, page, pageAs, query, queryChain, remove, remove, removeById, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatch, updateBatch, updateBatch, updateBatch, updateById, updateById, updateChain
  • Constructor Details

    • IdGeneratorServiceImpl

      public IdGeneratorServiceImpl()