mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #1378] [DDC-3640] Feature to force-increment entity version #9439
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/1378
State: closed
Merged: No
Status: Blocked waiting on #1380
JoinedSubclassPersister)The major use-case for this involves using certain entities as the versioned-gatekeepers for changes that don't directly live on the same entity. For example, using the version of a
PurchaseOrderto control changes to any of its childPurchaseOrderLineItemobjects.