|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.ao.DefaultSchemaConfiguration
public class DefaultSchemaConfiguration
Default implementation of SchemaConfiguration that doesn't have any constraints regarding the
database schema.
| Constructor Summary | |
|---|---|
DefaultSchemaConfiguration()
|
|
| Method Summary | |
|---|---|
boolean |
shouldManageTable(java.lang.String tableName,
boolean caseSensitive)
Always returns true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSchemaConfiguration()
| Method Detail |
|---|
public boolean shouldManageTable(java.lang.String tableName,
boolean caseSensitive)
true
shouldManageTable 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 account
true
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||