Uses of Package
org.hibernate.query.sqm.tree.predicate
Packages that use org.hibernate.query.sqm.tree.predicate
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Implementation of the SPIs for HQL support.
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
delete
statements 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.predicate used by org.hibernate.dialect.function
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.dialect.function.xml
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.hql.internal
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqmClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.function
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.internalClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.mutation.internal
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.spiClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.sqlClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.treeClassDescriptionUnified contract for things that can contain a SqmWhereClause.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.deleteClassDescriptionUnified contract for things that can contain a SqmWhereClause.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.domain
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.expression
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.from
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.insert
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.jpa
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.predicateClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.Contract for predicates that have a negated form, e.g.A grouping of predicates, such as a where-clause, join restriction, ...
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.selectClassDescriptionUnified contract for things that can contain a SqmWhereClause.
-
Classes in org.hibernate.query.sqm.tree.predicate used by org.hibernate.query.sqm.tree.updateClassDescriptionUnified contract for things that can contain a SqmWhereClause.