| Package | Description |
|---|---|
| com.helger.commons.id.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersistingIntIDFactory
This implementation of
IIntIDFactory reads IDs from a device. |
class |
FileIntIDFactory
File based persisting IIntIDFactory implementation. |
class |
MemoryIntIDFactory
A default implementation for non-negative in-memory IDs.
|
class |
MemoryStaticIntIDFactory
An implementation of
IIntIDFactory using a single static
AtomicInteger. |
| Modifier and Type | Method and Description |
|---|---|
IIntIDFactory |
StringIDFromIntIDFactory.getIntIDFactory() |
static IIntIDFactory |
GlobalIDFactory.getIntIDFactory() |
static IIntIDFactory |
GlobalIDFactory.getPersistentIntIDFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EChange |
GlobalIDFactory.setIntIDFactory(IIntIDFactory aFactory) |
static EChange |
GlobalIDFactory.setPersistentIntIDFactory(IIntIDFactory aFactory) |
| Constructor and Description |
|---|
StringIDFromIntIDFactory(IIntIDFactory aIntIDFactory) |
StringIDFromIntIDFactory(IIntIDFactory aIntIDFactory,
String sPrefix) |
Copyright © 2014–2015 Philip Helger. All rights reserved.