Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7054163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:35:36+00:00 2026-05-28T03:35:36+00:00

Greetings, I would like to order eagerly fetched domain objects that another domain class

  • 0

Greetings, I would like to order eagerly fetched domain objects that another domain class owns in a 1:m relationship, but cannot figure how to do this. When I try with a simplified project, I get an error. Below are my attempts:

class Picture {
    String name

    static hasMany = [comments:Comment]
    static mapping = {
        comments(lazy:false, sort:'content', order:'desc')
    }
}

class Comment {
    String content
    Date dateCreated

    static belongsTo = [Picture]
}

Now, when testing how the record fetch with println Picture.get(1) as JSON, I get the following error:

java.sql.SQLException: Column not found: COMMENTS0_.CONTENT in statement [select comments0_.picture_comments_id as picture1_0_, comments0_.comment_id as comment2_0_ from picture_comment comments0_ where comments0_.picture_comments_id=? order by comments0_.content desc

Without sort:'content', order:'desc', the Comments are in random order but no error.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:35:36+00:00Added an answer on May 28, 2026 at 3:35 am

    I ended up doing the ordering after the list of children was already fetched, at the time I need them in the code. Something like this:

    def sortedComments = myPicture.comments.sort{it.content}.reverse()
    

    Has the advantage of allowing unlimited sorting configurations as needed, as opposed to only one as retrieved by default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings. I would like to have my application have a function so that when
Greetings, I would like to use EF4 but I only have Visual studio 2010
Greetings, Would like to know if we need to explicitly free the string allocated
Greetings, I would like to ask if creating Singleton to have only one active
Greetings, in my asp.net mvc application what i would like to do is to
greetings, today i have started to learn java using netbeans ide. i would like
Greetings, In my page I would like to display a google map with the
Greetings, I would like to include CASE Statement inside my where statement as follows:
Greetings everyone, i would just like to ask how do i retrieve data rows
Greetings, I would like to place an image over a surfaceview. However I would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.