Array, dictionary and set in EOF
Array, dictionary and set in EOF
- Subject: Array, dictionary and set in EOF
- From: DevReseune <email@hidden>
- Date: Mon, 24 Nov 2003 23:09:34 +0100
Hi,
I posted this question few weeks ago, but it's always topical. How can
we have real NSArray with EOF? Not a NSSet of objects (to-many
relationship), but a real ordered list of objects? Ditto for
NSDictionary.
Like with Hibernate, we have to use an index that is optimistic locked.
It's important when you want to reorder the list. Did you do that
before? What is your simplest way?
For NSDictionary, you have to use an intermediate table, as for
many-to-many relationship, but it's important to have the key and the
id of the container to be at the same time the primary key, because the
key is unique for the container. What is your simplest way?
It would be nice that Apple add this feature to the next release of
EOModeler in WO 6 (what is the release date?).
Frederic
_______________________________________________
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.