-->
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.  [ 2 posts ] 
Author Message
 Post subject: Reverse Engineering - Renaming Entities/POJOs
PostPosted: Mon Nov 26, 2007 4:04 pm 
Newbie

Joined: Mon Nov 26, 2007 9:54 am
Posts: 3
I have posted earilier about my legacy reverse-engineering project. There is no need to refer to that, because this question stands unto itself.

How does one ask the reverse-engineering engine to name classes/entities that are associated with a table other than a_bcd_ef -> aBcdEf?? I am not referring to changing the convention/strategy/method, but simply a renaming.

The goal is to rename VideoFeed to VideoFeedLegacy.

I tried adding the 'class' attribute with VideoFeedLegacy as the value.

Code:
<hibernate-reverse-engineering>
    <table-filter match-name="video_feed"/>

    <table name="video_feed">

    </table>

</hibernate-reverse-engineering>


-H


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 26, 2007 8:01 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
see the docs on the syntax and be aware that some db's are case sensitive on the table names...so remember to use the proper casing.

_________________
Max
Don't forget to rate


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

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.