mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #1040] [CLOSED] Entity manager interface #9076
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1040
Author: @c960657
Created: 5/28/2014
Status: ❌ Closed
Base:
2.4← Head:entity-manager-interface📝 Commits (10+)
48ea45fAdd note about experimental nature of SLC featuread9366aMerge pull request #871 from elmariachi111/patch-11032a16Simpler way to handle Collection parameters in DQL queries (refs #DDC-2319)423ea00Merge pull request #590 from michaelperrin/feature/process-collection-valuef054645Remove left over ElementCollection code.22e3a76Fix non initialized association proxy8554b04Merge pull request #883 from FabioBatSilva/hotfix-slccf4c805Fix cache misses using one-to-one inverse side5439a61Merge pull request #884 from FabioBatSilva/slc-patch1c681086Fix applying ON/WITH conditions to first join in Class Table Inheritance📊 Changes
362 files changed (+26332 additions, -2882 deletions)
View changed files
📝
.coveralls.yml(+1 -1)📝
.travis.yml(+13 -1)📝
CONTRIBUTING.md(+8 -2)📝
README.markdown(+1 -3)➕
SECURITY.md(+18 -0)📝
UPGRADE.md(+58 -0)📝
build.properties(+1 -9)📝
build.xml(+87 -100)📝
composer.json(+7 -3)➕
docs/LICENSE.md(+363 -0)📝
docs/en/cookbook/aggregate-fields.rst(+1 -1)➕
docs/en/cookbook/custom-mapping-types.rst(+97 -0)📝
docs/en/cookbook/dql-custom-walkers.rst(+2 -2)📝
docs/en/cookbook/resolve-target-entity-listener.rst(+8 -3)📝
docs/en/cookbook/validation-of-entities.rst(+1 -1)📝
docs/en/index.rst(+24 -20)📝
docs/en/reference/advanced-configuration.rst(+62 -26)📝
docs/en/reference/annotations-reference.rst(+40 -2)📝
docs/en/reference/association-mapping.rst(+201 -252)📝
docs/en/reference/basic-mapping.rst(+216 -403)...and 80 more files
📄 Description
Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs requires that the supplied entity manager is an EntityManager instance.
In order to support Doctrine\ORM\Decorator\EntityManagerDecorator, it should allow all EntityManagerInterface implementations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.