I can\'t get Hibernate working with java.util.UUID for PostgreSQL.
Here is the mapping using javax.persistence.* annotations:
private UUID itemUuid;
Solution for someone who don't use JPA.
Before:
After: