Major Feature #3585
Implement support for value objects
| Status: | New | Start date: | 2009-06-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
Currently value objects are not truly supported as such - but we want that.
This ticket consists of several sub tasks (see related issues)
Related issues
| related to TYPO3.Flow - Feature #3586: Assure that value objects are immutable | Resolved | 2010-03-16 | ||
| related to TYPO3.Flow - Feature #3587: Enforce validation rules for value objects already in con... | New | 2009-06-05 | ||
| related to TYPO3.Flow - Feature #3588: Support value objects in the Object Factory | Accepted |
Associated revisions
[FEATURE] Improve value object support
This allows to handle value objects as intended. Create a new
one and persistence will take care to check if the value object
exists already.
Change-Id: Ifd1906bb8ac7fea315c39caefc79e6a38e8a35b0
Related: #3585
Releases: 1.1
History
Updated by Robert Lemke almost 4 years ago
- Target version changed from 283 to 1.0 alpha 3
Updated by Robert Lemke almost 4 years ago
- Priority changed from Must have to Should have
Updated by Robert Lemke almost 4 years ago
- Target version changed from 1.0 alpha 3 to 1.0 alpha 4
Updated by Robert Lemke over 3 years ago
- Target version deleted (
1.0 alpha 4)
Updated by Robert Lemke about 3 years ago
- Tracker changed from Feature to Major Feature
Updated by Christian Mueller 3 months ago
- Has patch set to No
Isn't this covered with Ifd1906bb8ac7fea315c39caefc79e6a38e8a35b0? Do we want to go further in the future here?