uNHAddins: UnOfficial NHibernate AddIns
Fabio Maulo, with who I got the honor of moderate NHibernate-Hispano, put to our disposition this new project calls uNHAddIns. UnOfficial NHibernate Add-Ins provide resources to interactuate with NHibernate, it’s like Contrib package. For now, and just for now, we can use this cool features:
- DetachedCriteria,
- DetachedQuery
- DetachedDynQuery
- Paginator.
DetachedQuery it’s the brother of DetachedCriteria, and doesn’t exists at NHibernate yet. DetachedCriteria it’s at NHibernate long ago, but there was not something similar for HQL. DetachedQuery/DetachedCriteria, it’s usefull to use in places where we don’t have a Session. It’s a good method to retardate until the last moment the association with the query and this help to play a lot at Generics DAOs implementations and their inheritances. Resources:
- Project Site
- Wiki
- Discussion group of uNHAddIns
- LesTroisMousquetaires:DetachedCriteria,DetachedQuery y DetachedDynQuery
- Downloads
Forward I gonna make some post about uNHAddIns, for questions visit the group.
tweets
Recent Posts
- How To: Configure Access Control Service on Windows Azure
- Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Authorizable content with Razor
- NHibernate Validator on GitHub
- NHibernate Validator 1.3.1 GA
- NHibernate Validator 1.2 Beta3 released
- NHibernate Validator 1.2 Beta2 released
- jqGrid + Linq + Asp.Net MVC example
- Asp.net MVC: Testing a custom Authorize filters
- NHibernate Validator Quickstart
Recent Comments
- Dario on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Steve C on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Quang on StatelessSession: NHibernate without first-level cache
- Luis Fernando on NHibernate Validator 1.3.1 GA
- Daniel on NHibernate – Bulk Manipulation with SQL Native





Pingback: To a NHibernate 2.0 at Dario Quintana
Pingback: 3 layer Example of NHibernate + Spring.Net + AOP at Dario Quintana
Pingback: 3 layer Example of NHibernate + Spring.Net + AOP at Espacio de Dario Quintana
Pingback: NHibernate 3 and Autofac, can go together? (part 1) - Context is King