|
Hi
I have a class A with a joined-subclass B in my mapping files, and a class C with a one-to-one association with subclass B.
When i try to run my app i get the following error:
"property-ref [D] not found on entity [B]" and is right because entitiy B not contains the primary key of C, in my relational model table A have a foreign key to table C, and table B have a foreign key to table A, but table B not contains the primary key (the field) of table C.
My question is: how is possible to do this ?
Kind regards
Desbaratizador
|