Uses of Class
alpine.upgrade.UpgradeException
-
Packages that use UpgradeException Package Description alpine.upgrade This package contains an optional upgrade framework capable of performing database and other upgrades on startup. -
-
Uses of UpgradeException in alpine.upgrade
Methods in alpine.upgrade that throw UpgradeException Modifier and Type Method Description voidUpgradeExecutor. executeUpgrades(List<Class<? extends UpgradeItem>> classes)Performs the execution of upgrades in the order defined by the specified array.Constructors in alpine.upgrade that throw UpgradeException Constructor Description UpgradeMetaProcessor()Constructs a new UpgradeMetaProcessor object along with a new SQL Connection object.
-