WebObjects 5.2.3

Uses of Class
com.webobjects.eoaccess.EOModelGroup

Packages that use EOModelGroup
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
 

Uses of EOModelGroup in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return EOModelGroup
static EOModelGroup EOUtilities.modelGroup(EOEditingContext ec)
          Returns the model group associated with the editing context's root object store, an EOObjectStoreCoordinator.
static EOModelGroup EOModelGroup.defaultGroup()
          Returns the default EOModelGroup, which is the same as the global EOModelGroup unless you have either explicitly set a default model group with setDefaultGroup or implemented the class delegate method defaultModelGroup to return a non-null value.
static EOModelGroup EOModelGroup.globalModelGroup()
          Returns an EOModelGroup composed of all models in the resource directory of the application, as well as those in all frameworks loaded into the application.
static EOModelGroup EOModelGroup.modelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator objectCoord)
          Returns the EOModelGroup used by the EOObjectStoreCoordinator objectCoord.
 EOModelGroup EOModelGroup.ClassDelegate.defaultModelGroup()
          Allows the delegate the opportunity to construct and return a different model group to be used as the default model group than the one created by EOModelGroup.
 EOModelGroup EOModel.modelGroup()
          Returns the model group to which the receiver belongs.
 

Methods in com.webobjects.eoaccess with parameters of type EOModelGroup
static void EOModelGroup.setDefaultGroup(EOModelGroup group)
          Sets the default model group to group.
static void EOModelGroup.setModelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator objectCoord, EOModelGroup group)
          Assigns group as the working model group for the EOObjectStoreCoordinator objectCoord.
 void EOModel.setModelGroup(EOModelGroup group)
          Sets the model group to which the receiver should belong.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.