488489490491492493494495496497498
if (c == null) throw new MException("class definition not found in schema",registryName); try { // prepare object c.prepareCreate(object); schema.doPreCreate(c,object,con,this); //save object c.createObject(con,object);