Feature #51405

Task #55953: Repair and streamline ValueObject support

Fix OneTo* associations from ValueObjects

Added by Adrian Föder almost 2 years ago. Updated 6 months ago.

Status:Rejected Start date:2013-08-27
Priority:Could have Due date:
Assigned To:Adrian Föder % Done:

0%

Category:Persistence
Target version:-
PHP Version: Complexity:
Has patch:No

Description

ValueObjects are reusable (or reused) from a relational database point of view, i.e. they have a unique constraint. Having a ValueObject referencing other entities with a OneTo* association will fail if another instance of the valueobject intends to reference the same object: there will be a unique constraint error because the object occurrs twice then.

Maybe the Driver should make a ManyTo* out of these.

History

#1 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23367

#2 Updated by Adrian Föder over 1 year ago

  • Parent task set to #55953

#3 Updated by Adrian Föder over 1 year ago

  • Subject changed from Disallow OneToOne associations to ValueObjects to Fix OneTo* associations from ValueObjects

#4 Updated by Gerrit Code Review 6 months ago

Patch set 2 for branch master of project Packages/TYPO3.Flow has been pushed to the review server.
It is available at http://review.typo3.org/23367

#5 Updated by Adrian Föder 6 months ago

  • Status changed from Under Review to Rejected

Abandoned, developes should just annotate it properly.

Also available in: Atom PDF