mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-699: ProxyFactory: allow to overwrite $_proxyClassTemplate to allow custom criterias during execution of _load() #863
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 (Jul 19, 2010).
Jira issue originally created by user mzach:
It would be nice to set custom criteria to be used during _load(), so that not only the identifier is used, but also this criteria (specially thinking about a SoftDelete behaviour where relations are filtered BEFORE they're actually loaded).
Of course, a note needs to be added explaining the risk of modifying the proxy class structure.
@doctrinebot commented on GitHub (Jul 19, 2010):
@doctrinebot commented on GitHub (Jul 20, 2010):
Comment created by @beberlei:
This is the wrong extension point for something like soft-delete. It needs to be done inside the Persister. A ticket exists to add the possibility to specifiy your own persister, this would suffice to implement SoftDelete.
@doctrinebot commented on GitHub (Jul 20, 2010):
Issue was closed with resolution "Won't Fix"