public class ERXSharedEOLoader extends Object
Modifier and Type | Field and Description |
---|---|
protected com.webobjects.eoaccess.EOAdaptorContext |
_currentAdaptor |
static ERXSharedEOLoader |
_defaultLoader |
protected boolean |
_didChangeDebugSetting |
protected static boolean |
_loadingComplete |
protected NSMutableArray |
_modelList |
protected int |
_transCount |
static String |
PatchSharedEOLoadingPropertyKey
holds the key to enable patched shared eo loading
|
Constructor and Description |
---|
ERXSharedEOLoader() |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
void |
loadSharedObjectsForModel(com.webobjects.eoaccess.EOModel aModel) |
void |
modelWasAddedNotification(com.webobjects.foundation.NSNotification aNotification) |
void |
objectStoreWasAdded(com.webobjects.foundation.NSNotification aNotification) |
static void |
patchSharedEOLoading() |
static void |
removeSharedEOLoadingPatch() |
void |
transactionBeginning(com.webobjects.foundation.NSNotification aNotification) |
public static final String PatchSharedEOLoadingPropertyKey
public static ERXSharedEOLoader _defaultLoader
protected static boolean _loadingComplete
protected NSMutableArray _modelList
protected int _transCount
protected boolean _didChangeDebugSetting
protected com.webobjects.eoaccess.EOAdaptorContext _currentAdaptor
public static void patchSharedEOLoading()
public static void removeSharedEOLoadingPatch()
public void finalize() throws Throwable
public void loadSharedObjectsForModel(com.webobjects.eoaccess.EOModel aModel)
public void modelWasAddedNotification(com.webobjects.foundation.NSNotification aNotification)
public void objectStoreWasAdded(com.webobjects.foundation.NSNotification aNotification)
public void transactionBeginning(com.webobjects.foundation.NSNotification aNotification)
Copyright © 2002 – 2020 Project Wonder.