Uses of Class
org.hibernate.query.sqm.FrameMode
Packages that useFrameMode Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.Uses ofFrameMode inorg.hibernate.query.sqm
Methods inorg.hibernate.query.sqm that returnFrameMode Modifier and Type Method Description staticFrameModeFrameMode. valueOf(String name)Returns the enum constant of this type with the specified name.staticFrameMode[]FrameMode. values()Returns an array containing the constants of this enum type, inthe order they are declared.Uses ofFrameMode inorg.hibernate.query.sqm.tree.expression
Methods inorg.hibernate.query.sqm.tree.expression that returnFrameMode Modifier and Type Method Description FrameModeSqmWindow. getMode()Constructors inorg.hibernate.query.sqm.tree.expression with parameters of typeFrameMode Constructor Description SqmOver(SqmExpression<T> expression,List<SqmExpression<?>> partitions,List<SqmSortSpecification> orderList,FrameMode mode,FrameKind startKind,SqmExpression<?> startExpression,FrameKind endKind,SqmExpression<?> endExpression,FrameExclusion exclusion)SqmWindow(NodeBuilder nodeBuilder,List<SqmExpression<?>> partitions,List<SqmSortSpecification> orderList,FrameMode mode,FrameKind startKind,SqmExpression<?> startExpression,FrameKind endKind,SqmExpression<?> endExpression,FrameExclusion exclusion)Uses ofFrameMode inorg.hibernate.sql.ast.spi
Methods inorg.hibernate.sql.ast.spi with parameters of typeFrameMode Modifier and Type Method Description protected voidAbstractSqlAstTranslator. visitOverClause(List<Expression> partitionExpressions,List<SortSpecification> sortSpecifications,FrameMode mode,FrameKind startKind,Expression startExpression,FrameKind endKind,Expression endExpression,FrameExclusion exclusion, boolean orderedSetAggregate)Uses ofFrameMode inorg.hibernate.sql.ast.tree.expression
Methods inorg.hibernate.sql.ast.tree.expression that returnFrameMode Modifier and Type Method Description FrameModeOver. getMode()Constructors inorg.hibernate.sql.ast.tree.expression with parameters of typeFrameMode Constructor Description Over(Expression expression,List<Expression> partitions,List<SortSpecification> orderList,FrameMode mode,FrameKind startKind,Expression startExpression,FrameKind endKind,Expression endExpression,FrameExclusion exclusion)