Database objects should not need to inherit from BaseObject
-----------------------------------------------------------
Key: TORQUE-147
URL: https://issues.apache.org/jira/browse/TORQUE-147
Project: Torque
Issue Type: Improvement
Reporter: Thomas Fischer
Assignee: Thomas Fischer
Currently it is an error if database objects do not inherit from BaseObject.
This makes embedding of Torque objects in other frameworks very difficult,
because it does not allow to choose an own parent to inherit from.
The minimum requirement would be that it is not required any more that database
objects inherit from BaseObject.
Ideally BaseObject dies and the base objects inherit directly from
java.lang.object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]