fms[i].load(sm, this, jfetch.traverseJDBC(fms[i]));
}
mapping.getVersion().afterLoad(sm, this);
return true;
} catch (ClassNotFoundException cnfe) {
throw new StoreException(cnfe);
} catch (SQLException se) {
throw SQLExceptions.getStore(se, _dict, lockLevel);
}
}