Uses of Package
org.hibernate.query.sqm.mutation.internal
Packages that use org.hibernate.query.sqm.mutation.internal
Package
Description
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Classes in org.hibernate.query.sqm.mutation.internal used by org.hibernate.query.sqm.mutation.internalClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation.Initiator for SqmMultiTableMutationStrategyProvider service
-
Classes in org.hibernate.query.sqm.mutation.internal used by org.hibernate.query.sqm.mutation.internal.cteClassDescriptionHandler for dealing with multi-table SQM DELETE queries.Deprecated, for removal: This API element is subject to removal in a future version.Moved to
MultiTableHandler
Handler for dealing with multi-table SQM INSERT queries.Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation.Handler for dealing with multi-table SQM UPDATE queries. -
Classes in org.hibernate.query.sqm.mutation.internal used by org.hibernate.query.sqm.mutation.internal.inlineClassDescriptionHandler for dealing with multi-table SQM DELETE queries.Deprecated, for removal: This API element is subject to removal in a future version.Moved to
MultiTableHandler
Handler for dealing with multi-table SQM UPDATE queries. -
Classes in org.hibernate.query.sqm.mutation.internal used by org.hibernate.query.sqm.mutation.internal.temptableClassDescriptionHandler for dealing with multi-table SQM DELETE queries.Deprecated, for removal: This API element is subject to removal in a future version.Moved to
MultiTableHandler
Handler for dealing with multi-table SQM INSERT queries.Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation.Handler for dealing with multi-table SQM UPDATE queries.
MultiTableHandler