WebObjects 5.4.2

com.webobjects.eoaccess
Interface EOModelGroup.ClassDelegate

Enclosing class:
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

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 June 2008

Copyright © 2000-2008 Apple Inc.