| PATH |
EOModelGroup.ClassDelegate
(informal interface)
Package: com.webobjects.eoaccess
Interface Description
An EOModelGroup object should have a delegate which can influence how it finds and loads models. In addition to the delegates you assign to EOModelGroup instances, the EOModelGroup class itself can have a delegate. The class delegate implements a single method- defaultModelGroup.
For more information on EOModelGroup instance delegate methods, see the EOModelGroup. Delegate interface specification.
Instance Methods
defaultModelGroup
public abstract EOModelGroup defaultModelGroup()
null, EOModelGroup uses the default behavior of the defaultModelGroup class method. Note that this method is implemented by the delegate assigned to the EOModelGroup class object.
See Also: classDelegate (EOModelGroup class), setClassDelegate (EOModelGroup class)
© 2001 Apple Computer, Inc. (Last Published April 13, 2001)