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 TypeClassDescriptionclass
class
SqmEnumLiteral<E extends Enum<E>>
Specialized SQM literal defined by an enum reference.class
Effectively a query-literal but we want to handle it specially in the SQM to SQL AST conversionclass
SqmHqlNumericLiteral<N extends Number>
Used to model numeric literals found in HQL queries.class
Methods in org.hibernate.query.sqm.tree.expression that return SqmLiteralModifier and TypeMethodDescriptionSqmLiteral.copy
(SqmCopyContext context) static SqmLiteral<Date>
SqmExpressionHelper.dateLiteralFrom
(String literalText, SqmCreationState creationState) static SqmLiteral<Integer>
SqmExpressionHelper.integerLiteral
(int value, QueryEngine queryEngine) static SqmLiteral<Integer>
SqmExpressionHelper.integerLiteral
(String literalText, SqmCreationState creationState) static SqmLiteral<Integer>
SqmExpressionHelper.integerLiteral
(String literalText, QueryEngine queryEngine) static SqmLiteral<Time>
SqmExpressionHelper.timeLiteralFrom
(String literalText, SqmCreationState creationState) static SqmLiteral<Timestamp>
SqmExpressionHelper.timestampLiteralFrom
(String literalText, SqmCreationState creationState)