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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:30:14+00:00 2026-05-27T15:30:14+00:00

I have oneToMany bidirectional relationship between User and Address. In yml file, do I

  • 0

I have oneToMany bidirectional relationship between User and Address. In yml file, do I need to specify the user_id field for Address entity? I did that and when I generated entity getters it didn’t create getUser() or setUser() instead getUserId() and setUserId()

  • 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-27T15:30:16+00:00Added an answer on May 27, 2026 at 3:30 pm

    On your Address entity you would have a $user field relating to a User entity, not user_id relating to an integer.

    Remember you are mapping in terms of entities with Doctrine, not SQL or relational database tables. Try to think in terms of your business model as much as possible, Doctrine will handle the rest and internally it will know to make a foreign key related to a user id in the address table.

    User mapping:

    oneToMany:
      addresses:
        targetEntity: Address
        mappedBy: user
    

    Address mapping

    manyToOne:
      user:
        targetEntity: User
        inversedBy: addresses
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a one way @OneToMany relationship between a Team and Player class. I
I have a book entity which has a OneToMany relationship set up to Document
I have a parent child relationship between 2 classes Parent @Entity @Table(name = PARENT)
I have items that can contain further items, therefore I need a @OneToMany relationship
I have a oneToMany relationship between Post and PostVote. I would like to be
In my app, I have the following @OneToMany relationship: @Entity public class ReservedLessons extends
I have a OneToMany relationship in an SQL Server database. When I add the
I have bi-directional relationship like this... Person.java public class Person{ @JsonIgnore @OneToMany(targetEntity=PersonOrganization.class, cascade=CascadeType.ALL, fetch=FetchType.EAGER,
If i have a @OneToMany relationship with @Cascade(CascadeType.SAVE_UPDATE) as follows public class One {
I have a simple @OneToMany between Person and Pet entities: @OneToMany(mappedBy=owner, cascade=CascadeType.ALL, fetch=FetchType.EAGER) public

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.