public class UpgradeTask51509DropHibernate2FkConstraints extends AbstractBootstrapUpgradeTask
applicationConfig, bootstrapManager, hibernateConfig
errors
Constructor and Description |
---|
UpgradeTask51509DropHibernate2FkConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
doUpgrade()
Perform the upgrade.
|
void |
dropForeignKeyConstraint(Connection c,
String tableName,
String constraint) |
com.google.common.collect.HashMultimap<String,String> |
getAllForeignKeyConstraints(Connection c,
List<String> tables) |
getApplicationBuildNumber, getDatabaseConnection, getDialect, setApplicationConfig, setBootstrapManager, setHibernateConfig, withDatabaseConnection
getBuildNumber, getErrors, getShortDescription
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuildNumber, getErrors, getShortDescription
public UpgradeTask51509DropHibernate2FkConstraints()
public void doUpgrade() throws Exception
UpgradeTask
Exception
- to signalize error during upgrade processpublic com.google.common.collect.HashMultimap<String,String> getAllForeignKeyConstraints(Connection c, List<String> tables)
public void dropForeignKeyConstraint(Connection c, String tableName, String constraint)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.