I am using Oracle 9i DB.
The Hibernare reverse engineer files mapping Oracle nvarchar2 with serializable data type.
I want navarchar2 to be mapped with hibernate string.
I tried by writing own dialect class which extends Oracle9iDialect and referred that in hibernate configuration file, but it is not working out. still rev-eng file generating mapping and pojo with serializable data type only.
Any of you undergone this issue and got solution please let me know.
My email id is:
hameemmohamedmohideen.m@cognizant.com