Re: Converting NSArray Objects To EOEnterprise Objects
Re: Converting NSArray Objects To EOEnterprise Objects
- Subject: Re: Converting NSArray Objects To EOEnterprise Objects
- From: "b.bum" <email@hidden>
- Date: Thu, 31 Jul 2003 13:25:52 -0400
On Thursday, July 31, 2003, at 12:57, Jonathan Fleming wrote:
Converting NSArray Objects To EOEnterprise Objects...
can this be done? If so, how is it done
Can you rephrase the question, please? ;-)
Generally, an entity-- an enterprise object-- is not directly
represented as a collection of objects like an array. More
specifically, arrays are generally used to contain the objects in the
destination of a to-many relationship.
That is, a Shopping Cart will contain a bunch of Products. In the
implementation, the Shopping Cart entity will have a to-many
relationship to the Product entity; the product instances in a
particular shopping cart will be contain in an instance of NS*Array.
b.bum
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.