public class DefaultSchemaConfiguration extends Object implements SchemaConfiguration
SchemaConfiguration that doesn't have any constraints regarding the
database schema.| Constructor and Description |
|---|
DefaultSchemaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldManageTable(String tableName,
boolean caseSensitive)
Always returns
true |
public boolean shouldManageTable(String tableName, boolean caseSensitive)
trueshouldManageTable in interface SchemaConfigurationtableName - the name of the table to be managed (or not)caseSensitive - whether or not the case of the table name should be taken in accounttrueCopyright © 2007–2022 Atlassian. All rights reserved.