-->
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: reveng many-to-many property visibility
PostPosted: Mon Feb 05, 2007 12:54 pm 
Newbie

Joined: Mon Feb 05, 2007 11:49 am
Posts: 13
Hello.

I'm trying to reverse engineer some database tables to EJB 3.0 POJOs. Some of the properties, which by default are scoped private, must be scoped protected.
In the properties which I can map directly from columns I user elements like


<table name="OFFER_PROFILE">
<column name="LABEL">
<meta attribute="scope-set">protected</meta>
</column>
</table>

in reveng.xml to set the scope. However, I don't have any clue as how to do this in, for example a many to many association. The Set<something> are declared private and I must alter these to change their visibility.

Any help would be apreciated

Thanks in advance,
Hugo Oliveira
hugom.oliveira.ext@siemens.pt


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.