Uses of Class
org.dellroad.stuff.schema.AbstractSchemaUpdater
Package
Description
Simple XML Persistence Objects (POBJ).
Classes supporting automated database schema management.
Spring related classes.
-
Uses of AbstractSchemaUpdater in org.dellroad.stuff.pobj
Modifier and TypeClassDescriptionclass
APersistentObjectDelegate
that is also aAbstractSchemaUpdater
that automatically applies needed updates to the persistent XML file.class
PersistentObjectSchemaUpdater
optimized for use with Spring:SpringPersistentObjectSchemaUpdater.getOrderingTieBreaker()
is overridden to break ties by ordering updates in the same order as they are defined in the bean factory. This class implementsInitializingBean
and verifies all required properties are set. If no updates are explicitly configured, then allSpringPersistentObjectSchemaUpdate
s found in the containing bean factory are automatically configured; this requires that all of the schema updates are defined in the sameListableBeanFactory
. The default value may be configured as an XML resource -
Uses of AbstractSchemaUpdater in org.dellroad.stuff.schema
Modifier and TypeClassDescriptionclass
Concrete extension ofAbstractSchemaUpdater
for SQL databases. -
Uses of AbstractSchemaUpdater in org.dellroad.stuff.spring