public class DefaultSchemaConfiguration extends java.lang.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(java.lang.String tableName,
boolean caseSensitive)
Always returns
true |
public boolean shouldManageTable(java.lang.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-2018. All Rights Reserved.