Issue 'TRQ7' has just been modified by user 'jmcnally'
You can view the issue detail at the following URL:
<http://scarab.werken.com/issues/id/TRQ7>
The following modifications were made to this issue:
I am trying to limit the amount of object model attributes within the schema, but
since tables and columns have this attribute it would be okay to add it to fk's.
I would like to make the option to have most methods including the foreign key
associations be generated with protected access. For the fk methods that I use, I
generally create a better named method. So that instead of using
Module.getModuleRelatedByParentId(), I create a wrapper called Module.getParent(). It
would definitely be better to hide access to the wrapped method.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>