I am a little confused about Hibernate's projections and criteria. When to use projections and when to use criteria?
hibernate hibernate-criteria nhibernate-projectionsAs a new user of nHibernate and its utility library, fluent nhibernate, I am trying to learn enough to be …
c# nhibernate nhibernate-projectionspublic class SearchText { public virtual int Id { get; set; } public virtual string Text { get; set; } } public class SearchTextLog { public virtual …
nhibernate criteria aggregate nhibernate-projections