Package org.pfsw.db.util

Database Utility Classes
Contains classes for DataSource support and object ID generation based on a database table.

See:
          Description

Interface Summary
ObjectIdentifierProducer An object that generates new identifiers must implement this interface.
 

Class Summary
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.
 

Package org.pfsw.db.util Description

Database Utility Classes


Contains classes for DataSource support and object ID generation based on a database table.