Uses of Interface
org.hibernate.query.sqm.NodeBuilder

Packages that use NodeBuilder
Package
Description
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
Implementation of the SPIs for HQL support.
 
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
This package contains the classes that make up the SQM tree nodes.
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing delete statements in the SQM tree.
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing insert statements in the SQM tree.
 
Nodes representing logical predicates in the SQM tree.
Nodes representing select statements in the SQM tree.
Nodes representing update statements in the SQM tree.