예제 #1
0
  /** Return the foreign key constraint name given a single column foreign key. */
  protected String determineForeignKeyIndexName(String tableName, String[] columns) {

    return namingConvention.foreignKeyIndexName(tableName, columns, ++countIndex);
  }