Uses of Package
org.hibernate.query.hql.spi
Packages that use org.hibernate.query.hql.spi
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.SPIs for HQL support.
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
SPI-level SQM contracts
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.
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.dialect.function
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.hql.spiClassDescriptionOptions for semantic analysisState related to SQM creation, like
SqmCreationState
, but specific to its "current processing" - which generally means specific to each statement and sub-queryModels the state pertaining to the creation of a single SQM.Registry for SqmPath references providing the ability to access them in multiple ways - by alias, by NavigablePath, etcQueryImplementor
specialization for SQM-based Query references -
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqmClassDescriptionModels the state pertaining to the creation of a single SQM.
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqm.function
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqm.spi
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqm.tree.domainClassDescriptionState related to SQM creation, like
SqmCreationState
, but specific to its "current processing" - which generally means specific to each statement and sub-queryModels the state pertaining to the creation of a single SQM. -
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqm.tree.expressionClassDescriptionModels the state pertaining to the creation of a single SQM.
-
Classes in org.hibernate.query.hql.spi used by org.hibernate.query.sqm.tree.fromClassDescriptionState related to SQM creation, like
SqmCreationState
, but specific to its "current processing" - which generally means specific to each statement and sub-queryModels the state pertaining to the creation of a single SQM.