-
Sometimes it may be necessary to retrieve a nested component type of a class. NHibernate does not provide any direct solution for this, and the most obvious aproach using a projection does not work. Using regular HQL it is possible to retrieve a component, but in more advanced situations it can be a...