Package net.java.ao
Class DefaultSchemaConfiguration
java.lang.Object
net.java.ao.DefaultSchemaConfiguration
- All Implemented Interfaces:
SchemaConfiguration
Default implementation of
SchemaConfiguration that doesn't have any constraints regarding the
database schema.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldManageTable(String tableName, boolean caseSensitive) Always returnstrue
-
Constructor Details
-
DefaultSchemaConfiguration
public DefaultSchemaConfiguration()
-
-
Method Details
-
shouldManageTable
Always returnstrue- Specified by:
shouldManageTablein interfaceSchemaConfiguration- Parameters:
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 account- Returns:
true
-