mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1092: CustomTreeWalkers For Entities #1368
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 (Mar 31, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user mstrzele:
I propose that Doctrine\ORM\Query Parser in method parse append to _customTreeWalker walkers for the Components used in query.
for example it could be:
Information about walker would have been in Walker Annotation, for example:
Method _mergeCustomTreeWalkers would be to don't duplicate walkers.
And in this way it be possible implement behaviors like preDqlSelect and Remove and Delete.
I know that the same is possible if i append hint to query but it is insane if queries are compleceted and diffrent entities must have diffrent walkers.
In large system it is impossible to managed that in this way.
@doctrinebot commented on GitHub (Mar 31, 2011):
@doctrinebot commented on GitHub (Apr 2, 2011):
Comment created by @beberlei:
Sort of Duplicate of DDC-551
@doctrinebot commented on GitHub (Apr 2, 2011):
Issue was closed with resolution "Duplicate"