mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1627: Create a common interface for all the [Entity|Document]Manager's #2045
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?
Originally created by @doctrinebot on GitHub (Jan 30, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user jcm:
It would be wonderful if were created a common interface for the Managers of the projects Doctrine ORM, CouchDB ODM, and MongoDB ODM. This would facilitate, for example, the creation of classes of service that does not take into account only the Doctrine ORM as a persistence and can therefore be easily exchanged for the MongoDB ODM if necessary, for example:
@doctrinebot commented on GitHub (Jan 30, 2012):
Comment created by @beberlei:
This interface does alrady exist and is called ObjectManager. Its in Doctrine\Common\Persistence
@doctrinebot commented on GitHub (Jan 30, 2012):
Issue was closed with resolution "Invalid"
@doctrinebot commented on GitHub (Jan 30, 2012):
Comment created by jcm:
@Eberlei Thanks, I did not know about the existence of these interfaces.