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

  • Home
  • SEARCH
  • 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 757777
In Process

The Archive Base Latest Questions

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

Simple question: does it matter which side of a bidirectional many-to-many relationship you set

  • 0

Simple question: does it matter which side of a bidirectional many-to-many relationship you set as the inverse in NHibernate? And if so, what are the implications of setting it on one end vs. the other?

Some more clarification: I’m setting both sides of the relationship:

Parent.Children.Add(child);
Child.Parents.Add(parent);

In a case like this, does it matter which side I mark as inverse?

  • 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-14T15:24:10+00:00Added an answer on May 14, 2026 at 3:24 pm

    Yes it matters, changes made only to the inverse end of the association are not persisted

    You may check nhibernate documentation for further details. Here you have the link:

    http://www.nhforge.org/doc/nh/en/#collections-bidirectional

    EDIT

    My answer doesn’t change with your addition, but I’ll try to explain it better 🙂

    if you set Parent.Children with inverse = true you need to save Child object in order to save the relation. If you ONLY save Parent then the relation won’t be saved

    if you set Child.Parent with inverse = true you need to save Parent object in order to save the relation. If you ONLY save Child then the relation won’t be saved

    category.Items.Add(item);  // The category now "knows" about the relationship
    item.Categories.Add(category);  // The item now "knows" about the relationship
    
    session.Update(item);    // No effect, nothing will be saved!
    session.Update(category);    // The relationship will be saved
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just a simple question, but does the order of your index matter when it
Simple question - what does this actually do? var oq = (ObjectQuery<TEntity>)L2EQuery; return ExecuteFirstorDefault<TEntity>(oq,
Simple question, to repeat the title: Does closing the WinForms application stops all active
Simple question: do I have to delete or delete [] c ? Does the
Very simple question. What does the term 'seeding' mean in general? I'll put the
I'm embarrassed to ask such a simple question. My term does not start for
Simple question, but one that I've been curious about...is there a functional difference between
Possible Duplicate: Javascript === vs == : Does it matter which “equal” operator I
It's a simple question, but no matter where I look, I can't seem to
it's just a simple question: I have a layout file which is presented as

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.