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