[TYPO3-mvc] TYPO3 backend is irrespective of value objects?

Stefan Isak stefanisak at googlemail.com
Wed Dec 29 22:26:03 CET 2010


Sorry, I didn't make myself clear.

For example, one can add and persist value objects writing something like:
   $this->repository->add($valueObject);
   $this->repository->add($valueObject);
   $persistenceManager->persistAll();

That usually causes an invocation of methods like getUidOfAlreadyPersistedValueObject() to check if there's already a persisted object equal to the given one.
If I create new value objects in the backend, those methods won't get invoked and I always get new objects.

So is this a missing feature?

Stefan


On 29.12.2010, at 21:27, Martin Kutschker wrote:

> Am 28.12.2010 17:11, schrieb Stefan Isak:
>> Hey,
>> 
>> it seems to me that saving objects in TYPO3 backend is irrespective of value objects.
> 
> I'm sorry, but I don't understand what you mean.
> 
> Masi
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list