How to re-save the entity as another row in Doctrine 2
Let’s say I have entity $e
. Is there any generic way to store it as another row, which would have the same entity data but another primary key?
Let’s say I have entity $e
. Is there any generic way to store it as another row, which would have the same entity data but another primary key?