Uses of Interface
com.helger.commons.id.factory.IIntIDFactory
-
Packages that use IIntIDFactory Package Description com.helger.commons.id.factory -
-
Uses of IIntIDFactory in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory that implement IIntIDFactory Modifier and Type Class Description classAbstractPersistingIntIDFactoryThis implementation ofIIntIDFactoryreads IDs from a device.classFileIntIDFactoryFilebased persistingIIntIDFactoryimplementation.classMemoryIntIDFactoryA default implementation for non-negative in-memory IDs.classMemoryStaticIntIDFactoryAn implementation ofIIntIDFactoryusing a single staticAtomicInteger.Methods in com.helger.commons.id.factory that return IIntIDFactory Modifier and Type Method Description static IIntIDFactoryGlobalIDFactory. getIntIDFactory()static IIntIDFactoryGlobalIDFactory. getPersistentIntIDFactory()Methods in com.helger.commons.id.factory with parameters of type IIntIDFactory Modifier and Type Method Description static EChangeGlobalIDFactory. setIntIDFactory(IIntIDFactory aFactory)static EChangeGlobalIDFactory. setPersistentIntIDFactory(IIntIDFactory aFactory)Constructors in com.helger.commons.id.factory with parameters of type IIntIDFactory Constructor Description StringIDFromIntIDFactory(IIntIDFactory aIntIDFactory)StringIDFromIntIDFactory(IIntIDFactory aIntIDFactory, String sPrefix)
-