Issue Details (XML | Word | Printable)

Key: JDO-443
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Michelle Caisse
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Change column name in InstanceCallbacks table

Created: 14/Nov/06 12:36 AM   Updated: 14/Nov/06 11:27 PM
Return to search
Component/s: tck2, tck2-legacy
Affects Version/s: JDO 2 final
Fix Version/s: JDO 2 maintenance release 1

Time Tracking:
Not Specified

Resolution Date: 14/Nov/06 11:27 PM


 Description  « Hide
The table InstanceCallbacks contains a column named CHILD, to which the field children of pc.InstanceCallbackClass is mapped. The field children is a HashSet of type InstanceCallbackClass. Therefore, the value of the database column CHILD is actually a foreign key to the parent of the instance. Therefore, for semantic consistency of the naming of database entities and to clarify how the Collection type is mapped to the database column, I propose changing the name of the column to PARENT.

Two schema files and two orm files will need to be changed, one for each identity type.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order