Uses of Class
org.hibernate.query.sqm.function.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
Modifier and TypeMethodDescriptionTimestampaddFunction.expression
(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments) TimestampdiffFunction.expression
(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments) -
Uses of SelfRenderingFunctionSqlAstExpression in org.hibernate.metamodel.mapping.ordering.ast
Modifier and TypeMethodDescriptionFunctionExpression.resolve
(QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) -
Uses of SelfRenderingFunctionSqlAstExpression in org.hibernate.query.sqm.function
Modifier 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.