使用Hibernate时,如果要将@org.hibernate.annotations.Type(type="org.hibernate.type.PostgresUUIDType")
类型的字段映射到java.util.UUID
类型的PostgreSQL,可以使用uuid
标记JPA实体的字段。
EclipseLink中是否有这样的模拟? 通过编写自己的转换器(f.e。:http://www.enterprisedb.com/postgres-plus-edb-blog/richard-yen/4-steps-using-uuids-jpa-postgresql)找到解决方案并不方便。