I know one of the breaking changes with NHibernate 2.* is that the NHibernate.Nullables are no longer supported. Therefore, what do you use in your mapping file to map the n
DateTime?
all on its own.not-null="false"
) unless you tell it otherwise.If you really want, it should be something like ...