@OrderBy("name ASC") List <Foo> fooList;; Sorting the entity containing the collection: String jql = "Select b from Bar as b order by b.id" ...
確定! 回上一頁