NHibernate is an open source object-relational mapper (ORM) for the .NET framework.
Can anyone explain in simple words what First and Second Level caching in Hibernate are?
nhibernate hibernateNow, before you say it: I did Google and my hbm.xml file is an Embedded Resource. Here is the …
c# .net nhibernateI have a HQL query that can generate either an IList of results, or an IEnumerable of results. However, I …
c# nhibernateWhat's the Hi/Lo algorithm? I've found this in the NHibernate documentation (it's one method to generate unique keys, section 5.1.4.2), …
database algorithm nhibernate hibernate hiloI'm writing an integration test where I will be inserting a number of objects into a database and then checking …
c# .net nhibernate transactions transactionscopeI notice sometimes with my parent/child objects or many-to-many relationships, I need to call either SaveOrUpdate or Merge. Usually, …
nhibernate sessionIs there any way to do the following in HQL: SELECT case when flag = true then SUM(col1) else SUM(…
nhibernate hibernate hqlNot sure how I can fix this, trying to do a unit test on the method "GetByTitle" Here are my …
c# nhibernate nunit resharper moqOne of the things that get me thoroughly confused is the use of session.Flush,in conjunction with session.Commit, …
.net session nhibernate flushI've seen some examples in which decimal is used in NHibernate projects for mapping to whole number columns in Oracle. …
c# oracle nhibernate oracle10g nhibernate-mapping