| Class | Description |
|---|---|
| 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.
|
| InlineIdsIdsInClauseDeleteHandlerImpl |
Inline bulk-id delete handler that uses an IN clause.
|
| InlineIdsIdsOrClauseDeleteHandlerImpl |
Inline bulk-id delete handler that uses multiple identifier OR clauses.
|
| InlineIdsInClauseBuilder |
Builds the where IN 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:
|
| InlineIdsInClauseUpdateHandlerImpl |
Inline bulk-id update handler that uses an IN clause.
|
| InlineIdsOrClauseBuilder |
Builds the where clause using OR expressions for the identifiers to be updated/deleted.
|
| InlineIdsOrClauseBulkIdStrategy |
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using multiple identifier OR clauses.
|
| InlineIdsOrClauseUpdateHandlerImpl |
Inline bulk-id update handler that uses 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:
|
| InlineIdsSubSelectValuesListBuilder |
Builds the where SELECT FROM VALUES clause that wraps the identifiers to be updated/deleted.
|
| InlineIdsSubSelectValuesListDeleteHandlerImpl |
Inline bulk-id delete handler that uses a subselect with a VALUES clause.
|
| InlineIdsSubSelectValuesListUpdateHandlerImpl |
Inline bulk-id update handler that uses a subselect with a VALUES clause.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.