public class DropForeignKeyConstraintCommandFactory extends Object
Constructor and Description |
---|
DropForeignKeyConstraintCommandFactory(BootstrapManager bootstrapManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
net.sf.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
DropForeignKeyConstraintCommand |
getCommand(String tableName,
String columnName) |
DropForeignKeyConstraintCommand |
getCommandWithExistingConnection(Connection connection,
String tableName,
String columnName)
Use this when you want to get the table metadata on the same transaction as other DDL commands (e.g.
|
public DropForeignKeyConstraintCommandFactory(BootstrapManager bootstrapManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, net.sf.hibernate.SessionFactory sessionFactory)
public DropForeignKeyConstraintCommand getCommand(String tableName, String columnName)
public DropForeignKeyConstraintCommand getCommandWithExistingConnection(Connection connection, String tableName, String columnName)
Copyright © 2003–2015 Atlassian. All rights reserved.