Generated by
JDiff

Class com.webobjects.eoaccess.EOModelGroup

Added Methods
EOModel addModelWithPathURL(URL) Creates and returns a new EOModel object from the contents of the model archive identified by url; may return null.
EOModel modelWithPathURL(URL) Returns the EOModel whose URL is identical to url or null if the receiver does not contain an EOModel with the specified URL.
 

Changed Methods
EOModel addModelWithPath(String) Now deprecated.
use addModelWithURL instead
EOModel modelWithPath(String) Now deprecated.
use modelWithPathURL instead