[PR #768] [CLOSED] DDC-391: Add support to configure custom persister classes #8687

Closed
opened 2026-01-22 16:01:05 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/768
Author: @milaney
Created: 8/22/2013
Status: Closed

Base: masterHead: CustomPersisters


📝 Commits (2)

  • 6c23ceb Add support to configure custom persister classes
  • dee706a Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/768 **Author:** [@milaney](https://github.com/milaney) **Created:** 8/22/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `CustomPersisters` --- ### 📝 Commits (2) - [`6c23ceb`](https://github.com/doctrine/orm/commit/6c23cebc16f36c0740e70a276b075e9b630184dc) Add support to configure custom persister classes - [`dee706a`](https://github.com/doctrine/orm/commit/dee706a2bd7848b6484cf5b0e77de8c64fa10099) Added suggested changes ### 📊 Changes **12 files changed** (+78 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Based on https://github.com/doctrine/doctrine2/commit/8c3ad50bb5ad51f9064543768745f3d85f4b7d64 (from the http://github.com/doctrine/doctrine2/tree/OverridePersisters branch) Basis for feature: http://www.doctrine-project.org/jira/browse/DDC-391 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:01:05 +01:00
admin closed this issue 2026-01-22 16:01:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8687