Hi.
NHibernate 3.2.0 Alpha2 was released.

One news is the paging support in HQL (especially useful for paged
subqueries):
from Person p skip 50 take 25

The mapping by code still not complete... things like composite-id and
dynamic-components are not supported but if you don't need it you can use
the new API instead write XML.
The mapping-by-code and the XML can be used together without problem, and
the API uses the same syntax of XML mapping, so you can use the same
documentation.
The main difference is the time of the start-up, the mapping by code is a
lot faster.

Don't forget to read the releasenotes.txt and see you here or in the JIRA.

The 3.2.0Alpha1 had more than 1000 downloads, between SourceForge and NuGet,
in one week.
Thanks for your support.
-- 
Fabio Maulo

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to