Linq to NHibernate: how to query on a property without setter

Recently I’ve started to play with Linq to NHibernate and I have to say it work pretty well for the scenarios I’m facing. It also helped me to ‘re-learn’ some things on NHibernate I usually forget. Let’s consider the case in which we have a cl...