Table of Contents Previous Section
Deprecated API
Enterprise Objects Framework 3.0 introduces API improvements that require deprecating existing API. You'll still be able to use deprecated API, but you'll receive a warning at runtime. The following tables summarize the deprecated API.EOClassDescription | |
---|---|
Old API | New API |
delegate and setDelegate: class (Objective-C) or static (Java) methods | classDelegate and setClassDelegate: class (Objective-C) or static (Java) methods. |
Table of Contents Next Section