public class UpgradeManagerDummy extends UpgradeManager
Initial Date: 11.09.2008
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doPostSystemInitUpgrades()
Execute the post system init code of all upgrades in the order as they were configured in the configuration file
|
void |
doPreSystemInitUpgrades()
Execute the pre system init code of all upgrades in the order as they were configured in the configuration file
|
void |
init()
Initialize the upgrade manager: get all upgrades from the configuration file and load the upgrade history from the olatdata directory
|
boolean |
isControllerAndNotDisposed() |
void |
runAlterDbStatements()
Execute alter db sql statements
|
event, getDataSource, getUpgradesHistory, setAutoUpgradeDatabase, setDataSource, setUpgradesDefinitions, setUpgradesHistorypublic void doPreSystemInitUpgrades()
UpgradeManagerdoPreSystemInitUpgrades 在类中 UpgradeManagerpublic void doPostSystemInitUpgrades()
doPostSystemInitUpgrades 在类中 UpgradeManagerpublic void init()
UpgradeManagerinit 在接口中 Initializableinit 在类中 UpgradeManagerpublic void runAlterDbStatements()
UpgradeManagerrunAlterDbStatements 在类中 UpgradeManagerpublic boolean isControllerAndNotDisposed()