| Package | Description |
|---|---|
| com.helger.commons.id.factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStringIDFactory
Interface for an object creating unique String IDs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringIDFactory
An
IStringIDFactory implementation that uses a constant prefix and an
int supplied from GlobalIDFactory.getNewIntID() to create unique IDs. |
class |
StringIDFromGlobalIntIDFactory
An
IStringIDFactory implementation that uses a constant prefix and an
int supplied from GlobalIDFactory.getNewIntID() to create unique IDs. |
class |
StringIDFromGlobalLongIDFactory
An
IStringIDFactory implementation that uses a constant prefix and a
long supplied from GlobalIDFactory.getNewLongID() to create unique
IDs. |
class |
StringIDFromGlobalPersistentIntIDFactory
An
IStringIDFactory implementation that uses a constant prefix and an
int supplied from GlobalIDFactory.getNewPersistentIntID() to create
unique IDs. |
class |
StringIDFromGlobalPersistentLongIDFactory
An
IStringIDFactory implementation that uses a constant prefix and a
long supplied from GlobalIDFactory.getNewPersistentLongID() to create
unique IDs. |
class |
StringIDFromIntIDFactory
A factory that creates String IDs based on a specified
IIntIDFactory. |
class |
StringIDFromLongIDFactory
A factory that creates String IDs based on a specified
ILongIDFactory
. |
Copyright © 2014–2020 Philip Helger. All rights reserved.