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)
true
shouldManageTable
in interface SchemaConfiguration
tableName
- the name of the table to be managed (or not)caseSensitive
- whether or not the case of the table name should be taken in accounttrue
Copyright © 2007–2021 Atlassian. All rights reserved.