Uses of Class
org.hibernate.query.sqm.tree.delete.SqmDeleteStatement

Packages that use SqmDeleteStatement
Package
Description
Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
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
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing delete statements in the SQM tree.