If a Customer has many Orders attached to them. How would you lazy load the Orders List using NHibernate.
Is it something that needs to be set up mapping file? any
To lazy-load a particular collection of an entity, use "lazy=true" on the collection mapping. For instance: