Using the standard NHibernate example of Cats and Kittens, how would I use ICriteria to sort Cats based on Kitten count? For example, I want to do something like:
See http://forum.hibernate.org/viewtopic.php?p=2401219
It's Java Hibernate but almost the same thing (Projection, AddOrder)