Uses of Interface
org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
-
Packages that use WindowFunctionExpression Package Description org.hibernate.query.sqm.function -
-
Uses of WindowFunctionExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement WindowFunctionExpression Modifier and Type Class Description class
SelfRenderingWindowFunctionSqlAstExpression
Representation of a window function call in the SQL AST for impls that know how to render themselves.
-