ClassMappingInfo info = cls.getMappingInfo();
info.assertNoSchemaComponents(cls, true);
if (!DBIdentifier.isNull(info.getTableIdentifier())) {
Table table = info.createTable(cls, null, info.getSchemaIdentifier(),
info.getTableIdentifier(), false);
if (table != sup.getTable())
throw new MetaDataException(_loc.get("flat-table", cls,
table.getFullName(), sup.getTable().getFullName()));
}