1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/UPGRADE_TO_2_3

9 lines
397 B
Text

# EntityGenerator add*() method generation
When generating an add*() method for a collection the EntityGenerator will now not
use the Type-Hint to get the singular for the collection name, but use the field-name
and strip a trailing "s" character if there is one.
# Merge copies non persisted properties too
When merging an entity in UoW not only mapped properties are copied, but also others.