Interface | Description |
---|---|
ValueGenerationConnectionProvider |
Connection provider for a ValueGenerator that requires connections to their datastore.
|
ValueGenerationManager |
Manager for the creation of ValueGenerators.
|
ValueGenerator<T> |
Generator interface for values.
|
Class | Description |
---|---|
AbstractConnectedGenerator<T> |
Abstract representation of a ValueGenerator requiring a connection to a datastore.
|
AbstractGenerator<T> |
Abstract value generator.
|
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 String utilising the JDK UUID class (128-bit, 36 character).
|
UUIDHexGenerator |
Value generator for a UUID hexadecimal format.
|
UUIDObjectGenerator |
Value generator for a UUID utilising the JDK UUID class (128-bit, 36 character).
|
UUIDStringGenerator |
Value generator for a UUID String format.
|
ValueGenerationBlock<T> |
Representation of a block of values.
|
ValueGenerationManagerImpl |
Manager for the creation of ValueGenerators.
|
Enum | Description |
---|---|
AbstractConnectedGenerator.ConnectionPreference |
Exception | Description |
---|---|
ValueGenerationException |
General class to throw exceptions in generators.
|
Copyright © 2019. All rights reserved.