[FLOW3-general] temporary entities

Karsten Dambekalns karsten at typo3.org
Mon Dec 10 08:44:16 CET 2012


Hi.

On 09.12.12 14:06, Thomas Mammitzsch wrote:
> i have to create severals instances of an entity, which i never want to
> persist because they are created only for that single request (result of
> a webservice query). I don't even need a table to be created for this
> entity. Whats the right way to do that?

First to try is leaving out the Entity annotation. If you need that (for
id generation or whatever), just don't create the tables - should work
as long as you really do not try to persist any of those entities.

Regards,
Karsten
-- 
Karsten Dambekalns
TYPO3 Core Developer, Neos / Flow Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list