493494495496497498499500501502503
c.prepareCreate(object); schema.doPreCreate(c,object,con,this); //save object c.createObject(con,object); schema.doPostLoad(c,object,con,this); } catch (Throwable t) { throw new MException(registryName,t);