| Package | Description |
|---|---|
| com.helger.commons.id.factory |
| Modifier and Type | Class and Description |
|---|---|
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
. |
| Modifier and Type | Method and Description |
|---|---|
static IStringIDFactory |
GlobalIDFactory.getPersistentStringIDFactory() |
static IStringIDFactory |
GlobalIDFactory.getStringIDFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EChange |
GlobalIDFactory.setPersistentStringIDFactory(IStringIDFactory aFactory) |
static EChange |
GlobalIDFactory.setStringIDFactory(IStringIDFactory aFactory) |
Copyright © 2014–2015 Philip Helger. All rights reserved.