EOObjectStore

From EOFWiki
Revision as of 19:01, 16 January 2008 by Nat! (talk | contribs) (New page: == Threading (MulleEOF) == All methods on <tt>EOObjectStore</tt> ensure that the store is thread safe. The editingContext parameter of many methods is assumed to be locked by the caller t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Threading (MulleEOF)

All methods on EOObjectStore ensure that the store is thread safe. The editingContext parameter of many methods is assumed to be locked by the caller though! This is in common configurations not a problem, since the EOEditingContext is usually the caller and locks itself.