Uses of Class
org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
-
Packages that use SelfRenderingFunctionSqlAstExpression Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.sqm.function 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 SelfRenderingFunctionSqlAstExpression Modifier and Type Method Description SelfRenderingFunctionSqlAstExpression
TimestampaddFunction. expression(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments)
SelfRenderingFunctionSqlAstExpression
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 SelfRenderingFunctionSqlAstExpression Modifier and Type Method Description SelfRenderingFunctionSqlAstExpression
FunctionExpression. 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.function Modifier and Type Class Description class
SelfRenderingAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingWindowFunctionSqlAstExpression
Representation of a window function call in the SQL AST for impls that know how to render themselves.
-