This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Thanks.. |
|
|
We don't support value object collections. This is because, at the database level, we model value objects as additional columns in an entity's table, rather than in a separate table with a foreign key to the entity; and a table can't have "repeating" columns. You will therefore need to model this as an entity association instead. |
|