Class HerodotusIdentifierGenerator

java.lang.Object
cn.herodotus.engine.data.mybatis.plus.enhance.HerodotusIdentifierGenerator
All Implemented Interfaces:
com.baomidou.mybatisplus.core.incrementer.IdentifierGenerator

@Component public class HerodotusIdentifierGenerator extends Object implements com.baomidou.mybatisplus.core.incrementer.IdentifierGenerator

Description: 自定义Mybatis Plus ID 生成器

Author:
: gengwei.zheng
Date:
: 2021/8/28 15:52
  • Constructor Details

    • HerodotusIdentifierGenerator

      public HerodotusIdentifierGenerator()
  • Method Details

    • nextId

      public Number nextId(Object entity)
      Specified by:
      nextId in interface com.baomidou.mybatisplus.core.incrementer.IdentifierGenerator