Hi,

I can't set a custom type for Id, any particular reason why this is the
case?

Id like to write something like:

public sealed class ItemMap : ClassMap<Item> {
        public ItemMap () {
            WithTable("Items");
            Id(x => x.Id).*CustomTypeIs*
(typeof(MyCustomUserType).GeneratedBy.Assigned();
            ....
        }
}

I assume there is some fundamental reason behind this and I'm new to
nhibernate.. could anyone shed any light?

Thanks,

Damian

--~--~---------~--~----~------------~-------~--~----~
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