229230231232233234235236237238239
adaptorChannel.evaluateExpression( expression ); } finally { databaseChannel.cancelFetch(); } } finally { osc.unlock(); } } /** * Runs a select query against the database, obtaining the resulting raw rows.
244245246247248249250251252253254
EOObjectStore rootObjectStore = anEditingContext.rootObjectStore(); rootObjectStore.lock(); try { rootObjectStore.initializeObject(anEnterpriseObject, aGlobalId, anEditingContext); } finally { rootObjectStore.unlock(); } } } @Override