public class UpgradeTask51509DropHibernate2FkConstraints extends AbstractBootstrapUpgradeTask
bootstrapManager, hibernateConfigerrors| 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,
Collection<String> tables) |
getDatabaseConnection, getDialect, setBootstrapManager, setHibernateConfig, withDatabaseConnectiongetBuildNumber, getErrors, getShortDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuildNumber, getErrors, getShortDescriptionpublic UpgradeTask51509DropHibernate2FkConstraints()
public void doUpgrade()
throws Exception
UpgradeTaskException - to signalize error during upgrade processpublic com.google.common.collect.HashMultimap<String,String> getAllForeignKeyConstraints(Connection c, Collection<String> tables)
public void dropForeignKeyConstraint(Connection c, String tableName, String constraint)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.