Uses of Interface
com.helger.commons.id.factory.IIntIDFactory
Packages that use IIntIDFactory
-
Uses of IIntIDFactory in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory that implement IIntIDFactoryModifier and TypeClassDescriptionclassThis implementation ofIIntIDFactoryreads IDs from a device.classFilebased persistingIIntIDFactoryimplementation.final classA default implementation for non-negative in-memory IDs.final classAn implementation ofIIntIDFactoryusing a single staticAtomicInteger.Methods in com.helger.commons.id.factory that return IIntIDFactoryModifier and TypeMethodDescriptionstatic IIntIDFactoryGlobalIDFactory.getIntIDFactory()static IIntIDFactoryGlobalIDFactory.getPersistentIntIDFactory()Methods in com.helger.commons.id.factory with parameters of type IIntIDFactoryModifier and TypeMethodDescriptionstatic EChangeGlobalIDFactory.setIntIDFactory(IIntIDFactory aFactory) static EChangeGlobalIDFactory.setPersistentIntIDFactory(IIntIDFactory aFactory) Constructors in com.helger.commons.id.factory with parameters of type IIntIDFactoryModifierConstructorDescriptionStringIDFromIntIDFactory(IIntIDFactory aIntIDFactory) StringIDFromIntIDFactory(IIntIDFactory aIntIDFactory, String sPrefix)