Package | Description |
---|---|
er.memoryadaptor |
ERMemoryAdaptor
|
Modifier and Type | Method and Description |
---|---|
ERMemoryAdaptorContext |
ERMemoryAdaptorChannel.adaptorContext() |
Modifier and Type | Method and Description |
---|---|
NSMutableArray<NSMutableDictionary<String,Object>> |
ERJoinEntityStore.fetch(NSArray<EOAttribute> attributesToFetch,
com.webobjects.eocontrol.EOFetchSpecification fetchSpecification,
boolean shouldLock,
com.webobjects.eoaccess.EOEntity entity,
ERMemoryAdaptorContext context) |
NSMutableArray<NSMutableDictionary<String,Object>> |
EREntityStore.fetch(NSArray<EOAttribute> attributesToFetch,
com.webobjects.eocontrol.EOFetchSpecification fetchSpecification,
boolean shouldLock,
com.webobjects.eoaccess.EOEntity entity,
ERMemoryAdaptorContext context) |
protected NSArray<NSMutableDictionary<String,Object>> |
EREntityStore.fetchRelatedManyToManyRows(com.webobjects.eoaccess.EOEntity entity,
NSDictionary<String,Object> row,
com.webobjects.eoaccess.EORelationship relationship,
ERMemoryAdaptorContext context)
Will fetch related rows for the given row via the passed many-to-many
relationship.
|
protected NSArray<NSMutableDictionary<String,Object>> |
EREntityStore.fetchRelatedRows(com.webobjects.eoaccess.EOEntity entity,
NSDictionary<String,Object> row,
com.webobjects.eoaccess.EORelationship relationship,
ERMemoryAdaptorContext context)
Will fetch related rows for the given row relationship.
|
Constructor and Description |
---|
ERMemoryAdaptorChannel(ERMemoryAdaptorContext context) |
Copyright © 2002 – 2020 Project Wonder.