public class LikesDanglingFKCleanupUpgradeTask extends AbstractUpgradeTask implements DatabaseUpgradeTask
It runs pre hibernate schema upgrade as we have remapped the contentid property, and so this task needs to remove any dangling foreign keys before hibernate introduces the foreign key constraint.
It doesn't run in the import tasks as the ReflectiveObjectPersister handles the upgrade of the property in its upgradeProperty method, and doesn't import if the contentEntityObject is missing.
log
Constructor and Description |
---|
LikesDanglingFKCleanupUpgradeTask(org.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
breaksBackwardCompatibility()
Returns true if a new export can't be imported in an older instance.
|
void |
doUpgrade()
Perform the upgrade.
|
String |
getBuildNumber() |
String |
getShortDescription()
A short (<50 chars) description of the upgrade action
|
boolean |
runOnSpaceImport()
Returns true if an older Space can't be imported in a new instance without running this task.
|
addAllErrors, addError, addError, getConstraint, getErrors, getName, isDatabaseUpgrade, setBeanName, setBuildNumber, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConstraint, getErrors, validate
getName, isDatabaseUpgrade
public LikesDanglingFKCleanupUpgradeTask(org.hibernate.SessionFactory sessionFactory)
public void doUpgrade() throws Exception
UpgradeTask
doUpgrade
in interface UpgradeTask
Exception
public String getBuildNumber()
getBuildNumber
in interface UpgradeTaskInfo
getBuildNumber
in class AbstractUpgradeTask
public String getShortDescription()
UpgradeTaskInfo
getShortDescription
in interface UpgradeTaskInfo
getShortDescription
in class AbstractUpgradeTask
public boolean runOnSpaceImport()
BackupSupport
Note that tasks don't run on space import yet, so we just reject the import in this case.
runOnSpaceImport
in interface BackupSupport
public boolean breaksBackwardCompatibility()
BackupSupport
Breaking compatibility means a snapshot of the new version will not work at all with the previous version. For example:
breaksBackwardCompatibility
in interface BackupSupport
Copyright © 2003–2019 Atlassian. All rights reserved.