protected void registerTable(MockTable table) {
   table.onRegister(typeFactory);
   tables.put(table.getQualifiedName(), table);
 }