DDC-2041: [GH-454] Replaced the hard coded classname into static in the Entity Manager, in order to allow EntityManager extension #2576

Closed
opened 2026-01-22 13:57:22 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 25, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

This issue is created automatically through a Github pull request on behalf of HarmenM:

Url: https://github.com/doctrine/doctrine2/pull/454

Message:

Changing the hard coded reference to the EntityManager class into static in the factory method to create an entity manager instance
(new EntityManager() --> new static()). In order to make it possible to extend the EntityManager class

Originally created by @doctrinebot on GitHub (Sep 25, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: This issue is created automatically through a Github pull request on behalf of HarmenM: Url: https://github.com/doctrine/doctrine2/pull/454 Message: Changing the hard coded reference to the EntityManager class into static in the factory method to create an entity manager instance (new EntityManager() --> new static()). In order to make it possible to extend the EntityManager class
admin added the Bug label 2026-01-22 13:57:22 +01:00
admin closed this issue 2026-01-22 13:57:22 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 25, 2012):

Comment created by @beberlei:

A related Github Pull-Request [GH-454] was closed
https://github.com/doctrine/doctrine2/pull/454

@doctrinebot commented on GitHub (Sep 25, 2012): Comment created by @beberlei: A related Github Pull-Request [GH-454] was closed https://github.com/doctrine/doctrine2/pull/454
Author
Owner

@doctrinebot commented on GitHub (Oct 5, 2012):

Issue was closed with resolution "Invalid"

@doctrinebot commented on GitHub (Oct 5, 2012): Issue was closed with resolution "Invalid"
Author
Owner

@doctrinebot commented on GitHub (Dec 22, 2013):

Comment created by @doctrinebot:

A related Github Pull-Request [GH-454] was closed:
https://github.com/doctrine/dbal/pull/454

@doctrinebot commented on GitHub (Dec 22, 2013): Comment created by @doctrinebot: A related Github Pull-Request [GH-454] was closed: https://github.com/doctrine/dbal/pull/454
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2576