Exec
Interfaces, Classes, Traits and Enums
- AbstractSqlExecutor
- Base class for SQL statement executors.
- MultiTableDeleteExecutor
- Executes the SQL statements for bulk DQL DELETE statements on classes in Class Table Inheritance (JOINED).
- MultiTableUpdateExecutor
- Executes the SQL statements for bulk DQL UPDATE statements on classes in Class Table Inheritance (JOINED).
- SingleSelectExecutor
- Executor that executes the SQL statement for simple DQL SELECT statements.
- SingleTableDeleteUpdateExecutor
- Executor that executes the SQL statements for DQL DELETE/UPDATE statements on classes that are mapped to a single table.