Uses of Class
org.hibernate.query.sqm.tree.expression.SqmLiteral
Packages that use SqmLiteral
Package
Description
Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing expressions in the SQM tree.
-
Uses of SqmLiteral in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmLiteralModifier and TypeMethodDescriptionSemanticQueryBuilder.visitPadCharacter(HqlParser.PadCharacterContext ctx) -
Uses of SqmLiteral in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmLiteral -
Uses of SqmLiteral in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmLiteralModifier and TypeMethodDescription<T> SqmLiteral<T>SqmCriteriaNodeBuilder.literal(T value) <T> SqmLiteral<T>SqmCriteriaNodeBuilder.literal(T value, SqmExpression<? extends T> typeInferenceSource) Methods in org.hibernate.query.sqm.internal with parameters of type SqmLiteral -
Uses of SqmLiteral in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmLiteral -
Uses of SqmLiteral in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmLiteral -
Uses of SqmLiteral in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte that return SqmLiteralModifier and TypeMethodDescriptionSqmCteStatement.getCycleLiteral()SqmCteStatement.getNoCycleLiteral() -
Uses of SqmLiteral in org.hibernate.query.sqm.tree.expression
Subclasses of SqmLiteral in org.hibernate.query.sqm.tree.expressionModifier and TypeClassDescriptionclassclassSqmEnumLiteral<E extends Enum<E>>Specialized SQM literal defined by an enum reference.classEffectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclassSqmHqlNumericLiteral<N extends Number>Used to model numeric literals found in HQL queries.classMethods in org.hibernate.query.sqm.tree.expression that return SqmLiteral