Uses of Interface
com.helger.commons.id.factory.IIDFactory
-
Packages that use IIDFactory Package Description com.helger.commons.id.factory -
-
Uses of IIDFactory in com.helger.commons.id.factory
Subinterfaces of IIDFactory in com.helger.commons.id.factory Modifier and Type Interface Description interfaceIStringIDFactoryInterface for an object creating unique String IDs.Classes in com.helger.commons.id.factory that implement IIDFactory Modifier and Type Class Description 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.
-