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

Packages that use AbstractSpringSchemaUpdate
org.dellroad.stuff.pobj Simple XML Persistence Objects (POBJ). 
org.dellroad.stuff.schema Classes supporting automated database schema management. 
 

Uses of AbstractSpringSchemaUpdate in org.dellroad.stuff.pobj
 

Subclasses of AbstractSpringSchemaUpdate in org.dellroad.stuff.pobj
 class SpringPersistentObjectSchemaUpdate<T>
          Support superclass for Spring-enabled SchemaUpdates for use with a PersistentObjectSchemaUpdater.
 class SpringXSLPersistentObjectSchemaUpdate<T>
          SpringPersistentObjectSchemaUpdate that applies a configured XSL transform to the XML form of the persistent object.
 

Uses of AbstractSpringSchemaUpdate in org.dellroad.stuff.schema
 

Subclasses of AbstractSpringSchemaUpdate in org.dellroad.stuff.schema
 class SpringSQLSchemaUpdate
          Spring-enabled SQL SchemaUpdate.