Uses of Interface
com.helger.base.id.factory.ILongIDFactory
Packages that use ILongIDFactory
-
Uses of ILongIDFactory in com.helger.base.id.factory
Classes in com.helger.base.id.factory that implement ILongIDFactoryModifier and TypeClassDescriptionclassThis implementation ofILongIDFactoryreads IDs from a device.final classA default implementation for non-negative in-memory IDs.final classAn implementation ofILongIDFactoryusing a single staticAtomicLong.Methods in com.helger.base.id.factory that return ILongIDFactoryModifier and TypeMethodDescriptionstatic @Nullable ILongIDFactoryGlobalIDFactory.getLongIDFactory()static @Nullable ILongIDFactoryGlobalIDFactory.getPersistentLongIDFactory()Methods in com.helger.base.id.factory with parameters of type ILongIDFactoryModifier and TypeMethodDescriptionstatic @NonNull EChangeGlobalIDFactory.setLongIDFactory(@Nullable ILongIDFactory aFactory) Set the non-persistent long ID factory.static @NonNull EChangeGlobalIDFactory.setPersistentLongIDFactory(@Nullable ILongIDFactory aFactory) Set the persistent long ID factory.Constructors in com.helger.base.id.factory with parameters of type ILongIDFactoryModifierConstructorDescriptionStringIDFromLongIDFactory(@NonNull ILongIDFactory aLongIDFactory) Constructor using the default prefix.StringIDFromLongIDFactory(@NonNull ILongIDFactory aLongIDFactory, @NonNull String sPrefix) Constructor with a custom prefix.