nhibernate customtype

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
bhood
Posts: 1
Joined: Sat 17 Mar 2012 00:31

nhibernate customtype

Post by bhood » Sat 17 Mar 2012 00:55

I have a custom type based on a nhibernate primitive type. How do I tell the model that I wish to use that type for a field so that it shows up in the mapping. For example custom type is EncryptedStringType.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 23 Mar 2012 14:15

Please set Type of your property to EncryptedStringType.

Post Reply