PATH
WebObjects 4.0 Documentation >
EOAccess Reference
Creating an Entity
An EOEntity requires at least the following to be usable:
- A name
- The name of a table in the database (the external name)
- The name of an enterprise object class
- A set of attributes to be used as the primary key
Note that if an entity has no enterprise object class name, the database-level objects use EOGenericRecord.
-
Copyright © 1998, Apple Computer, Inc. All rights
reserved.