Hi everyone,
I'd like to know how to map a class that extend another class?
For example, i have a class Toto :
class Toto {
int id;
String name;
//getxxx, set xxx...
}
and another class TotoExtend :
class TotoExtend extends Toto {
int number;
//getxxx, setxxx...
}
How can i map the class TotoExtend ???
Is it supported by Castor jdo ???
Thanks for your answers...
Charly
Strasbourg Astronomical Observatory
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev