Executes a plan's nodes in order, stopping at the first failure.
This function does not manage the transaction — the caller owns that, because the caller is
the only one that knows whether the graph is the outermost unit of work or nested inside a larger
one. See BaseEntity.executeGraphLocal.
Executes a plan's nodes in order, stopping at the first failure.
This function does not manage the transaction — the caller owns that, because the caller is the only one that knows whether the graph is the outermost unit of work or nested inside a larger one. See
BaseEntity.executeGraphLocal.