Uses of Class
cloud.opencode.base.id.simple.TimestampIdGenerator
Packages that use TimestampIdGenerator
-
Uses of TimestampIdGenerator in cloud.opencode.base.id.simple
Methods in cloud.opencode.base.id.simple that return TimestampIdGeneratorModifier and TypeMethodDescriptionstatic TimestampIdGeneratorTimestampIdGenerator.create()Creates a generator with default random length (6) 创建使用默认随机长度(6)的生成器static TimestampIdGeneratorTimestampIdGenerator.create(int randomLength) Creates a generator with specific random length 使用指定随机长度创建生成器