Uses of Class
org.hibernate.sql.ast.tree.expression.Over
-
Packages that use Over Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of Over in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type Over Modifier and Type Method Description voidOracleSqlAstTranslator. visitOver(Over<?> over) -
Uses of Over in org.hibernate.dialect.function
Constructors in org.hibernate.dialect.function with parameters of type Over Constructor Description AggregateWindowEmulationQueryTransformer(Over<Object> windowFunction, List<SortSpecification> withinGroup, List<SqlAstNode> arguments) -
Uses of Over in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type Over Modifier and Type Method Description voidSqlAstWalker. visitOver(Over<?> over) -
Uses of Over in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type Over Modifier and Type Method Description voidAbstractSqlAstTranslator. visitOver(Over<?> over)voidAbstractSqlAstWalker. visitOver(Over<?> over)voidAggregateFunctionChecker. visitOver(Over<?> over)voidExpressionReplacementWalker. visitOver(Over<?> over)
-