Package | Description |
---|---|
er.memoryadaptor |
ERMemoryAdaptor
|
Modifier and Type | Class and Description |
---|---|
class |
ERJoinEntityStore
ERJoinEntityStore is a datastore implementation that provides a basic EREntityStore join implementation.
|
class |
ERMemoryEntityStore
ERMemoryEntityStore is the actual datastore implementation for a single "table"
in ERMemoryAdaptor.
|
Modifier and Type | Method and Description |
---|---|
EREntityStore |
ERMemoryAdaptorContext._entityStoreForEntity(EOEntity entity)
Returns an EREntityStore for the given entity.
|
EREntityStore |
EREntityStoreFactory._entityStoreForEntity(EOEntity entity)
Returns an EREntityStore for the given entity.
|
EREntityStore |
ERMemoryAdaptorContext._entityStoreForEntity(EOEntity entity,
boolean transactional)
Returns an EREntityStore for the given entity.
|
EREntityStore |
EREntityStoreFactory._entityStoreForEntity(EOEntity entity,
boolean transactional)
Returns an EREntityStore for the given entity.
|
EREntityStore |
EREntityStore.transactionStore() |
Modifier and Type | Method and Description |
---|---|
void |
ERMemoryEntityStore.commitFromTransactionStore(EREntityStore store) |
void |
EREntityStore.commitFromTransactionStore(EREntityStore store) |
Constructor and Description |
---|
EREntityStoreFactory(Class<? extends EREntityStore> clazz) |
ERJoinEntityStore(NSDictionary<EOEntity,EREntityStore> stores,
EOEntity entity) |
Copyright © 2002 – 2024 Project Wonder.