Uses of Package
org.hibernate.query.sqm.tree.from
Packages that use org.hibernate.query.sqm.tree.from
Package
Description
SPIs for HQL support.
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
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 path 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
select
statements in the SQM tree.Nodes representing
update
statements in the SQM tree.Package defining support for creating and consuming a SQL AST.
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.hql.spiClassDescriptionModels a SqmPathSource's inclusion in the
FROM
clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqmClassDescriptionModels a join based on a mapped attribute reference.Stuff and thingsModels a SqmPathSource's inclusion in the
FROM
clause.Contract representing a from clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.spiClassDescriptionModels a join based on a mapped attribute reference.Stuff and thingsModels a SqmPathSource's inclusion in the
FROM
clause.Contract representing a from clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.sqlClassDescriptionModels a join based on a mapped attribute reference.Stuff and thingsModels a SqmPathSource's inclusion in the
FROM
clause.Contract representing a from clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.delete
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.domainClassDescriptionModels a join based on a mapped attribute reference.Stuff and thingsModels a SqmPathSource's inclusion in the
FROM
clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.fromClassDescriptionModels a join based on a mapped attribute reference.Stuff and thingsModels a SqmPathSource's inclusion in the
FROM
clause.Contract representing a from clause. -
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.insert
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.selectClassDescriptionContract representing a from clause.Unified contract for things that can contain a SqmFromClause.
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.query.sqm.tree.update
-
Classes in org.hibernate.query.sqm.tree.from used by org.hibernate.sql.ast.spi