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 TypeMethodDescriptionboolean
shouldManageTable
(String tableName, boolean caseSensitive) Always returnstrue
-
Constructor Details
-
DefaultSchemaConfiguration
public DefaultSchemaConfiguration()
-
-
Method Details
-
shouldManageTable
Always returnstrue
- Specified by:
shouldManageTable
in 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
-