Uses of Interface
com.helger.base.id.factory.IStringIDFactory
Packages that use IStringIDFactory
-
Uses of IStringIDFactory in com.helger.base.id.factory
Classes in com.helger.base.id.factory that implement IStringIDFactoryModifier and TypeClassDescriptionclassAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewLongID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewPersistentIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewPersistentLongID()to create unique IDs.classA factory that creates String IDs based on a specifiedIIntIDFactory.classA factory that creates String IDs based on a specifiedILongIDFactory.classAnIStringIDFactoryimplementation that uses a random UUIDs.Methods in com.helger.base.id.factory that return IStringIDFactoryModifier and TypeMethodDescriptionstatic @Nullable IStringIDFactoryGlobalIDFactory.getPersistentStringIDFactory()static @Nullable IStringIDFactoryGlobalIDFactory.getStringIDFactory()Methods in com.helger.base.id.factory with parameters of type IStringIDFactoryModifier and TypeMethodDescriptionstatic @NonNull EChangeGlobalIDFactory.setPersistentStringIDFactory(@Nullable IStringIDFactory aFactory) Set the persistent string ID factory.static @NonNull EChangeGlobalIDFactory.setStringIDFactory(@Nullable IStringIDFactory aFactory) Set the non-persistent string ID factory.Constructors in com.helger.base.id.factory with parameters of type IStringIDFactoryModifierConstructorDescriptionStringIDFactory(@NonNull IStringIDFactory aBaseFactory) Constructor using the default prefix.StringIDFactory(@NonNull String sPrefix, @NonNull IStringIDFactory aBaseFactory) Constructor with a custom prefix.