Expand description
Change executor — generates and executes SQL for entity state changes.
The ChangeExecutor takes a collection of tracked entities grouped by
state (Added/Modified/Deleted), generates the appropriate parameterized
DML, and executes it against the database via the provider.
Structs§
- Change
Executor - Executes INSERT/UPDATE/DELETE for tracked entities within a transaction.