1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Clarify BC break in DDC-2156

This commit is contained in:
Benjamin Eberlei 2012-11-27 22:25:58 +01:00
parent 29f0b678cf
commit 95334e9764

View File

@ -1,5 +1,13 @@
# Upgrade to 2.3
## EntityManager#find() not calls EntityRepository#find() anymore
Previous to 2.3, calling ``EntityManager#find()`` would be delegated to
``EntityRepository#find()``. This has lead to some unexpected behavior in the
core of Doctrine when people have overwritten the find method in their
repositories. That is why this behavior has been reversed in 2.3, and
``EntityRepository#find()`` calls ``EntityManager#find()`` instead.
## EntityGenerator add*() method generation
When generating an add*() method for a collection the EntityGenerator will now not