Uses of Package
org.dellroad.stuff.schema

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

Classes in org.dellroad.stuff.schema used by org.dellroad.stuff.pobj
AbstractSchemaUpdate
          Support superclass for SchemaUpdate implementations with standard bean property implementations.
AbstractSchemaUpdater
          Handles the initialization and schema maintenance of a database.
AbstractSpringSchemaUpdate
          Support superclass for SchemaUpdates declared in Spring BeanFactorys that infer their names and required predecessors from their Spring bean attributes.
DatabaseAction
          Database action interface.
SchemaUpdate
          A one-time database schema update.
 

Classes in org.dellroad.stuff.schema used by org.dellroad.stuff.schema
AbstractSchemaUpdate
          Support superclass for SchemaUpdate implementations with standard bean property implementations.
AbstractSchemaUpdater
          Handles the initialization and schema maintenance of a database.
AbstractSpringSchemaUpdate
          Support superclass for SchemaUpdates declared in Spring BeanFactorys that infer their names and required predecessors from their Spring bean attributes.
AbstractUpdatingDataSource
          A DataSource that wraps an inner DataSource and automatically performs some update operation on the inner DataSource on first access.
DatabaseAction
          Database action interface.
SchemaUpdate
          A one-time database schema update.
SQLCommand
          An SQL DatabaseAction that executes a single SQL statement.
SQLCommandList
          Holds and executes a configured SQL script, possibly containing multiple statements.
SQLSchemaUpdater
          Concrete extension of AbstractSchemaUpdater for SQL databases.