[FLOW3-general] temporary entities

Thomas Mammitzsch thomas at visualworx.de
Wed Dec 12 23:36:19 CET 2012


hi Karsten,

ok, how to omit table creation? I think doctine:update will do that 
automatically.

regards, Thomas

On 10.12.2012 08:44, Karsten Dambekalns wrote:
> 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
>



More information about the FLOW3-general mailing list