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 6730791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:27:04+00:00 2026-05-26T10:27:04+00:00

I look through the internet and I didnt find yet an answer for my

  • 0

I look through the internet and I didnt find yet an answer for my question. Should be pretty easy:

class Parent {
  String name
  Child child
}

When I have a child object, how can I get the Parent by it?
like:

def Parent = Parent.findByChild(child)

How am I able to get a Parent object by it child?

thanks

  • 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-26T10:27:04+00:00Added an answer on May 26, 2026 at 10:27 am

    Where have you looked?

    Are these domain classes? If so, then you can connect them via has_many and belongs_to:

    class Parent {
        String name
        List children
        static has_many = [ children: Child ]
    }
    
    class Child {
       static belongs_to = [ parent: Parent ]
    }
    

    Then you can just write child.parent

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

Sidebar

Related Questions

I searched through internet and this site as well but haven't found the answer.
I had a look through the documentation on the Wiki, but it seems a
Is there a way to look through the cache for all objects in the
I am using c++ to look through 256 counts and write the ASCII representative
I've had a quick look through telerik's documentation and a search on here hasn't
I've got a function here that is meant to look through a list of
I am working with cocos2d + box2d and as I look through the 'Hello
I look up a lot through this problem while i saw many post abt
The mail go through fine but the links look like this: x-msg://63/'www.something.com/' $from_user =
I'm trying to grep through a bunch of files in nested subdirectories to look

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.