| Package | Description |
|---|---|
| org.hibernate.hql.spi.id.cte |
| Class and 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:
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.