svn commit: r371072 - in /db/torque: docs-all-components/trunk/xdocs/other-howtos/inheritance-guide.xml runtime/trunk/xdocs/inheritance-guide.xml

2006-01-21 Thread tfischer
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

[TORQUE] Issue #TRQ63 - Support inheritance so that super classes will not have d...

2005-06-20 Thread Mic Momokov
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

Inheritance

2004-10-15 Thread Patric Leegrave
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