I'm not quite sure if I got your question.
Are you asking if the field-descriptors for "name" and "number" must be present in the class-descriptors for the concrete classes, or if it is possible to just define them once in the base-classes descriptor?
The answer to this question is: No,they have to be defined in each concrete classes class-descriptor!
Thomas
Joerg Lensing wrote:
hi, is it possible to map "base"-fields from a base-class?
Base-class: BaseX.class fields: name, number
(concrete) inherited classes: -->ExtendedBaseX_A
-->ExtendedBaseX_B
.....|_________->ExtendedBaseX_B_xyz
all Classes need the same fields "name" and "number". They allways use the same
tablefieldnames (same and separate tables). Is there a way to map these two fields
automatically to the tables?
joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
