Class QQuery

    • Constructor Detail

      • QQuery

        public QQuery()
      • QQuery

        public QQuery​(Transaction a_trans,
                      QQuery a_parent,
                      java.lang.String a_field)
    • Method Detail

      • sortBy

        public Query sortBy​(java.util.Comparator comparator)
        Description copied from interface: Query
        Sort the resulting ObjectSet by the given comparator.
        Specified by:
        sortBy in interface Query
        Parameters:
        comparator - The comparator to apply.
        Returns:
        this Query object to allow the chaining of method calls.