ERMemoryAdaptor Class Reference
Inherits com::webobjects::eoaccess::EOAdaptor.
List of all members.
Detailed Description
ERMemoryAdaptor is an EOAdaptor implementation that runs entirely in memory. There is currently no persistent datastore, but this provides a useful mechanism for writing testcases or simply testing a model without the overhead of setting up a database. Internally,
ERMemoryAdaptor just keeps a dictionary that maps entities to arrays of row dictionaries (it looks a lot like the snapshot cache).
- Author:
- mschrag
Constructor & Destructor Documentation
Member Function Documentation
| void assertConnectionDictionaryIsValid |
( |
|
) |
|
| EOAdaptorContext createAdaptorContext |
( |
|
) |
|
| Class defaultExpressionClass |
( |
|
) |
|
| EOSQLExpressionFactory expressionFactory |
( |
|
) |
|
| boolean isValidQualifierType |
( |
String |
typeName, |
|
|
EOModel |
model | |
|
) |
| | |
| EOSynchronizationFactory schemaSynchronizationFactory |
( |
|
) |
|
| void setConnectionDictionary |
( |
NSDictionary |
dictionary |
) |
|
| EOSchemaGeneration synchronizationFactory |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/EOAdaptors/JavaMemoryAdaptor/Sources/er/memoryadaptor/ERMemoryAdaptor.java