Joined: Tue Feb 24, 2004 11:35 am Posts: 9 Location: Sofia, Bulgaria
|
Hibernate version: JPA, 3.2.5.ga
Name and version of the database you are using:PostgreSQL v8.3.5 with JDBC v8.4devel Build 700
Is there any way to use PostgreSQL UUID type which is binary(16) and java.util.UUID in one annotated Entity Bean? When I try to do that I have the following exception:
ERROR [org.hibernate.util.JDBCExceptionReporter] ERROR: column "id" is of type uuid but expression is of type character varying
_________________ Regards,
Miro
|
|