| Interface | Description |
|---|---|
| ValueGenerationConnectionProvider |
Connection provider for a ValueGenerator that requires connections to their datastore.
|
| ValueGenerator<T> |
Generator interface for values.
|
| Class | Description |
|---|---|
| AbstractDatastoreGenerator<T> |
Abstract representation of a ValueGenerator for a datastore.
|
| AbstractGenerator<T> |
Abstract value generator.
|
| AbstractUIDGenerator |
Value generator for a UID format.
|
| AbstractUUIDGenerator |
Value generator for a UUID format.
|
| AUIDGenerator |
This generator uses a Java implementation of DCE UUIDs to create unique
identifiers without the overhead of additional database transactions or even
an open database connection.
|
| TimestampGenerator |
Value generator for timestamps.
|
| TimestampValueGenerator |
Value generator for timestamp values (millisecs).
|
| UUIDGenerator |
Value generator for a UUID utilising the JDK UUID class (128-bit, 36 character).
|
| UUIDHexGenerator |
Value generator for a UUID hexadecimal format.
|
| UUIDStringGenerator |
Value generator for a UUID String format.
|
| ValueGenerationBlock<T> |
Representation of a block of values.
|
| ValueGenerationManager |
Manager for the creation of ValueGenerators.
|
| Enum | Description |
|---|---|
| AbstractDatastoreGenerator.ConnectionPreference |
| Exception | Description |
|---|---|
| ValueGenerationException |
General class to throw exceptions in generators.
|
Copyright © 2017. All rights reserved.