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: hbm.xml meta extends not being generated in Domain Code
PostPosted: Tue Aug 29, 2006 9:06 pm 
Newbie

Joined: Wed Jun 21, 2006 2:02 pm
Posts: 6
Location: Carlsbad, CA
I've added a meta extend tag to my class mapping file.

<hibernate-mapping>
<class name="com.xxx.yyy.SourceTest" table="SOURCE">
<meta attribute="extends">State</meta>

When I use the Eclipse plug-in to generate the Domain Code, I do not see that the resulting class extends anything.

public class SourceTest implements java.io.Serializable

In fact, the Eclipse plug-in seems only to use the hibernate.reveng.xml file which doesn't contain the meta tag. How do I get the tool to pick up the class mapping file for use in generating the Domain Code class?


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.