Table c = cIndex.get(registryName);
if (c == null)
throw new MException("class definition not found in schema",registryName);
try {
c.fillObject(con,object,keys);
schema.doPostLoad(c,object,con,this);
} catch (Throwable t) {
throw new MException(registryName,t);