WebObjects 5.2.3

com.webobjects.eoaccess
Interface EOModelGroup.ClassDelegate

Enclosing interface:
EOModelGroup

public static interface EOModelGroup.ClassDelegate

This interface defines a delegate to the EOModelGroup class to allow modification of the creation of the default model group. There is also an EOModelGroup instance delegate that can be implemented to change how the model group finds and loads models.

See Also:
EOModelGroup.Delegate

Method Summary
 EOModelGroup 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.
 

Method Detail

defaultModelGroup

public EOModelGroup 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. If the delegate returns null, EOModelGroup uses its own default model group.

Returns:
Should return an alternate default model group, or null to use EOModelGroup's default model group.
See Also:
EOModelGroup.classDelegate(), EOModelGroup.setClassDelegate(Object anObject)

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

Copyright © 2004 Apple Computer, Inc.