mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
possible to skip adding field to entity? #4987
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 @ghost on GitHub (Jan 21, 2016).
Originally assigned to: @Ocramius on GitHub.
I have a one to many relationship. On the many side of the table, there's a field that's not implemented in the actual entity. I would like to skip adding the field to the entity, and do a lookup on in via raw sql.
example:
customer => order
one => many
Is this possible with query builder?