Author: tfischer
Date: Sat Jan 21 06:58:33 2006
New Revision: 371072
URL: http://svn.apache.org/viewcvs?rev=371072&view=rev
Log:
moved inheritance guide from runtime to docs-all-components
Added:
db/torque/docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml
- co
You can view the issue detail at the following URL:
http://issues.apache.org/scarab/issues/id/TRQ63
Type
Enhancement
Issue ID
TRQ63 (Support inheritance so that super classes will not have derived
properties)
Reported by
Mic Momokov
m_mokotov ([EMAIL PROTECTED])
New issue details
Hi Developers
I need to create the following Objects with torque on a mysql Database.
Object: ITComponent Fields: ID, Name
Object: Monitor Fields: ID, Name, Resolution
Object: Keyboard Fields: ID, Name, Layout
I would like to map those also with inheritance, like java do ( e.g :
Monitor extends