mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1729: Translate queries into graphs of value objects (instead of array hydration?) #2175
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 27, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
In decoupled applications the model layer returns "data-transfer-objects" through the boundary into the controller/view layer. It would make sense to have Doctrine directly generate any data-transfer/value-object from native and dql queries.
@doctrinebot commented on GitHub (Jun 9, 2012):
Comment created by @beberlei:
Example:
This supersedes DDC-1819.
@beberlei commented on GitHub (Dec 5, 2020):
returning view models from DQL was implementd in Doctrine 2.4 I believe.