Re: Newbie Question: Mapping a Collection of Strings

2009-08-26 Thread Bret Gregory
disconcerting to me since I am writing something that will be in production before it is even gets into a release candidate stage. Any other ideas? - Original Message From: Matt Kerr To: user@cayenne.apache.org; Bret Gregory Sent: Tuesday, August 25, 2009 10:55:15 PM Subject: Re: Newbie

Newbie Question: Mapping a Collection of Strings

2009-08-25 Thread Bret Gregory
I have a DB that looks something like this: Product -ProductId -Description Keyword -ProductId -Keyword Where Product -> Keyword is 1:N and Keyword has a FK rel back to Product. I would like the object model to look something like this: Product -(String) _description -(List) _keywords Is