Class SnowflakeGenId

java.lang.Object
cn.lm.mybatis.mapper.incrementer.SnowflakeGenId
All Implemented Interfaces:
GenId<Long>

public class SnowflakeGenId extends Object implements GenId<Long>
默认生成器, 如果用无参构造器,则默认使用单例
Since:
2024-12-16
Author:
Dawn Souther
  • Field Details

  • Constructor Details

    • SnowflakeGenId

      public SnowflakeGenId()
    • SnowflakeGenId

      public SnowflakeGenId(InetAddress inetAddress)
  • Method Details