Package net.java.ao

Class DefaultSchemaConfiguration

java.lang.Object
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 Details

    • DefaultSchemaConfiguration

      public DefaultSchemaConfiguration()
  • Method Details

    • 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