hi,

how difficult would it be to allow OCL constraints on Entity-Entity
association ends ? this constraint would express some kind of filter on
the relationship

for example:

Person (1) --- (0..*) Badge

this will return all badges for the person, but suppose I only want to
have the valid ones (e.g. in a certain date range)

I know I could model a finder and call the DAO, but I really want to be
able to do Person.getValidBadges() and have it return only the valid ones

I'm sure this is possible some way or the other, probably by delegating to
a finder or something .. any idea ?

-- Wouter



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to