|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOModelGroup | |
com.webobjects.eoaccess |
Uses of EOModelGroup in com.webobjects.eoaccess |
Methods in com.webobjects.eoaccess that return EOModelGroup | |
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. |
static EOModelGroup |
EOUtilities.modelGroup(EOEditingContext ec)
Returns the model group associated with the editing context's root object store, an EOObjectStoreCoordinator. |
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 . |
EOModel |
EOModelGroup.Delegate.modelGroupEntityNamed(EOModelGroup modelGroup,
String name)
Allows the delegate to search modelGroup
for the entity named name and return its EOModel. |
void |
EOModel.setModelGroup(EOModelGroup group)
Sets the model group to which the receiver should belong. |
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |