You don't need to load the references from the DB.
If you have the ID, session.Load<TheEntity>(theId)
returns a proxy for the requested entity and Id without going to the DB.
Diego Mijelshon
2010-10-13 21:44:08