|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EODatabase.ClassDelegate
This interface defines a delegate to the EODatabase class to allow easy subclassing on eth EODatabase.
Method Summary | |
---|---|
EODatabase |
newDatabaseForModel(EOModel model)
Allows the delegate the opportunity to construct and return a different EODatabase object for teh model. |
Method Detail |
---|
EODatabase newDatabaseForModel(EOModel model)
model
- An EOModel which specifies the adaptor to create and associate with the new EODatabase object.
null
to use EOModelGroup's default model group.EODatabase.classDelegate()
,
EODatabase.setClassDelegate(Object anObject)
|
Last updated Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |