DBMaintainer.java | Class | A class for performing automatic maintenance of a database.
This class must be configured with implementations of a
VersionSource ,
ScriptSource , a
ScriptRunner ,
DBClearer ,
DBCleaner ,
ConstraintsDisabler ,
SequenceUpdater and a
DataSetStructureGenerator The
DBMaintainer.updateDatabase() method check what is the current version of the database, and
see if existing scripts have been modified. |