Search code examples
nhibernateicriteria

Nhibernate ICriteria API Reference


Is there any good ICriteria API overview? Chapter 12 from the official NHibernate reference is too short and I still don't have clear view of the ICriteria usage.


Solution

  • The Criteria stuff in NHibernate is nearly identical to Hibernate (the Java version). Try broadening your search in that way.

    In fact, I use Java Persistence with Hibernate as a reference.