Top "Nhibernate-projections" questions

When to use Hibernate projections?

I am a little confused about Hibernate's projections and criteria. When to use projections and when to use criteria?

hibernate hibernate-criteria nhibernate-projections
Can someone better explain what 'Projections' are in nHibernate?

As a new user of nHibernate and its utility library, fluent nhibernate, I am trying to learn enough to be …

c# nhibernate nhibernate-projections
NHibernate Criteria select items by the group by and sum of itemid within another table

public class SearchText { public virtual int Id { get; set; } public virtual string Text { get; set; } } public class SearchTextLog { public virtual …

nhibernate criteria aggregate nhibernate-projections