mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #695] [MERGED] Implemented support for RepositoryFactory. #8573
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/695
Author: @guilhermeblanco
Created: 6/14/2013
Status: ✅ Merged
Merged: 6/14/2013
Merged by: @guilhermeblanco
Base:
master← Head:RepositoryFactory📝 Commits (5)
7eb7441Implemented support for RepositoryFactory.37e7e84Fixed wrong interface.a66fc03Reducing dependency on RepositoryFactory by providing EntityManager as a getRepository argument.3488049Reduced granularity of DefaultRepositoryFactory reference to ObjectRepository instances, in cases where consumers are completely rewrote EntityRepository.52b3fc1Updated since php doc tag.📊 Changes
5 files changed (+173 additions, -42 deletions)
View changed files
📝
lib/Doctrine/ORM/Configuration.php(+36 -10)📝
lib/Doctrine/ORM/EntityManager.php(+15 -31)➕
lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php(+77 -0)➕
lib/Doctrine/ORM/Repository/RepositoryFactory.php(+41 -0)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2359Test.php(+4 -1)📄 Description
This allows anyone to override the default behavior to load Repositories.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.