All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected abstract void |
_insertRow(NSMutableDictionary<String,Object> row,
EOEntity entity) |
void |
clear() |
void |
commitFromTransactionStore(EREntityStore store) |
int |
deleteRowsDescribedByQualifier(EOQualifier qualifier,
EOEntity entity) |
NSMutableArray<NSMutableDictionary<String,Object>> |
fetch(NSArray<EOAttribute> attributesToFetch,
EOFetchSpecification fetchSpecification,
boolean shouldLock,
EOEntity entity,
ERMemoryAdaptorContext context) |
protected NSArray<NSMutableDictionary<String,Object>> |
fetchRelatedManyToManyRows(EOEntity entity,
NSDictionary<String,Object> row,
EORelationship relationship,
ERMemoryAdaptorContext context)
Will fetch related rows for the given row via the passed many-to-many
relationship.
|
protected NSArray<NSMutableDictionary<String,Object>> |
fetchRelatedRows(EOEntity entity,
NSDictionary<String,Object> row,
EORelationship relationship,
ERMemoryAdaptorContext context)
Will fetch related rows for the given row relationship.
|
void |
insertRow(NSDictionary<String,Object> row,
EOEntity entity) |
abstract Iterator<NSMutableDictionary<String,Object>> |
iterator() |
int |
nextSequence() |
protected NSMutableDictionary<String,Object> |
rowFromStoredValues(NSMutableDictionary<String,Object> rawRow,
EOEntity entity) |
EREntityStore |
transactionStore() |
int |
updateValuesInRowsDescribedByQualifier(NSDictionary<String,Object> updatedRow,
EOQualifier qualifier,
EOEntity entity) |