Postgresql UUID supported by Hibernate?

前端 未结 5 1381
悲哀的现实
悲哀的现实 2020-11-27 07:28

I can\'t get Hibernate working with java.util.UUID for PostgreSQL.

Here is the mapping using javax.persistence.* annotations:

private UUID itemUuid;
         


        
5条回答
提交回复
热议问题