nhibernate « Version « JPA Q&A





1. NHibernate: a reverse version of in()?    stackoverflow.com

I 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.com

So 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 ...

4. Question on 1.2.0.CR1 version of NHibernate    forum.hibernate.org

Hi, 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 ...