| Package | Description |
|---|---|
| com.helger.commons.id.factory |
| Class and Description |
|---|
| AbstractPersistingIntIDFactory
This implementation of
IIntIDFactory reads IDs from a device. |
| AbstractPersistingLongIDFactory
This implementation of
ILongIDFactory reads 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
An
IStringIDFactory implementation that uses a constant prefix and an
int supplied from GlobalIDFactory.getNewIntID() to create unique IDs. |
Copyright © 2014–2020 Philip Helger. All rights reserved.