Is the mapping shown below for the <id> element supported in Fluent
NHibernate (from Fabio Maulo's blog here:
http://fabiomaulo.blogspot.com/2009/05/nhibernate-versioning.html)?<class
name="Sample">
<id type="int"> <generator class="hilo"/> </id> <version name="Version"
access="backfield"/> <property name="Description"/> </class>
I need to do a class mapping for a value object and I can apparently get
away with not having a POID property on my VO class by using an <id> mapping
like the one above.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to