Uses of Package
org.hibernate.query.sqm.tree.select
-
Packages that use org.hibernate.query.sqm.tree.select Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.function.array org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.derived org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.insert Nodes representinginsert
statements in the SQM tree.org.hibernate.query.sqm.tree.jpa org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.dialect Class Description SqmQuerySpec Defines the commonality between a root query and a subquery. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.dialect.function Class Description SqmOrderByClause SqmSelectableNode Defines 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.array Class Description SqmOrderByClause SqmSelectableNode Defines 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 Class Description SqmSelectableNode Defines 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.internal Class Description SqmSelectableNode Defines 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.derived Class Description SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.hql.internal Class Description SqmAliasedNode Models any aliased expression.SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmDynamicInstantiationArgument Represents an individual argument to a dynamic instantiation.SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQueryPart Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectStatement SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.hql.spi Class Description SqmAliasedNode Models any aliased expression. -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.spi Class Description SqmQueryPart Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectStatement -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm Class Description SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmJpaCompoundSelection SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectStatement SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.function Class Description SqmOrderByClause SqmSelectableNode Defines 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.internal Class Description SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmJpaCompoundSelection SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectStatement SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.mutation.internal Class Description SqmSelection Represents an individual selection within a select clause.SqmSelectStatement -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.spi Class Description SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmJpaCompoundSelection SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQueryPart Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectQuery SqmSelectStatement SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.sql Class Description SqmAliasedNode Models any aliased expression.SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQueryPart Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectStatement SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree Class Description SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.cte Class Description SqmSelectQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.domain Class Description SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.expression Class Description SqmOrderByClause SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSortSpecification SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.from Class Description SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.insert Class Description SqmQueryPart Defines 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.jpa Class Description SqmSelectableNode Defines 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.predicate Class Description SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSubQuery -
Classes in org.hibernate.query.sqm.tree.select used by org.hibernate.query.sqm.tree.select Class Description AbstractSqmSelectQuery SqmAliasedExpressionContainer SqmAliasedNode Models any aliased expression.SqmDynamicInstantiation Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.SqmDynamicInstantiationArgument Represents an individual argument to a dynamic instantiation.SqmDynamicInstantiationTarget Represents the thing-to-be-instantiated in a dynamic instantiation expression.SqmJpaCompoundSelection SqmOrderByClause SqmQueryGroup A grouped list of queries connected through a certain set operator.SqmQueryPart Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec Defines the commonality between a root query and a subquery.SqmSelectableNode Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.SqmSelectClause The semantic select clause.SqmSelection Represents an individual selection within a select clause.SqmSelectQuery SqmSelectStatement SqmSortSpecification SqmSubQuery