null);
log.debug("Beginning loading of shared EOs");
NSMutableArray loadedModels = new NSMutableArray();
for (Enumeration e = _modelList.objectEnumerator(); e.hasMoreElements();) {
currentModel = (EOModel)e.nextElement();
if (!loadedModels.containsObject(currentModel.name())) {
loadSharedObjectsForModel(currentModel);
loadedModels.addObject(currentModel.name());
}
}
NSNotificationCenter.defaultCenter().removeObserver(this, EOAdaptorContext.AdaptorContextBeginTransactionNotification, null);