Interface Expression


  • @Deprecated
    public interface Expression
    Deprecated.
    since 10.1. See deprecation note on QueryBuilder.
    Since:
    8.0
    Author:
    anistor@redhat.com
    • Method Detail

      • param

        static Expression param​(java.lang.String paramName)
        Deprecated.
      • property

        static Expression property​(java.lang.String attributePath)
        Deprecated.
      • count

        static Expression count​(java.lang.String attributePath)
        Deprecated.
      • sum

        static Expression sum​(java.lang.String attributePath)
        Deprecated.
      • avg

        static Expression avg​(java.lang.String attributePath)
        Deprecated.
      • min

        static Expression min​(java.lang.String attributePath)
        Deprecated.
      • max

        static Expression max​(java.lang.String attributePath)
        Deprecated.