Uses of Class
org.hibernate.query.sqm.tree.AbstractSqmNode
Packages that use AbstractSqmNode
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Implementation of the SPI for the runtime domain metamodel.
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 AbstractSqmNode in org.hibernate.dialect.function
Subclasses of AbstractSqmNode in org.hibernate.dialect.functionModifier and TypeClassDescriptionprotected static classprotected class -
Uses of AbstractSqmNode in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractSqmNode in org.hibernate.metamodel.model.domain.internal -
Uses of AbstractSqmNode in org.hibernate.query.sqm.function
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.functionModifier and TypeClassDescriptionclassclassclassclass -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.treeModifier and TypeClassDescriptionclassclassclass -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.cte
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.cte -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.delete
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.delete -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.domain
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.domainModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmFrom<O,T> Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<O,T> classclassAbstractSqmPluralJoin<O,C, E> classclassclassclassclassclassSqmBagJoin<O,E> classclassSqmCorrelatedBagJoin<O,T> classclassclassclassSqmCorrelatedMapJoin<O,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classclassSqmCteRoot<T>classclassclassclassclassReference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.classclassclassclassSqmListJoin<O,E> classSqmMapJoin<O,K, V> classSqmPluralPartJoin<O,T> classAn SqmPath for plural attribute pathsclassSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<O,T, S extends T> classSqmTreatedCrossJoin<T,S extends T> classSqmTreatedEmbeddedValuedSimplePath<T,S extends T> classSqmTreatedEntityJoin<T,S extends T> classSqmTreatedEntityValuedSimplePath<T,S extends T> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<O,K, V, S extends V> classSqmTreatedPluralPartJoin<O,T, S extends T> classSqmTreatedRoot<T,S extends T> classSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.expression
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.expressionModifier and TypeClassDescriptionclassclassCommon support for SqmParameter implsclassclassJpaParameterExpressioncreated via JPACriteriaBuilder.classModels a reference to aSqmAliasedNodeused in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional refclassSqmAny<T>classclassclassclassclassSqmCaseSimple<T,R> classclassSqmCoalesce<T>classclassRepresents theSIZE()function.classSqmDistinct<T>classclassSqmEnumLiteral<E extends Enum<E>>Specialized SQM literal defined by an enum reference.classSqmEvery<T>classclassEffectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclassSqmFunction<T>A SQM functionclassSqmHqlNumericLiteral<N extends Number>Used to model numeric literals found in HQL queries.classActs as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)).classSqmLiteral<T>Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etcclassRepresents a reference to an embeddable type as a literal.classRepresents a reference to an entity type as a literal.classclassRepresents aSqmModifiedSubQueryExpression.Modifier.ALL,SqmModifiedSubQueryExpression.Modifier.ANY,SqmModifiedSubQueryExpression.Modifier.SOMEmodifier applied to a subquery as part of a comparison.classRepresents a named query parameter in the SQM tree.classSqmOver<T>classSqmOverflow<T>classEntity type expression based on a parameter - `TYPE( :someParam )`classModels a positional parameter expressionclassclassclassclassclassNeeded to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.classSqmTuple<T>A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z).classclassclassclassIt is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.from
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.fromModifier and TypeClassDescriptionclassSqmCrossJoin<T>classSqmCteJoin<T>classclassclassSqmRoot<E> -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.insert
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.insertModifier and TypeClassDescriptionclassConvenience base class for InsertSqmStatement implementations.classclass -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.jpa
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.jpaModifier and TypeClassDescriptionclassBase support forJpaSelectionimpls.classBase support forJpaTupleElementimpls -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.predicate
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.predicateModifier and TypeClassDescriptionclassclassclassclassRepresents an expression whose type is boolean, and can therefore be used as a predicate.classclassclassclassclassclassclassclassclassclassclassclass -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.select
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.selectModifier and TypeClassDescriptionclassclassRepresents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.classclassThe semantic select clause.classSqmSelection<T>Represents an individual selection within a select clause.classclassSqmSubQuery<T> -
Uses of AbstractSqmNode in org.hibernate.query.sqm.tree.update
Subclasses of AbstractSqmNode in org.hibernate.query.sqm.tree.update