mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #768] [CLOSED] DDC-391: Add support to configure custom persister classes #8687
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/768
Author: @milaney
Created: 8/22/2013
Status: ❌ Closed
Base:
master← Head:CustomPersisters📝 Commits (2)
6c23cebAdd support to configure custom persister classesdee706aAdded suggested changes📊 Changes
12 files changed (+78 additions, -3 deletions)
View changed files
📝
doctrine-mapping.xsd(+1 -0)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+21 -0)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+3 -0)📝
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php(+3 -0)📝
lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php(+3 -0)📝
lib/Doctrine/ORM/Mapping/Entity.php(+5 -0)📝
lib/Doctrine/ORM/UnitOfWork.php(+5 -0)📝
tests/Doctrine/Tests/Models/CMS/CmsUser.php(+6 -1)📝
tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php(+23 -1)📝
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.User.php(+2 -0)📝
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.ORM.Mapping.User.dcm.xml(+4 -1)📝
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.User.dcm.yml(+2 -0)📄 Description
Based on
8c3ad50bb5(from the http://github.com/doctrine/doctrine2/tree/OverridePersisters branch)Basis for feature: http://www.doctrine-project.org/jira/browse/DDC-391
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.