Uses of Interface
org.hibernate.sql.ast.tree.expression.FunctionExpression
Packages that use FunctionExpression
Package
Description
An SPI for defining, registering, and rendering functions in HQL.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
-
Uses of FunctionExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement FunctionExpressionModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a 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. -
Uses of FunctionExpression in org.hibernate.sql.ast.tree.expression
Subinterfaces of FunctionExpression in org.hibernate.sql.ast.tree.expressionModifier and TypeInterfaceDescriptioninterface
Models an aggregate function expression at the SQL AST level.interface
Models an ordered set-aggregate function expression at the SQL AST level.interface
Models a window function expression at the SQL AST level. -
Uses of FunctionExpression in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return FunctionExpressionConstructors in org.hibernate.sql.ast.tree.from with parameters of type FunctionExpressionModifierConstructorDescriptionFunctionTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, FunctionExpression functionExpression, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, boolean rendersIdentifierVariable, SessionFactoryImplementor sessionFactory) FunctionTableReference
(FunctionExpression functionExpression, String identificationVariable, List<String> columnNames, boolean lateral, boolean rendersIdentifierVariable, Set<String> compatibleTableExpressions, SessionFactoryImplementor sessionFactory)