Uses of Class
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
Packages that use AbstractSqmExpression
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.
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 logical predicates in the SQM tree.
Nodes representing
select
statements in the SQM tree.-
Uses of AbstractSqmExpression in org.hibernate.dialect.function
Subclasses of AbstractSqmExpression in org.hibernate.dialect.functionModifier and TypeClassDescriptionprotected static class
protected class
-
Uses of AbstractSqmExpression in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractSqmExpression in org.hibernate.metamodel.model.domain.internal -
Uses of AbstractSqmExpression in org.hibernate.query.sqm.function
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.functionModifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractSqmExpression in org.hibernate.query.sqm.tree.domain
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.tree.domainModifier 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
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 AbstractSqmExpression in org.hibernate.query.sqm.tree.expression
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.tree.expressionModifier and TypeClassDescriptionclass
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
SqmCoalesce<T>
class
class
Represents theSIZE()
function.class
SqmEnumLiteral<E extends Enum<E>>
Specialized SQM literal defined by an enum reference.class
SqmEvery<T>
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.class
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.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
class
class
class
SqmTuple<T>
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,(x, y, z)
.class
class
Special expression for the xmlelement function that also captures special syntax elements like xmlattributes.class
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND -
Uses of AbstractSqmExpression in org.hibernate.query.sqm.tree.from
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.tree.fromModifier and TypeClassDescriptionclass
SqmCrossJoin<T>
Stuff and thingsclass
SqmCteJoin<T>
class
class
SqmEntityJoin<L,
R> class
class
SqmRoot<E>
-
Uses of AbstractSqmExpression in org.hibernate.query.sqm.tree.predicate
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.tree.predicateModifier 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 AbstractSqmExpression in org.hibernate.query.sqm.tree.select
Subclasses of AbstractSqmExpression in org.hibernate.query.sqm.tree.select