Package com.helger.commons.id.factory
Interface IBaseIDFactory
- All Known Subinterfaces:
IIDFactory<IDTYPE>,IIntIDFactory,ILongIDFactory,IStringIDFactory
- All Known Implementing Classes:
AbstractPersistingIntIDFactory,AbstractPersistingLongIDFactory,FileIntIDFactory,FileLongIDFactory,MemoryIntIDFactory,MemoryLongIDFactory,MemoryStaticIntIDFactory,MemoryStaticLongIDFactory,StringIDFactory,StringIDFromGlobalIntIDFactory,StringIDFromGlobalLongIDFactory,StringIDFromGlobalPersistentIntIDFactory,StringIDFromGlobalPersistentLongIDFactory,StringIDFromIntIDFactory,StringIDFromLongIDFactory
Base marker interface for all ID factories. It's only sense is to group all
ID factories with the different types.
- Author:
- Philip Helger