Uses of Class
org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
Packages that use SelfRenderingFunctionSqlAstExpression
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.An SPI for defining, registering, and rendering functions in HQL.
-
Uses of SelfRenderingFunctionSqlAstExpression in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that return SelfRenderingFunctionSqlAstExpressionModifier and TypeMethodDescriptionTimestampaddFunction.expression
(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments) TimestampdiffFunction.expression
(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments) -
Uses of SelfRenderingFunctionSqlAstExpression in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast that return SelfRenderingFunctionSqlAstExpressionModifier and TypeMethodDescriptionFunctionExpression.resolve
(QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) -
Uses of SelfRenderingFunctionSqlAstExpression in org.hibernate.query.sqm.function
Subclasses of SelfRenderingFunctionSqlAstExpression in org.hibernate.query.sqm.functionModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a window function call in the SQL AST for impls that know how to render themselves.