Uses of Interface
com.helger.commons.id.factory.ILongIDFactory
Packages that use ILongIDFactory
-
Uses of ILongIDFactory in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory that implement ILongIDFactoryModifier and TypeClassDescriptionclassThis implementation ofILongIDFactoryreads IDs from a device.classFilebased persistingILongIDFactoryimplementation.final classA default implementation for non-negative in-memory IDs.final classAn implementation ofILongIDFactoryusing a single staticAtomicLong.Methods in com.helger.commons.id.factory that return ILongIDFactoryModifier and TypeMethodDescriptionstatic ILongIDFactoryGlobalIDFactory.getLongIDFactory()static ILongIDFactoryGlobalIDFactory.getPersistentLongIDFactory()Methods in com.helger.commons.id.factory with parameters of type ILongIDFactoryModifier and TypeMethodDescriptionstatic EChangeGlobalIDFactory.setLongIDFactory(ILongIDFactory aFactory) static EChangeGlobalIDFactory.setPersistentLongIDFactory(ILongIDFactory aFactory) Constructors in com.helger.commons.id.factory with parameters of type ILongIDFactoryModifierConstructorDescriptionStringIDFromLongIDFactory(ILongIDFactory aLongIDFactory) StringIDFromLongIDFactory(ILongIDFactory aLongIDFactory, String sPrefix)