1. NHibernate: a reverse version of in()? stackoverflow.comI am trying to perform what I can only describe as the reverse version of IN() using the Nhibernate Criteria.. Rather than saying the value stored in the property is in the ... |
2. What is wrong with this HQL query in version 2.1.2.4 of NHibernate? stackoverflow.comSo the below hql query is throwing an Antlr.Runtime.NoViableAltException. I was able to determine that issue is with the member.LastName field in the order by clause. If remove member.LastName from the ... |
3. What version of NHibernate support MS SQL 2005? forum.hibernate.org |
4. Question on 1.2.0.CR1 version of NHibernate forum.hibernate.orgHi, We have started using the 1.2.0.CR1 version of NHibernate and have the following questions: 1) We gave the nullable data type like int?, bool? etc, in the entity file. On execution of cfg.AddAssembly("Assembly"), NHibernate complains saying: "could not interpret type: int?" Do we have to use Nullables.NHibernate.NullableXXXTypes type only or is there a way to use the basic .NET Nullable ... |