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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:11:17+00:00 2026-05-24T21:11:17+00:00

I have a problem saving a graph of objects into database via NHibernate. Specifically,

  • 0

I have a problem saving a graph of objects into database via NHibernate. Specifically, I read the data from database, initialise the objects using the data, make changes to the objects, and try to save the object into database, via saveorupdate on the root report instance, in one transaction. The changes might include add, update, and delete operation to the objects.

I want to find out Whether or not Nhibernate be able to figure out what types of sql commands (ie, update, delete, insert) to generate, and the sequence to execute based on database foreign key constraints, all in one transaction.

Below is my code:

public class Report{
   public virtual int Id {get;set;}
   public virtual IList<Report> Children {get;set;}
   public virtual Report Parent {get;set;}
   public virtual IList<Parameter> Parameters {get;set;}
}

public class Parameter{
   public virtual int Id {get;set;}
   public virtual Report Report {get;set;}
}

A report can contains a collection of parameters, reports, and a parent report.

After initialised based on the data retrieved from database, changes are made to the graph of objects, and try to save it into database by using NHibernate Session.SaveOrUpdate() passing the root report instance. However, it throws exception, saying cannot insert null into id column.

Edit
I only want to find out if it is possible for NHibernate to generate sql commands (CRUD). I will open another question if I have problem in my code.

Any ideal would be very much appreciated.

  • 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-24T21:11:17+00:00Added an answer on May 24, 2026 at 9:11 pm

    You haven’t shown much code to go off of, but with Hibernate, generally speaking, all you have to do is:

    start transaction
    load your objects
    make whatever changes to the loaded objects
    commit transaction
    

    Note the lack of any calls to Save() or SaveOrUpdate(). After loading an object using a Hibernate Session, that object is still attached to the session, and any changes made to it will propagate back to the database upon commit. New objects added into an existing (persistent) graph will need to be saved, either directly by passing the object to Session.Save() or by having it cascade along a relationship.

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

Sidebar

Related Questions

I am using CakePHP framework with MySQL database and I have problem in saving
I have a problem with saving a huge amount of records to database using
I have a problem with saving data from Ext.data.DirectStore to server Here is my
I have problem with saving object to database with NHibernate. Program throws no error
We have a weird intermittent problem with saving from Word 2007 to our SharePoint
We have a problem with the Euro character when saving and retrieving it from
I have problem when I try insert some data to Informix TEXT column via
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
I have a small problem in saving data in a array. I want to
I am using Core data to enter song details in database. I have 3

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.