Uses of Class
org.dellroad.stuff.schema.AbstractUpdatingDataSource
Package
Description
Classes supporting automated database schema management.
-
Uses of AbstractUpdatingDataSource in org.dellroad.stuff.schema
Modifier and TypeClassDescriptionclass
ADataSource
that wraps an innerDataSource
and automatically intializes and updates the database schema using aSQLSchemaUpdater
on first access.class
ADataSource
that wraps an innerDataSource
and automatically applies a configuredSQLCommandList
on first access.