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