Uses of Package
org.hibernate.query.sqm.internal

Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
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
 
This package contains the classes that make up the SQM tree nodes.
Nodes representing delete statements in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing insert statements in the SQM tree.
Nodes representing select statements in the SQM tree.
Nodes representing update statements in the SQM tree.