DAS should allow for convention to reduce need for configuration
----------------------------------------------------------------

         Key: TUSCANY-204
         URL: http://issues.apache.org/jira/browse/TUSCANY-204
     Project: Tuscany
        Type: New Feature

  Components: Java DAS RDB  
    Reporter: Kevin Williams


DAS should allow users to avoid configuration items by following specific 
conventions.  For example, in the absence of configuration specifying the 
prmary key for a table, the DAS could assume that a table column named "ID" is 
the PK.  Taking this a step further, in the absence of config info specifying a 
relationship, the DAS could assume any column named "xxxx_ID" is a foreign key 
key to table "xxxx".

A column named "xxxx_c" could be assumed to be a collision column while 
"xxxx_v" could be considered a version column.

This feature will enable a large set of DAS clients to operate without 
specifying any separate configuration.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to