
| Key: |
NUCRDBMS-45
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Andy Jefferson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
The RDBMSManager schema management process is embodied in the "ClassAdder" process. This operates in its own transaction using a separate connection. The structure of RDBMSManager is overly complex as a result. We should simply provide a separate process giving it access to the key schema information, and have methods to do specific things
1. add class/classes to persistence
2. delete class from persistence
3. update a mapping in the datstore with new columns e.g when a new implementation of an interface is found.
|
|
Description
|
The RDBMSManager schema management process is embodied in the "ClassAdder" process. This operates in its own transaction using a separate connection. The structure of RDBMSManager is overly complex as a result. We should simply provide a separate process giving it access to the key schema information, and have methods to do specific things
1. add class/classes to persistence
2. delete class from persistence
3. update a mapping in the datstore with new columns e.g when a new implementation of an interface is found.
|
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|