1.3 - NHibernate Templates

Topic updated 29-10-2008

 

The most important changes is that the Templates now have an option to select between NHibernate v1.2 and NHibernate v2.0.

 

ERS#4254 : The templates not longer reference the ActiPro dlls. We could not give the source away if the reference was still there, our customers would not be able to compile (license).

 

ERS#4266 : TableTemplate incorrectly overriding GetDesigner()

This caused only the Template options to be visibile but the Template Tree was not there. We could not access Unit Test Template options for example.

 

The Templates exposed an option to turn OFF IPropertyChanged in the POCO class. This option was not fully removing the code. The interface was still added to the class.

 

 

NOW USING NHibernate 2.0 GA
Bug: fixed exception when DLL cant be found (in disk) based on the info provided by the GAC location.
ERS#4316: GetBy method More Details... could create invalid ICriteria syntax
oIf the DBName does not match with the property name then the GetBy method will not work because of incorrect criteria syntax.
ERS#4318: Custom Generator class is now supported.
ERS#4320: WinFormSessionManagement, The generated code for ThreadStatic was not correct.

 

 

New Features

 

XML NHibernate Generator is now configurable.
New Option to turn OFF the GenWise Attributes.
New Option to turn OFF serializable attributes.