Browsing All Posts published on »June, 2007«

No Dialect mapping for JDBC type: 7

June 10, 2007

5

Recently i got this error while working with Postgres and Hibernate. I had written a SQL query to retrieve data from a table using left outer join. The unit tests on HSQLDB work fine however Hibernate complained with the error org.hibernate.MappingException: No Dialect mapping for JDBC type: 7 Ideally it can be solved with something […]