fix splitup of instances between DatabaseMap and Database
---------------------------------------------------------

                 Key: TORQUE-157
                 URL: https://issues.apache.org/jira/browse/TORQUE-157
             Project: Torque
          Issue Type: Bug
          Components: Runtime
    Affects Versions: 3.3.1, 3.3
            Reporter: Thomas Fox


In Torque 3.3 the attempt was begun to have a class "Database" which contains 
all relevant informations for a particular named database. The DatabaseMap 
should merely contain all tableMaps for the database but no additional 
information. In this context, some methods, e.g. getName() were deprecated in 
DatabaseMap.
This should now be finished
- fields name, idTable, idBroker and idGenerator should be moved from 
DatabaseMap to Database
- the databaseMap should have a reference to the Database it belongs to

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to