Uses of Class
org.dellroad.stuff.schema.AbstractUpdatingDataSource

Packages that use AbstractUpdatingDataSource
org.dellroad.stuff.schema Classes supporting automated database schema management. 
 

Uses of AbstractUpdatingDataSource in org.dellroad.stuff.schema
 

Subclasses of AbstractUpdatingDataSource in org.dellroad.stuff.schema
 class SchemaUpdatingDataSource
          A DataSource that wraps an inner DataSource and automatically intializes and updates the database schema using a SQLSchemaUpdater on first access.
 class UpdatingDataSource
          A DataSource that wraps an inner DataSource and automatically applies a configured SQLCommandList on first access.