Uses of Interface
com.helger.commons.id.factory.IBaseIDFactory
-
Packages that use IBaseIDFactory Package Description com.helger.commons.id.factory -
-
Uses of IBaseIDFactory in com.helger.commons.id.factory
Subinterfaces of IBaseIDFactory in com.helger.commons.id.factory Modifier and Type Interface Description interfaceIIDFactory<IDTYPE>Interface for an object creating unique IDs.interfaceIIntIDFactoryInterface for an object creating unique int IDs.interfaceILongIDFactoryInterface for an object creating unique long IDs.interfaceIStringIDFactoryInterface for an object creating unique String IDs.Classes in com.helger.commons.id.factory that implement IBaseIDFactory Modifier and Type Class Description classAbstractPersistingIntIDFactoryThis implementation ofIIntIDFactoryreads IDs from a device.classAbstractPersistingLongIDFactoryThis implementation ofILongIDFactoryreads IDs from a device.classFileIntIDFactoryFilebased persistingIIntIDFactoryimplementation.classFileLongIDFactoryFilebased persistingILongIDFactoryimplementation.classMemoryIntIDFactoryA default implementation for non-negative in-memory IDs.classMemoryLongIDFactoryA default implementation for non-negative in-memory IDs.classMemoryStaticIntIDFactoryAn implementation ofIIntIDFactoryusing a single staticAtomicInteger.classMemoryStaticLongIDFactoryAn implementation ofILongIDFactoryusing a single staticAtomicLong.classStringIDFactoryAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classStringIDFromGlobalIntIDFactoryAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classStringIDFromGlobalLongIDFactoryAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewLongID()to create unique IDs.classStringIDFromGlobalPersistentIntIDFactoryAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewPersistentIntID()to create unique IDs.classStringIDFromGlobalPersistentLongIDFactoryAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewPersistentLongID()to create unique IDs.classStringIDFromIntIDFactoryA factory that creates String IDs based on a specifiedIIntIDFactory.classStringIDFromLongIDFactoryA factory that creates String IDs based on a specifiedILongIDFactory.
-