Uses of Interface
com.helger.commons.id.factory.IIDFactory
Packages that use IIDFactory
-
Uses of IIDFactory in com.helger.commons.id.factory
Subinterfaces of IIDFactory in com.helger.commons.id.factoryModifier and TypeInterfaceDescriptioninterfaceInterface for an object creating unique String IDs.Classes in com.helger.commons.id.factory that implement IIDFactoryModifier and TypeClassDescriptionclassAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewLongID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewPersistentIntID()to create unique IDs.classAnIStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewPersistentLongID()to create unique IDs.classA factory that creates String IDs based on a specifiedIIntIDFactory.classA factory that creates String IDs based on a specifiedILongIDFactory.