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

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

Uses of AbstractSchemaUpdate in org.dellroad.stuff.pobj
 

Subclasses of AbstractSchemaUpdate 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 AbstractSchemaUpdate in org.dellroad.stuff.schema
 

Subclasses of AbstractSchemaUpdate in org.dellroad.stuff.schema
 class AbstractSpringSchemaUpdate<T>
          Support superclass for SchemaUpdates declared in Spring BeanFactorys that infer their names and required predecessors from their Spring bean attributes.
 class SpringSQLSchemaUpdate
          Spring-enabled SQL SchemaUpdate.