Hi, 

I need to map a collection of String and not of
persistent objects. 

The class Person contains 3 attributes
- int id
- String name
- List firstNames

It is mapped to 2 tables:

T_PERSON which contains:
ID number(10)
NAME varchar2(20)

and 

T_PERSON_FIRSTNAME which corresponds to the firstNames
attributes
PERSON_ID number(10)
FIRSTNAME varchar2(15)

Can someone tell me if Castor support this type of
relation? And how to map it?

Thanks, 

Marie. 

___________________________________________________________
Un nouveau Nokia Game commence. 
Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre
pour participer � cette aventure tous m�dias.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to