Uses of Interface
com.helger.commons.id.factory.IStringIDFactory
Packages that use IStringIDFactory
-
Uses of IStringIDFactory in com.helger.commons.id.factory
Classes in com.helger.commons.id.factory that implement IStringIDFactoryModifier 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.Methods in com.helger.commons.id.factory that return IStringIDFactoryModifier and TypeMethodDescriptionstatic IStringIDFactoryGlobalIDFactory.getPersistentStringIDFactory()static IStringIDFactoryGlobalIDFactory.getStringIDFactory()Methods in com.helger.commons.id.factory with parameters of type IStringIDFactoryModifier and TypeMethodDescriptionstatic EChangeGlobalIDFactory.setPersistentStringIDFactory(IStringIDFactory aFactory) static EChangeGlobalIDFactory.setStringIDFactory(IStringIDFactory aFactory) Constructors in com.helger.commons.id.factory with parameters of type IStringIDFactoryModifierConstructorDescriptionStringIDFactory(IStringIDFactory aBaseFactory) StringIDFactory(String sPrefix, IStringIDFactory aBaseFactory)