It would be nice to have a readonly="true" attribute at a table level to generate a torque om object with no setters. We've wanted this even before the view use case.

Greg Monroe wrote:
Currently there is no easy way to do this.  One workaround
if you really need to limit access is to specify the protected="true" option on all columns in the XML.

If I remember correctly, this should change the set/get
methods from public to protected.  You can then manually
override the getter methods as public in the stub classes.


--
=====================================================================
Jeffrey D. Brekke                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]
http://www.bloglines.com/blog/jbrekke               [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to