Enhancement
Major
Detail
Detail
Enhancement
Copying large structures must not be carried out trivially recursively, as otherwise several database accesses would take place for each object accessed. Instead, the copying process must be carried out "level by level" with an intermediate preload of all necessary references and properties of the objects to be copied.
Test
No additional test.