net.java.ao
Class DefaultSchemaConfiguration

java.lang.Object
  extended by net.java.ao.DefaultSchemaConfiguration
All Implemented Interfaces:
SchemaConfiguration

public class DefaultSchemaConfiguration
extends Object
implements SchemaConfiguration

Default implementation of SchemaConfiguration that doesn't have any constraints regarding the database schema.


Constructor Summary
DefaultSchemaConfiguration()
           
 
Method Summary
 boolean shouldManageTable(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

DefaultSchemaConfiguration

public DefaultSchemaConfiguration()
Method Detail

shouldManageTable

public boolean shouldManageTable(String tableName,
                                 boolean caseSensitive)
Always returns true

Specified by:
shouldManageTable in interface SchemaConfiguration
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


Copyright © 2007-2011. All Rights Reserved.