-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Problem overriding property name with hibernate.reveng.xml
PostPosted: Fri Jan 13, 2006 11:24 am 
Expert
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.