Uses of Package
org.hibernate.query.sqm.tree.select
Packages that use org.hibernate.query.sqm.tree.select
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Helper classes for string and type processing as well as access type detection.
Implementation of the SPIs for HQL support.
SPIs for HQL support.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
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 common table expressions (CTE) 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.-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.dialect
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.dialect.functionClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.dialect.function.xml
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.metamodel.model.domainClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.metamodel.model.domain.internalClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.processor.util
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.derivedClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.hql.internalClassDescriptionModels any aliased expression.Represents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.Represents an individual argument to a dynamic instantiation.A grouped list of queries connected through a certain set operator.Defines the ordering and fetch/offset part of a query which is shared with query groups.Defines the commonality between a root query and a subquery.Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.hql.spi
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.spi
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqmClassDescriptionRepresents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.A grouped list of queries connected through a certain set operator.Defines the commonality between a root query and a subquery.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.functionClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.internalClassDescriptionRepresents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.A grouped list of queries connected through a certain set operator.Defines the ordering and fetch/offset part of a query which is shared with query groups.Defines the commonality between a root query and a subquery.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.mutation.internalClassDescriptionRepresents an individual selection within a select clause.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.spiClassDescriptionRepresents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.A grouped list of queries connected through a certain set operator.Defines the ordering and fetch/offset part of a query which is shared with query groups.Defines the commonality between a root query and a subquery.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.sqlClassDescriptionModels any aliased expression.Represents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.A grouped list of queries connected through a certain set operator.Defines the ordering and fetch/offset part of a query which is shared with query groups.Defines the commonality between a root query and a subquery.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.cte
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.domainClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.expressionClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.fromClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.insertClassDescriptionDefines the ordering and fetch/offset part of a query which is shared with query groups.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.jpaClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.predicateClassDescriptionDefines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
-
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.selectClassDescriptionModels any aliased expression.Represents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.Represents an individual argument to a dynamic instantiation.Represents the thing-to-be-instantiated in a dynamic instantiation expression.A grouped list of queries connected through a certain set operator.Defines the ordering and fetch/offset part of a query which is shared with query groups.Defines the commonality between a root query and a subquery.Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.The semantic select clause.Represents an individual selection within a select clause. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.update