Class TQPropertyBase<R>

    • Constructor Detail

      • TQPropertyBase

        public TQPropertyBase​(String name,
                              R root)
        Construct with a property name and root instance.
        Parameters:
        name - the name of the property
        root - the root query bean instance
    • Method Detail

      • asc

        public R asc()
        Order by ascending on this property.
      • desc

        public R desc()
        Order by descending on this property.