Uses of Interface
com.fayupable.snowflake.port.IdGenerator
Packages that use IdGenerator
Package
Description
-
Uses of IdGenerator in com.fayupable.snowflake
Classes in com.fayupable.snowflake that implement IdGeneratorModifier and TypeClassDescriptionfinal classThread-safe Snowflake id generator. -
Uses of IdGenerator in com.fayupable.snowflake.jpa
Methods in com.fayupable.snowflake.jpa that return IdGeneratorModifier and TypeMethodDescriptionstatic IdGeneratorSnowflakeIdGeneratorHolder.getInstance()Returns the currently registeredIdGenerator.Methods in com.fayupable.snowflake.jpa with parameters of type IdGeneratorModifier and TypeMethodDescriptionstatic voidSnowflakeIdGeneratorHolder.setInstance(IdGenerator generator) Registers theIdGeneratorthatSnowflakeIdGeneratorHolder.getInstance()will return. -
Uses of IdGenerator in com.fayupable.snowflake.jpaspring
Methods in com.fayupable.snowflake.jpaspring that return IdGeneratorModifier and TypeMethodDescriptionSnowflakeAutoConfiguration.idGenerator(SnowflakeProperties properties, org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> registryProvider) Creates the singletonIdGeneratorfor this application instance and registers it withSnowflakeIdGeneratorHolderso that@SnowflakeGeneratedId-annotated entity fields can be populated by Hibernate.