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.
+1
A:
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.
James L
2009-03-10 21:23:17