Uses of Enum Class
org.hibernate.query.common.FrameExclusion
Packages that use FrameExclusion
Package
Description
Common APIs used internally, in the SQL tree,
in the dialects, and in the criteria query API.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing expressions in the SQM tree.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
-
Uses of FrameExclusion in org.hibernate.query.common
Methods in org.hibernate.query.common that return FrameExclusionModifier and TypeMethodDescriptionstatic FrameExclusion
Returns the enum constant of this class with the specified name.static FrameExclusion[]
FrameExclusion.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FrameExclusion in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type FrameExclusionModifier and TypeMethodDescriptionJpaWindow.frameExclude
(FrameExclusion frameExclusion) Set aFrameExclusion
for this window's frame. -
Uses of FrameExclusion in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return FrameExclusionMethods in org.hibernate.query.sqm.tree.expression with parameters of type FrameExclusionConstructors in org.hibernate.query.sqm.tree.expression with parameters of type FrameExclusionModifierConstructorDescriptionSqmOver
(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 of FrameExclusion in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type FrameExclusionModifier and TypeMethodDescriptionprotected void
AbstractSqlAstTranslator.visitOverClause
(List<Expression> partitionExpressions, List<SortSpecification> sortSpecifications, FrameMode mode, FrameKind startKind, Expression startExpression, FrameKind endKind, Expression endExpression, FrameExclusion exclusion, boolean orderedSetAggregate) -
Uses of FrameExclusion in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return FrameExclusionConstructors in org.hibernate.sql.ast.tree.expression with parameters of type FrameExclusionModifierConstructorDescriptionOver
(Expression expression, List<Expression> partitions, List<SortSpecification> orderList, FrameMode mode, FrameKind startKind, Expression startExpression, FrameKind endKind, Expression endExpression, FrameExclusion exclusion)