
Public Member Functions | |
| ERXSharedEOLoader () | |
| void | finalize () throws Throwable |
| void | loadSharedObjectsForModel (EOModel aModel) |
| void | modelWasAddedNotification (NSNotification aNotification) |
| void | objectStoreWasAdded (NSNotification aNotification) |
| void | transactionBeginning (NSNotification aNotification) |
Static Public Member Functions | |
| static void | patchSharedEOLoading () |
| static void | removeSharedEOLoadingPatch () |
Static Public Attributes | |
| static ERXSharedEOLoader | _defaultLoader |
| static final Logger | log = Logger.getLogger("er.extensions.fixes.ERSharedEOLoader") |
| static final String | PatchSharedEOLoadingPropertyKey = "er.extensions.ERXSharedEOLoader.PatchSharedEOLoading" |
Protected Attributes | |
| EOAdaptorContext | _currentAdaptor |
| boolean | _didChangeDebugSetting = false |
| NSMutableArray | _modelList = new NSMutableArray() |
| int | _transCount = 0 |
Static Protected Attributes | |
| static boolean | _loadingComplete = false |
| void finalize | ( | ) | throws Throwable |
| void loadSharedObjectsForModel | ( | EOModel | aModel | ) |
| void modelWasAddedNotification | ( | NSNotification | aNotification | ) |
| void objectStoreWasAdded | ( | NSNotification | aNotification | ) |
| static void patchSharedEOLoading | ( | ) | [static] |
| static void removeSharedEOLoadingPatch | ( | ) | [static] |
| void transactionBeginning | ( | NSNotification | aNotification | ) |
EOAdaptorContext _currentAdaptor [protected] |
ERXSharedEOLoader _defaultLoader [static] |
boolean _didChangeDebugSetting = false [protected] |
boolean _loadingComplete = false [static, protected] |
NSMutableArray _modelList = new NSMutableArray() [protected] |
int _transCount = 0 [protected] |
final Logger log = Logger.getLogger("er.extensions.fixes.ERSharedEOLoader") [static] |
final String PatchSharedEOLoadingPropertyKey = "er.extensions.ERXSharedEOLoader.PatchSharedEOLoading" [static] |
holds the key to enable patched shared eo loading
1.5.8