I would like to automatically add the following attributes to the 'class' element to NHibernate mapping file
optimistic-lock
Also I would like to automatically add the following child element to the 'class' element
<
Is there any way to do this during the generation time?
optimistic-lock="version"
lazy="false"
<version />