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

The Archive Base Latest Questions

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

I use ASP.Net with NHibernate accessing a Pgsql database. For some of our Objects,

  • 0

I use ASP.Net with NHibernate accessing a Pgsql database.

For some of our Objects, we use NHibernate bags, which map to List objects in our application. Sometimes we have issues with needing to refresh the objects through NHibernate when we update anything to do with the lists in the database.

<bag name='Objects' inverse='true' lazy='true' generic='true' >    <key column='object_id' />    <one-to-many class='Object' /> </bag> 

Above is a sample of the code I use for our bags.

I was wondering if anyone else came across this issue anywhere, and what you do to work around it?

  • 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. 2026-05-10T16:31:14+00:00Added an answer on May 10, 2026 at 4:31 pm

    Have you tried NHibernate cascades, such as save-update?

    You are able to tell NHibernate to automatically traverse an entity’s associations, and act according to the cascade option. For instance, adding an unsaved entity to a collection with save-update cascade will cause it to be saved along with its parent object, without any need for explicit instructions on our side.

    Here is what each cascade option means:

    • none – do not do any cascades, let the users handle them
    • save-update – when the object is saved/updated, check the associations and save/update any object that requires it (including save/update the associations in many-to-many scenario).
    • delete – when the object is deleted, delete all the objects in the association.
    • delete-orphans – when the object is deleted, delete all the objects in the association. In addition to that, when an object is removed from the association and not associated with another object (orphaned), also delete it.
    • all – when an object is saved/updated/deleted, check the associations and save/update/delete all the objects found.
    • all-delete-orphans – when an object is saved/updated/deleted, check the associations and save/update/delete all the objects found. In addition to that, when an object is removed from the association and not associated with another object (orphaned), also delete it.

    More info here: NHibernate Cascades: the different between all, all-delete-orphans and save-update

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

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer protected void Reload_Click(object sender, EventArgs e) { HttpRuntime.UnloadAppDomain(); } protected… May 11, 2026 at 11:49 pm
  • Editorial Team
    Editorial Team added an answer Are you defining this xaml code in generic.xaml or in… May 11, 2026 at 11:49 pm
  • Editorial Team
    Editorial Team added an answer Try windowComplete instead of creationComplete. Also: [If] you are trying… May 11, 2026 at 11:49 pm

Related Questions

I'm getting back into .NET development after a couple years and it seems that
I'm currently planning the infrastructure for my future web project. I want to go
I am fairly new to nHibernate and DDD, so please bear with me. I
I use NHibernate in my ASP.NET application to connect to an MS SQL Server

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.