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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:21:54+00:00 2026-05-11T15:21:54+00:00

I have an Order mapping with many OrderItems. The mapping correctly saves both the

  • 0

I have an Order mapping with many OrderItems. The mapping correctly saves both the Order and OrderItems to the database when I do a save on just the Order, but when I reload that order, the List of OrderItems that the order contains is filled with null values (for all the othe order items in the table) until it reaches the OrderItem that has the Order’s foreign key. So the total count of null order items is the row count of the OrderItems table, (sans the actual order items that are related to the Order). Here’s my mappings:

Order:

<list name='OrderItems' table='OrderItems' cascade='all' inverse='true' >   <key column='OrderID'/>   <index column='OrderItemID' />   <one-to-many class='OrderItem' not-found='ignore' /> </list> 

OrderItem:

<many-to-one name='Order' class='Order' column='OrderID' not-null='true' /> 

Here’s the Order’s class implementation:

public class Order : {     private IList<OrderItem> orderItems = new List<OrderItem>(); 

I read that nHibernate doesn’t support Lists as the many part of a relationship, but the save works correctly, just not the load. Do I have to convert everything over to Sets in order for this to work?

  • 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-11T15:21:55+00:00Added an answer on May 11, 2026 at 3:21 pm

    Just of the top of my head I remember having problems with

    <list>  

    and resorted to

    <bag>  

    instead to map to the .NET IList interface. Not sure if that will solve your problem.

    What may be helpful is to look at how the actual SQL that is hitting the database is different from what you expect by enabling logging to console.out (see this blog)

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer there is a quick step-by-step in the Subversion FAQ: Shut… May 12, 2026 at 4:08 pm
  • Editorial Team
    Editorial Team added an answer An implementation of kbhit() for Linux is presented in Beginning… May 12, 2026 at 4:08 pm
  • Editorial Team
    Editorial Team added an answer Compared to what exactly? Prolog is really just the pre-eminent… May 12, 2026 at 4:08 pm

Related Questions

I'm running into a performance problem in my SQL using Hibernate's DetachedCriteria. I have
I basically have the classic many to many model. A user, an award, and
Currently I have database with the following associations: One Client to Many Intakes One
I have a new object with a collection of new objects within it on

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.