Interface | Description |
---|---|
ObjectIdentifierProducer |
An object that generates new identifiers must implement this interface.
|
Class | Description |
---|---|
DataSourceProxy |
This class is a datasource wrapper for other datasources or simple
connections.
|
DBUtil |
Helper and convenience methods for Java database handling.
|
ObjectIdentifierDB |
Instances of this class provide generation of unique identifiers
backed by a specific database table.
|
ObjectIdentifierGenerator |
This class provides identifiers by incrementing an internal counter,
starting at 1.
|
SQLExecutor |
Provides an easy to use interface to execute SQL statements against
a database.
|