|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOCooperatingObjectStore | |
com.webobjects.eoaccess | Provides the data access mechanisms for the Enterprise Objects technology. |
com.webobjects.eocontrol | Provides infrastructure for creating and manging enterprise objects. |
Uses of EOCooperatingObjectStore in com.webobjects.eoaccess |
Subclasses of EOCooperatingObjectStore in com.webobjects.eoaccess | |
class |
EODatabaseContext
EODatabaseContext is the basic EOObjectStore for the EOAccess Framework. |
Uses of EOCooperatingObjectStore in com.webobjects.eocontrol |
Methods in com.webobjects.eocontrol that return EOCooperatingObjectStore | |
EOCooperatingObjectStore |
EOObjectStoreCoordinator.objectStoreForFetchSpecification(EOFetchSpecification fetchSpecification)
Returns the EOCooperatingObjectStore responsible for fetching objects with fetchSpecification . |
EOCooperatingObjectStore |
EOObjectStoreCoordinator.objectStoreForGlobalID(EOGlobalID gid)
Returns the EOCooperatingObjectStore for the object identified by gid . |
EOCooperatingObjectStore |
EOObjectStoreCoordinator.objectStoreForObject(EOEnterpriseObject object)
Returns the EOCooperatingObjectStore that owns object. |
Methods in com.webobjects.eocontrol with parameters of type EOCooperatingObjectStore | |
void |
EOObjectStoreCoordinator.addCooperatingObjectStore(EOCooperatingObjectStore objectStore)
Adds objectStore to the list of EOCooperatingObjectStores that need to
be queried and notified about changes to enterprise objects. |
void |
EOObjectStoreCoordinator.removeCooperatingObjectStore(EOCooperatingObjectStore objectStore)
Removes objectStore from the list of EOCooperatingObjectStores that need
to be queried and notified about changes to enterprise objects. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |