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