NHibernate Query Generator Updates

time to read 1 min | 107 words

I just added support for <componet> and <dynamic-component> (in the SVN only, for now).

I'm considerring adding support for projections and the new expressions in NHibernate 1.2, any suggestions? I though about something like:

Projections.Blog.Posts.Count

And:

Projections.Blog.Date.Max

Suggestions?