I'm trying to persist the datetime of creation and update of entites (not relevent to versioning and concurrency) using fluent nhibernate.
To achieve this using nhibernate I would write this mapping tag:
<timestamp name="Timestamp" access="property" unsaved-value="null" />
How can I make fluent nhiberbate generate that mapping tag?