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

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

Uses of SQLSchemaUpdater in org.dellroad.stuff.schema
 

Subclasses of SQLSchemaUpdater in org.dellroad.stuff.schema
 class SpringSQLSchemaUpdater
          SQLSchemaUpdater optimized for use with Spring.
 

Methods in org.dellroad.stuff.schema with parameters of type SQLSchemaUpdater
 void SchemaUpdatingDataSource.setSchemaUpdater(SQLSchemaUpdater schemaUpdater)
          Configure the SQLSchemaUpdater that will initialize and update the database.