Tuesday, November 13, 2007

What is going on with NHibernate 2.0?

Ayende and Fabio Maulo are still porting some cool features, are here's the state of the nation.

From the new features, I've particularly liked:

  • CriteriaTransformer - allows to clone and transform ICriteria and DetachedCriteria.
  • Multi Criteria - the companion to Multi Query
  • tables - allowing to compose a single entity from several tables.
  • Events, Actions and Listeners - this is a very big feature, and it extends the way you can work with NHibernate in very deep ways. Think of it like the interceptor++.
  • - like , but with union instead of joins
The slow warm-up doesn't seem to be addressed for now...

No comments:

Post a Comment