Uses of Class
com.helger.commons.id.factory.StringIDFactory
Packages that use StringIDFactory
-
Uses of StringIDFactory in com.helger.commons.id.factory
Subclasses of StringIDFactory in com.helger.commons.id.factoryModifier and TypeClassDescriptionclassAnIStringIDFactoryimplementation 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.