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, setUpgradesHistory
public void doPreSystemInitUpgrades()
UpgradeManager
doPreSystemInitUpgrades
在类中 UpgradeManager
public void doPostSystemInitUpgrades()
doPostSystemInitUpgrades
在类中 UpgradeManager
public void init()
UpgradeManager
init
在接口中 Initializable
init
在类中 UpgradeManager
public void runAlterDbStatements()
UpgradeManager
runAlterDbStatements
在类中 UpgradeManager
public boolean isControllerAndNotDisposed()