Uses of Package
org.dellroad.stuff.schema
Package
Description
Simple XML Persistence Objects (POBJ).
Classes supporting automated database schema management.
Spring related classes.
-
ClassDescriptionSupport superclass for
SchemaUpdate
implementations with standard bean property implementations.Handles the initialization and schema maintenance of a database.Database action interface.A one-time database schema update. -
ClassDescriptionHandles the initialization and schema maintenance of a database.A
DataSource
that wraps an innerDataSource
and automatically performs some update operation on the innerDataSource
on first access.Database action interface.A one-time database schema update.An SQLDatabaseAction
that executes a single SQL statement.Holds and executes a configured SQL script, possibly containing multiple statements.Concrete extension ofAbstractSchemaUpdater
for SQL databases. -
ClassDescriptionSupport superclass for
SchemaUpdate
implementations with standard bean property implementations.Handles the initialization and schema maintenance of a database.Database action interface.A one-time database schema update.Holds and executes a configured SQL script, possibly containing multiple statements.Concrete extension ofAbstractSchemaUpdater
for SQL databases.