
Classes | |
| class | InnerJoinEntityStore |
Public Member Functions | |
| ERJoinEntityStore (NSDictionary< EOEntity, EREntityStore > stores, EOEntity entity) | |
| NSMutableArray < NSMutableDictionary< String, Object > > | fetch (NSArray< EOAttribute > attributesToFetch, EOFetchSpecification fetchSpecification, boolean shouldLock, EOEntity entity) |
| void | insertRow (NSDictionary< String, Object > row, EOEntity entity) |
| Iterator< NSMutableDictionary < String, Object > > | iterator () |
| int | nextSequence () |
Protected Member Functions | |
| void | _insertRow (NSMutableDictionary< String, Object > row, EOEntity entity) |
Private Member Functions | |
| EREntityStore | join (EORelationship rel, EREntityStore store1, EREntityStore store2) |
| EREntityStore | joinedStore (NSArray< EOAttribute > attributesToFetch, EOFetchSpecification fetchSpecification, EOEntity entity) |
Private Attributes | |
| EOEntity | _entity |
| NSDictionary< EOEntity, EREntityStore > | _stores |
| ERJoinEntityStore | ( | NSDictionary< EOEntity, EREntityStore > | stores, | |
| EOEntity | entity | |||
| ) |
| void _insertRow | ( | NSMutableDictionary< String, Object > | row, | |
| EOEntity | entity | |||
| ) | [protected, virtual] |
Implements EREntityStore.
| NSMutableArray<NSMutableDictionary<String, Object> > fetch | ( | NSArray< EOAttribute > | attributesToFetch, | |
| EOFetchSpecification | fetchSpecification, | |||
| boolean | shouldLock, | |||
| EOEntity | entity | |||
| ) |
Reimplemented from EREntityStore.
| void insertRow | ( | NSDictionary< String, Object > | row, | |
| EOEntity | entity | |||
| ) |
Reimplemented from EREntityStore.
| Iterator<NSMutableDictionary<String, Object> > iterator | ( | ) | [virtual] |
Implements EREntityStore.
| EREntityStore join | ( | EORelationship | rel, | |
| EREntityStore | store1, | |||
| EREntityStore | store2 | |||
| ) | [private] |
| EREntityStore joinedStore | ( | NSArray< EOAttribute > | attributesToFetch, | |
| EOFetchSpecification | fetchSpecification, | |||
| EOEntity | entity | |||
| ) | [private] |
| int nextSequence | ( | ) |
Reimplemented from EREntityStore.
EOEntity _entity [private] |
NSDictionary<EOEntity, EREntityStore> _stores [private] |
1.5.8