Schedule a post-commit callback. These will be run after the transaction has been committed.
callback to schedule
Schedule a post-commit cache invalidation callback. These are run before normal post-commit callbacks in order to have cache consistency in normal post-commit callbacks.
callback to schedule
Schedule a pre-commit callback. These will be run within the transaction right before it is committed, and will be run in the order specified. Ordering of callbacks scheduled with the same value for the order parameter is undefined within that ordering group.
callback to schedule
order in which this should be run relative to other scheduled pre-commit callbacks, with higher numbers running later than lower numbers.
Optional
transactionConfig: TransactionConfig
Entity framework representation of a nested transactional query execution unit. When supplied to EntityMutator and EntityLoader methods, those methods and their dependent triggers and validators will run within the nested transaction.
This exists to forward post-commit callbacks to the parent query context but only after successful commit of the nested transaction.