The problem is not saving but uploading/parameters.
Your DataProvider has strictly rules about which is the expected RDBMS-Type
for a Guid and, in general NH follows these rules.
For Oracle the Guid is:
DbType.Guid = RAW(16)

2010/3/5 Colin Bowern <[email protected]>

> 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]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>
>


-- 
Fabio Maulo

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

Reply via email to