Uses of Package
com.helger.commons.id.factory
-
Packages that use com.helger.commons.id.factory Package Description com.helger.commons.id.factory -
Classes in com.helger.commons.id.factory used by com.helger.commons.id.factory Class Description AbstractPersistingIntIDFactory This implementation ofIIntIDFactoryreads IDs from a device.AbstractPersistingLongIDFactory This implementation ofILongIDFactoryreads IDs from a device.IBaseIDFactory Base marker interface for all ID factories.IIDFactory Interface for an object creating unique IDs.IIntIDFactory Interface for an object creating unique int IDs.ILongIDFactory Interface for an object creating unique long IDs.IStringIDFactory Interface for an object creating unique String IDs.StringIDFactory AnIStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs.