Hi,
I have created a maven project. Next, I added “hibernate facet” 3.3 and “spring facet”, and created connection to the database (via the driver postgresql-9.2-1003.jdbc4), created with postgresql 9.3.
when I try to make reverse engineering, i don’t have result when in the table there’s a column of type “character varying”.
I think that hibernate don’t recognize character varying like varchar e for this the reverse engineering don’t working.
Does anyone know how to fix it?