Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOAdaptor Reference

Table of Contents

EOAutoMorphedObject


Inherits from: NSObject
Implements: com.apple.yellow.eocontrol.EOEnterpriseObject
Package: com.apple.yellow.eoaccess


Class Description


The EOAutoMorphedObject class is available in Yellow Box applications only; these is not an equivalent in Java Client.

EOAutoMorphedObject allows you to use Objective-C enterprise object classes in Java code without wrapping them. When you use an unwrapped Objective-C enterprise object in Java code, the Java bridge creates EOAutoMorphedObjects to represent them. The drawback to using this feature is that you must use key-value coding rather than invoke methods directly.

You never instantiate or subclass EOAutoMorphedObject. Rather, it's something that the Java bridge creates automatically.




Table of Contents