I have an existing database schema where GUID's are being stored inside an Oracle VARCHAR2(50 BYTE) field. In my domain object I am looking to expose this as a Guid. In Fluent NHibernate I don't see an IsCustomType method on the Id object so I am assuming that you can't specify a custom type formatter. How would I make this mapping work?
-- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
