class |
AbstractInlineIdsBulkIdHandler |
Base class for all bulk-id strategy handlers that inline the identifiers of the updatable/deletable rows.
|
class |
AbstractInlineIdsDeleteHandlerImpl |
Inline bulk-id delete handler that selects the identifiers of the rows to be updated.
|
class |
AbstractInlineIdsUpdateHandlerImpl |
Inline bulk-id delete handler that selects the identifiers of the rows to be deleted.
|
class |
InlineIdsIdsInClauseDeleteHandlerImpl |
Inline bulk-id delete handler that uses an IN clause.
|
class |
InlineIdsIdsOrClauseDeleteHandlerImpl |
Inline bulk-id delete handler that uses multiple identifier OR clauses.
|
class |
InlineIdsInClauseUpdateHandlerImpl |
Inline bulk-id update handler that uses an IN clause.
|
class |
InlineIdsOrClauseUpdateHandlerImpl |
Inline bulk-id update handler that uses multiple identifier OR clauses.
|
class |
InlineIdsSubSelectValuesListDeleteHandlerImpl |
Inline bulk-id delete handler that uses a subselect with a VALUES clause.
|
class |
InlineIdsSubSelectValuesListUpdateHandlerImpl |
Inline bulk-id update handler that uses a subselect with a VALUES clause.
|