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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:05:12+00:00 2026-05-12T21:05:12+00:00

I have a parent to child relationship. My problem is, when I access the

  • 0

I have a parent to child relationship.

My problem is, when I access the child object, and afterward flushes the session, NHibernate automatically UPDATE’s the child objects with the same values (no differences).

This will issue an update of the child:

Response.Write(Profile.ProfilePicture.Filename);
_session.Flush();

Can anyone see why this happens? I of course don’t want to update the child in this scenario.

Here is my hibernate mapping:

Parent:

<class name="Business.Domain.Profile, Business" table="Profiles">  
    <id name="Id" type="int">
      <generator class="native" />
    </id>
    <property name="Username" type="string" length="100" />
    <property name="Password" type="string" length="200" />
    <property name="Email" type="string" length="150" />
    <property name="CreatedDate" generated="insert" />
    <property name="LastLoginDate" />
    <property name="LastActivityDate" />
    <property name="Firstname" type="string" length="50" />
    <property name="Lastname" type="string" length="50" />
    <property name="Fullname" formula="Firstname + ' ' + Lastname" />
    <property name="Gender" not-null="true" type="int" />
    <property name="Description" not-null="false" type="string" />

    <many-to-one
      name="ProfilePicture" 
      column="ProfilePictureId" 
      class="Business.Domain.Picture, Business" />

    <set name="Pictures" generic="true" inverse="true" cascade="all-delete-orphan">
      <key column="ProfileId" />
      <one-to-many class="Business.Domain.Picture, Business"/>
    </set>
  </class>

Child:

  <class name="Business.Domain.Picture, Avando.Business" table="Pictures">
    <id name="Id" type="int">
      <generator class="native" />
    </id>
    <property name="Filename" type="string" />
    <property name="CreatedDate" type="DateTime" generated="insert" />

    <many-to-one
      name="Profile"
      column="ProfileId"
      class="Business.Domain.Profile, Business"
      not-null="true" />    
  </class>
  • 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-12T21:05:12+00:00Added an answer on May 12, 2026 at 9:05 pm

    I sorted this out my self.

    The update happend because of the property:

    Is actually an enum 🙂

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

Sidebar

Related Questions

I have db table with parent child relationship as: NodeId NodeName ParentId ------------------------------ 1
I have a LINQ-to-SQL DataContext that represents a parent-child relationship of Products to Prices.
I have a large result set assembled in a parent/child relationship. I need to
I have a table which defines a child-parent relationship between nodes: CREATE TABLE node
I have a parent object which has a one-to-many relationship with an ISet of
I have parent/child relationship set up via Node Reference. A Child record can have
I have the following table relationship in my database: Parent / \ Child1 Child2
When you have parent-child tables and you wish to use a DetailsView to edit
I have written some CSS which targets elements using the parent > child selector.
Lets say I have two tables - child and parent with many-to-one relation. What

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.