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