| Package | Description |
|---|---|
| org.iternine.jeppetto.dao.id |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNIdGenerator
This class produces randomly generated numbers and then encodes them using the characters provided in the
constructor.
|
class |
PairIdGenerator<T1,T2> |
class |
UUIDGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator<T1> |
PairIdGenerator.getFirstIdGenerator() |
IdGenerator<T2> |
PairIdGenerator.getSecondIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PairIdGenerator.setFirstIdGenerator(IdGenerator<T1> firstIdGenerator) |
void |
PairIdGenerator.setSecondIdGenerator(IdGenerator<T2> secondIdGenerator) |
Copyright © 2017. All Rights Reserved.