hi there,
I want to use a CustomType to implement the Oracle NVARCHAR/NCHAR/NCLOB datatype behaviour.
(which requires a special call before inserting/updating unicode characters - for details see
http://forum.hibernate.org/viewtopic.ph ... t=nvarchar).
What class do I need to extend?
I found the description of the CustomType class in the docs, but it seems to be designed for use with polymorphistic relationships primarily.
How can I register an additional sql-type into Hibernate and use this sql-type in my hbm files?
thx alot
johannes