| AbstractInlineIdsBulkIdHandler |
Base class for all bulk-id strategy handlers that inline the identifiers of the updatable/deletable rows.
|
| AbstractInlineIdsDeleteHandlerImpl |
Inline bulk-id delete handler that selects the identifiers of the rows to be updated.
|
| AbstractInlineIdsUpdateHandlerImpl |
Inline bulk-id delete handler that selects the identifiers of the rows to be deleted.
|
| IdsClauseBuilder |
Builds the where clause that wraps the identifiers to be updated/deleted.
|
| InlineIdsInClauseBulkIdStrategy |
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using an IN clause:
|
| InlineIdsOrClauseBulkIdStrategy |
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using multiple identifier OR clauses.
|
| InlineIdsSubSelectValueListBulkIdStrategy |
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted in a subselect using a VALUES list:
|