mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #121] DDC-753 #7736
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?
Original Pull Request: https://github.com/doctrine/orm/pull/121
State: closed
Merged: Yes
Hello all,
This patch is based on: DDC-753
http://www.doctrine-project.org/jira/browse/DDC-753
This patch is very similar to DDC-869
adds support for register a global custom repository class
Any classes would use that custom repository class, optionally overriding it using some maping (xml,php,annot)..
I need a suggestion on whether I should throw exceptions when the repository does not implement ObjectRepository.
I'm doing this in Configuration#setDefaultRepositoryClassName, may also be necessary in ClassMetadataInfo#setCustomRepositoryClass
What do you think about it?
Thanks ...
Best Regards,
Fabio B. SIlva