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.
SPI for handling SQM UPDATE and DELETE queries
-
Classes in org.hibernate.query.sqm.mutation.internal used by org.hibernate.query.sqm.mutation.internalClassDescriptionSimply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.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.Simply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.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.Simply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.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.Simply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.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.spiClassDescriptionSimply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.