| Class | Description | 
|---|---|
| AbstractCteValuesListBulkIdHandler | 
 Defines how identifier values are selected from the updatable/deletable tables. 
 | 
| CteValuesListBuilder | 
 Builds the CTE with VALUES list clause that wraps the identifiers to be updated/deleted. 
 | 
| CteValuesListBulkIdStrategy | 
 This bulk-id strategy uses a CTE with a VALUE list to hold the identifiers,
 which are later used by the update or delete statement: 
 | 
| CteValuesListDeleteHandlerImpl | 
 Bulk-id delete handler that uses CTE and VALUES lists. 
 | 
| CteValuesListUpdateHandlerImpl | 
 Bulk-id update handler that uses CTE and VALUES lists. 
 | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.