
Public Member Functions | |
| EREntityStore | _entityStoreForEntity (EOEntity entity, boolean transactional) |
| EREntityStore | _entityStoreForEntity (EOEntity entity) |
| NSDictionary | _newPrimaryKey (EOEnterpriseObject object, EOEntity entity) |
| void | beginTransaction () |
| void | commitTransaction () |
| EOAdaptorChannel | createAdaptorChannel () |
| ERMemoryAdaptorContext (EOAdaptor adaptor) | |
| void | handleDroppedConnection () |
| void | resetAllEntities () |
| void | resetEntity (EOEntity entity) |
| void | rollbackTransaction () |
Static Private Attributes | |
| static final EREntityStoreFactory | _storeFactory = new EREntityStoreFactory(ERMemoryEntityStore.class) |
| ERMemoryAdaptorContext | ( | EOAdaptor | adaptor | ) |
| EREntityStore _entityStoreForEntity | ( | EOEntity | entity, | |
| boolean | transactional | |||
| ) |
Returns an EREntityStore for the given entity.
| entity | the entity to lookup | |
| transactional | if true, this will return a transactional view of the store |
| EREntityStore _entityStoreForEntity | ( | EOEntity | entity | ) |
Returns an EREntityStore for the given entity.
| entity | the entity to lookup |
| NSDictionary _newPrimaryKey | ( | EOEnterpriseObject | object, | |
| EOEntity | entity | |||
| ) |
| void beginTransaction | ( | ) |
| void commitTransaction | ( | ) |
| EOAdaptorChannel createAdaptorChannel | ( | ) |
| void handleDroppedConnection | ( | ) |
| void resetAllEntities | ( | ) |
Resets all the entities in this context, removing any known rows and clearing out any transactions.
| void resetEntity | ( | EOEntity | entity | ) |
Resets the given entity, removing any known rows and clearing out any transactions.
| entity | the entity to reset |
| void rollbackTransaction | ( | ) |
final EREntityStoreFactory _storeFactory = new EREntityStoreFactory(ERMemoryEntityStore.class) [static, private] |
1.5.8