Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Working with UUID

Hi,
After spending several hours of googling about EclipseLink JPA support for UUID (PostgreSQL) I couldn't find much resources.
There was one solution mentioned here: https://github.com/ancoron/pg-inet-maven/wiki/Support-custom-data-types-in-EclipseLink
The problem is that if I define some entities with an UUID type id and point to them with a ManyToOne relationship from another entity it won't work.
Any information on how to map Postgres uuid type to Java UUID type will be appreciated.
Thanks in advance,
  Avner


Back to the top