Uses of Interface
org.hibernate.query.sqm.tree.insert.SqmInsertStatement

Packages that use SqmInsertStatement
Package
Description
Implementation of the SPIs for HQL support.
Package for the SQM-backed Query implementation details
 
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
Package for the translation of SQM into SQL AST
Nodes representing insert statements in the SQM tree.