superClsName);
/*
* Open a catalog that uses the stored model.
*/
PersistCatalog storedCatalog = new PersistCatalog
(null, env, STORE_PREFIX, STORE_PREFIX + "catalog", null, null,
null, false /*useCurrentModel*/, null /*Store*/);
EntityModel storedModel = storedCatalog.getResolvedModel();
/* Check metadata/types against the stored catalog/model. */
checkMetadata
(storedCatalog, storedModel, clsName, nameTypePairs, priKeyIndex,
superClsName);
storedCatalog.close();
}