Uses of Package
com.helger.base.id.factory
Packages that use com.helger.base.id.factory
-
Classes in com.helger.base.id.factory used by com.helger.base.id.factoryClassDescriptionBase marker interface for all ID factories.Interface for an object creating unique IDs.Interface for an object creating unique int IDs.Interface for an object creating unique long IDs.Interface for an object creating unique String IDs.An
IStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.AnIStringIDFactoryimplementation that uses a random UUIDs.