Expert |
|
Joined: Tue Dec 07, 2004 6:57 am Posts: 285 Location: Nürnberg, Germany
|
Hi,
I have the following override definition in my hibernate.reveng.xml
... <table-filter match-name="DOKUMENTENARTEN"/> .. <table class="com.mycompany.adapter.bdb.rdo.Dokumentenart" name="DOKUMENTENARTEN"> <column name="DOAR_KLKA_ID" property="klbKategorie" type="com.mycompany.adapter.bdb.rdo.KlbKategorie" foreign-schema="ENPROD" foreign-table="KLBKATEGORIEN" foreign-column="KLKA_ID"/> </table> ...
Actually I expect the property to be named klbKategorie. Unfortuately it is being genereated with the name klbKategorien. The property references another class.
Maybe I have done something wrong.
|
|