mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-869: repositoryClass poperty not possible on MappedSuperClass #1074
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 (Nov 9, 2010).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user jkleijn:
It would be both practical and intuitive to support the "repositoryClass" metadata property on a MappedSuperClass. Any subclasses would inherit that custom Repo class, optionally overriding it.
With the current situation one would have to add the property to every subclass, which may lead to a lot of duplicate meta data.
@doctrinebot commented on GitHub (Sep 8, 2011):
Comment created by @guilhermeblanco:
Fixed by this commit
7ebfc67d5a@doctrinebot commented on GitHub (Sep 8, 2011):
Issue was closed with resolution "Fixed"