Uses of Interface
com.helger.commons.id.factory.ILongIDFactory
-
Packages that use ILongIDFactory Package Description com.helger.commons.id.factory -
-
Uses of ILongIDFactory in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory that implement ILongIDFactory Modifier and Type Class Description classAbstractPersistingLongIDFactoryThis implementation ofILongIDFactoryreads IDs from a device.classFileLongIDFactoryFilebased persistingILongIDFactoryimplementation.classMemoryLongIDFactoryA default implementation for non-negative in-memory IDs.classMemoryStaticLongIDFactoryAn implementation ofILongIDFactoryusing a single staticAtomicLong.Methods in com.helger.commons.id.factory that return ILongIDFactory Modifier and Type Method Description static ILongIDFactoryGlobalIDFactory. getLongIDFactory()static ILongIDFactoryGlobalIDFactory. getPersistentLongIDFactory()Methods in com.helger.commons.id.factory with parameters of type ILongIDFactory Modifier and Type Method Description static EChangeGlobalIDFactory. setLongIDFactory(ILongIDFactory aFactory)static EChangeGlobalIDFactory. setPersistentLongIDFactory(ILongIDFactory aFactory)Constructors in com.helger.commons.id.factory with parameters of type ILongIDFactory Constructor Description StringIDFromLongIDFactory(ILongIDFactory aLongIDFactory)StringIDFromLongIDFactory(ILongIDFactory aLongIDFactory, String sPrefix)
-