Uses of Interface
org.hibernate.query.criteria.JpaCriteriaNode
Packages that use JpaCriteriaNode
Package
Description
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.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Implementation of the SPIs for HQL support.
An SPI for defining, registering, and rendering functions in HQL.
This package contains the classes that make up the SQM tree nodes.
Nodes representing common table expressions (CTE) in the SQM tree.
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.-
Uses of JpaCriteriaNode in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement JpaCriteriaNodeModifier and TypeClassDescriptionprotected static class
protected class
-
Uses of JpaCriteriaNode in org.hibernate.metamodel.model.domain
Subinterfaces of JpaCriteriaNode in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterface
Commonality between entity and any discriminators -
Uses of JpaCriteriaNode in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaCriteriaNode -
Uses of JpaCriteriaNode in org.hibernate.query.criteria
Subinterfaces of JpaCriteriaNode in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterface
JpaCoalesce<T>
interface
JpaCollectionJoin<O,
T> Specialization ofJpaJoin
forCollection
typed attribute joinsinterface
interface
interface
interface
The commonalities between insert-select and insert-values.interface
A representation of SqmInsertSelectStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-select criteria.interface
A representation of SqmInsertValuesStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-values criteria.interface
Extension of the JPACriteriaQuery
interface
interface
JpaCrossJoin<T>
interface
Common contract for criteria parts that can hold CTEs (common table expressions).interface
A CTE (common table expression) criteria.interface
Describes the attribute of aJpaCteCriteriaType
.interface
A CTE (common table expression) criteria type.interface
interface
interface
interface
JpaEntityJoin<L,
R> interface
API extension to the JPAExpression
contractinterface
JpaFrom<O,
T> API extension to the JPAFrom
contractinterface
JpaFunction<T>
Contract for expressions which model a SQL function call.interface
JpaFunctionFrom<O,
T> interface
interface
interface
interface
JpaJoin<L,
R> interface
A special expression for thejson_exists
function.interface
A special expression for thejson_query
function.interface
A special expression for thejson_value
function.interface
JpaListJoin<O,
T> interface
interface
JpaMapJoin<O,
K, V> interface
interface
interface
JpaPath<T>
API extension to the JPAPath
contractinterface
JpaPluralJoin<O,
C, E> interface
interface
Common contract for the forms of criteria that are "queryable" - can be converted into aQuery
.interface
A query group i.e.interface
JpaQueryPart<T>
Models a query part i.e.interface
Models aSELECT
query.interface
JpaRoot<T>
interface
interface
Represents the search order for a recursive CTE (common table expression).interface
Commonality between a JPAJpaCriteriaQuery
andJpaSubQuery
, mainly in the form of delegation toJpaQueryStructure
interface
JpaSelection<T>
API extension to the JPASelection
contractinterface
JpaSetJoin<O,
T> interface
A set returning function criteria.interface
JpaSimpleCase<C,
R> interface
JpaSubQuery<T>
interface
JpaTreatedFrom<L,
R, R1 extends R> interface
JpaTreatedJoin<L,
R, R1 extends R> interface
JpaTreatedPath<T,
S extends T> interface
API extension to the JPATupleElement
contractinterface
A special expression for thexmlelement
function.Classes in org.hibernate.query.criteria that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
A utility class that makes it easier to build criteria queries. -
Uses of JpaCriteriaNode in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement JpaCriteriaNode -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.treeModifier and TypeInterfaceDescriptioninterface
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.interface
Common extension of SqmStatement for DML (delete, update and insert-select) statements.interface
Base contract for any SQM AST node.interface
SqmQuery<T>
Commonality between a top-level statement and a sub-queryinterface
SqmStatement<T>
The basic SQM statement contract for top-level statementsinterface
SqmTypedNode<T>
Optional contract for SqmNode implementations which are typedinterface
Optional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.Classes in org.hibernate.query.sqm.tree that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
class
Base implementation of a criteria node.class
class
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.cte
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.cteClasses in org.hibernate.query.sqm.tree.cte that implement JpaCriteriaNode -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.delete
Classes in org.hibernate.query.sqm.tree.delete that implement JpaCriteriaNode -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
SqmCorrelatedJoin<L,
R> interface
interface
SqmCorrelation<L,
R> Specialization ofSqmFrom
for sub-query correlationsinterface
SqmPath<T>
Models a reference to a part of the application's domain model as part of an SQM tree.interface
SqmPathWrapper<W,
T> SqmPath specialization for an SqmPath that wraps another SqmPathinterface
interface
interface
SqmTreatedFrom<L,
R, R1 extends R> interface
SqmTreatedJoin<L,
R, R1 extends R> interface
SqmTreatedPath<T,
S extends T> Classes in org.hibernate.query.sqm.tree.domain that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
Models a join based on a mapped attribute reference.class
AbstractSqmFrom<O,
T> Convenience base class for SqmFrom implementationsclass
AbstractSqmJoin<L,
R> class
class
AbstractSqmPluralJoin<L,
C, E> Base support for joins to plural attributesclass
class
class
class
class
SqmBagJoin<O,
E> class
class
SqmCorrelatedBagJoin<O,
T> class
class
class
class
SqmCorrelatedMapJoin<L,
K, V> class
class
class
class
SqmCorrelatedSetJoin<O,
T> class
class
SqmCteRoot<T>
class
class
class
class
class
Reference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.class
class
class
class
class
SqmListJoin<O,
E> class
SqmMapEntryReference<K,
V> Represents the reference to a Map attribute'sMap.Entry
entries in a select clauseclass
SqmMapJoin<L,
K, V> class
SqmPluralPartJoin<O,
T> class
An SqmPath for plural attribute pathsclass
SqmSetJoin<O,
E> class
SqmSingularJoin<O,
T> class
SqmTreatedBagJoin<L,
R, R1 extends R> class
A TREAT form of SqmCrossJoinclass
SqmTreatedEmbeddedValuedSimplePath<T,
S extends T> class
SqmTreatedEntityJoin<L,
R, S extends R> class
SqmTreatedEntityValuedSimplePath<T,
S extends T> class
SqmTreatedListJoin<O,
T, S extends T> class
SqmTreatedMapJoin<L,
K, V, S extends V> class
class
class
SqmTreatedSetJoin<O,
T, S extends T> class
SqmTreatedSimplePath<T,
S extends T> class
SqmTreatedSingularJoin<O,
T, S extends T> -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.expressionModifier and TypeInterfaceDescriptioninterface
A SQM aggregate function.interface
The base contract for any kind of expression node in the SQM tree.interface
A SQM ordered set-aggregate function.interface
SqmParameter<T>
Models a parameter expression declared in the query.interface
A SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
class
Base class for expressions that contain a json path.class
Common support for SqmParameter implsclass
class
JpaParameterExpression
created via JPACriteriaBuilder
.class
Models a reference to aSqmAliasedNode
used in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional refclass
SqmAny<T>
class
class
class
class
class
SqmCaseSimple<T,
R> class
class
SqmCoalesce<T>
class
class
Represents theSIZE()
function.class
SqmDistinct<T>
class
class
SqmEnumLiteral<E extends Enum<E>>
Specialized SQM literal defined by an enum reference.class
SqmEvery<T>
class
class
class
Effectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclass
SqmFunction<T>
A SQM functionclass
SqmHqlNumericLiteral<N extends Number>
Used to model numeric literals found in HQL queries.class
Acts as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)
).class
Special expression for the json_exists function that also captures special syntax elements like error behavior and passing variables.enum
Describes how anull
should be treated in a JSON document.enum
Specifies if ajson_objectagg
may aggregate duplicate keys.class
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.class
static final class
class
Special expression for the json_value function that also captures special syntax elements like error and empty behavior.class
SqmLiteral<T>
Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etcclass
Represents a reference to an embeddable type as a literal.class
Represents a reference to an entity type as a literal.class
class
Represents aSqmModifiedSubQueryExpression.Modifier.ALL
,SqmModifiedSubQueryExpression.Modifier.ANY
,SqmModifiedSubQueryExpression.Modifier.SOME
modifier applied to a subquery as part of a comparison.class
A named expression.class
Represents a named query parameter in the SQM tree.class
SqmOver<T>
class
SqmOverflow<T>
class
Entity type expression based on a parameter - `TYPE( :someParam )`class
Models a positional parameter expressionclass
class
A SQM set-returning functionclass
class
class
class
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.class
SqmTuple<T>
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z)
.class
class
class
class
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.class
Special expression for the xmlelement function that also captures special syntax elements like xmlattributes.class
static final class
class
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterface
SqmAttributeJoin<O,
T> Models a join based on a mapped attribute reference.interface
SqmFrom<L,
R> Models a SqmPathSource's inclusion in theFROM
clause.interface
SqmJoin<L,
R> interface
SqmTreatedAttributeJoin<L,
R, R1 extends R> Classes in org.hibernate.query.sqm.tree.from that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
SqmCrossJoin<T>
Stuff and thingsclass
SqmCteJoin<T>
class
class
SqmEntityJoin<L,
R> class
class
SqmRoot<E>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.insertModifier and TypeInterfaceDescriptioninterface
The general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
class
class
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.jpa
Classes in org.hibernate.query.sqm.tree.jpa that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
Base support forJpaSelection
impls.class
Base support forJpaTupleElement
impls -
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.predicate
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.predicateModifier and TypeInterfaceDescriptioninterface
interface
Contract for predicates that have a negated form, e.g.interface
Classes in org.hibernate.query.sqm.tree.predicate that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
class
class
class
Represents an expression whose type is boolean, and can therefore be used as a predicate.class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaCriteriaNode in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterface
Models any aliased expression.interface
Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.interface
Classes in org.hibernate.query.sqm.tree.select that implement JpaCriteriaNodeModifier and TypeClassDescriptionclass
class
Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.class
Represents an individual argument to a dynamic instantiation.class
class
A grouped list of queries connected through a certain set operator.class
SqmQueryPart<T>
Defines the ordering and fetch/offset part of a query which is shared with query groups.class
SqmQuerySpec<T>
Defines the commonality between a root query and a subquery.class
The semantic select clause.class
SqmSelection<T>
Represents an individual selection within a select clause.class
class
class
SqmSubQuery<T>
-
Uses of JpaCriteriaNode in org.hibernate.query.sqm.tree.update
Classes in org.hibernate.query.sqm.tree.update that implement JpaCriteriaNode