Uses of Interface
org.hibernate.query.sqm.spi.SqmCreationContext
Packages that use SqmCreationContext
Package
Description
SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package defining support for creating and consuming a SQL AST.
-
Uses of SqmCreationContext in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationContextModifier and TypeMethodDescriptionSqmCreationState.getCreationContext()
Access to the context of the creation -
Uses of SqmCreationContext in org.hibernate.query.sqm
Subinterfaces of SqmCreationContext in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterface
Adapts the JPA CriteriaBuilder to generate SQM nodes. -
Uses of SqmCreationContext in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return SqmCreationContextModifier and TypeMethodDescriptiondefault SqmCreationContext
SqlAstCreationState.getSqmCreationContext()