Issue Details (XML | Word | Printable)

Key: NUCCORE-108
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 1
Operations

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

RelationshipManager caters for subset of relation changes and should be extended to add other possibilities

Created: 01/Sep/08 04:12 PM   Updated: 05/May/09 02:07 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
For example, with RDBMS there is an amount of logic in FKSetStore, FKListStore, JoinSetStore, JoinListStore to manage some relation changes. This code should be moved to RelationshipManager so then all datastores would benefit from the relation management code.

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 05/May/09 02:07 PM
SVN trunk now caters for set of a Collection field (replace the collection by a different collection, detecting the add/remove of elements).