Is it possible to set the default order-by column to use in the NHibernate mapping file? Unless explicitly defined I want to order all specific entities by the Name column automatically.
I've seen that it can be done on collections but thats not what I'm after in this case.