CommitAsNeeded execute a Commit only if necessary. This function is useful to avoid getting an error if the Entity is already in sync with the repository.
(repo repository.ClockedRepo)
| 28 | // CommitAsNeeded execute a Commit only if necessary. This function is useful to avoid getting an error if the Entity |
| 29 | // is already in sync with the repository. |
| 30 | CommitAsNeeded(repo repository.ClockedRepo) error |
| 31 | |
| 32 | // FirstOp lookup for the very first operation of the Entity. |
| 33 | FirstOp() OpT |
no outgoing calls