Uses of Interface
com.helger.base.id.factory.IIntIDFactory
Packages that use IIntIDFactory
-
Uses of IIntIDFactory in com.helger.base.id.factory
Classes in com.helger.base.id.factory that implement IIntIDFactoryModifier and TypeClassDescriptionclassThis implementation ofIIntIDFactoryreads IDs from a device.final classA default implementation for non-negative in-memory IDs.final classAn implementation ofIIntIDFactoryusing a single staticAtomicInteger.Methods in com.helger.base.id.factory that return IIntIDFactoryModifier and TypeMethodDescriptionstatic @Nullable IIntIDFactoryGlobalIDFactory.getIntIDFactory()static @Nullable IIntIDFactoryGlobalIDFactory.getPersistentIntIDFactory()Methods in com.helger.base.id.factory with parameters of type IIntIDFactoryModifier and TypeMethodDescriptionstatic @NonNull EChangeGlobalIDFactory.setIntIDFactory(@Nullable IIntIDFactory aFactory) Set the non-persistent int ID factory.static @NonNull EChangeGlobalIDFactory.setPersistentIntIDFactory(@Nullable IIntIDFactory aFactory) Set the persistent int ID factory.Constructors in com.helger.base.id.factory with parameters of type IIntIDFactoryModifierConstructorDescriptionStringIDFromIntIDFactory(@NonNull IIntIDFactory aIntIDFactory) Constructor using the default prefix.StringIDFromIntIDFactory(@NonNull IIntIDFactory aIntIDFactory, @NonNull String sPrefix) Constructor with a custom prefix.