Interface JpaWindowFrame

  • All Known Implementing Classes:
    SqmWindowFrame

    public interface JpaWindowFrame
    Common contract for a JpaWindow frame specification.
    • Method Detail

      • getKind

        FrameKind getKind()
        Get the FrameKind of this window frame.
        Returns:
        the window frame kind
      • getExpression

        jakarta.persistence.criteria.Expression<?> getExpression()
        Get the Expression of this window frame.
        Returns:
        the window frame expression