[hibernate-issues] [JIRA] (HHH-11490) UUID mapped as GEOMETRY with PostGisDialect

Ulrich Knaack (JIRA) jira at hibernate.atlassian.net
Wed Jun 10 05:47:08 EDT 2020


Ulrich Knaack ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5ec50ef0b539580c28abcd5f ) *commented* on HHH-11490 ( https://hibernate.atlassian.net/browse/HHH-11490?atlOrigin=eyJpIjoiNWRkN2I4OTA3ODFiNDRmZTlmZGVjNzFlMGMzYjQyZjAiLCJwIjoiaiJ9 )

Re: UUID mapped as GEOMETRY with PostGisDialect ( https://hibernate.atlassian.net/browse/HHH-11490?atlOrigin=eyJpIjoiNWRkN2I4OTA3ODFiNDRmZTlmZGVjNzFlMGMzYjQyZjAiLCJwIjoiaiJ9 )

same issue with JDK 11, Hibernate 5.4.12 and PostgreSQl 12.
Replacing
{{
@Column(name = "ident")
@Type(type = "pg-uuid")
}}
with
@Column(name="ident", columnDefinition = "uuid" )

solved the problem for me.

( https://hibernate.atlassian.net/browse/HHH-11490#add-comment?atlOrigin=eyJpIjoiNWRkN2I4OTA3ODFiNDRmZTlmZGVjNzFlMGMzYjQyZjAiLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-11490#add-comment?atlOrigin=eyJpIjoiNWRkN2I4OTA3ODFiNDRmZTlmZGVjNzFlMGMzYjQyZjAiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100128- sha1:0213fc8 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200610/587bff30/attachment.html 


More information about the hibernate-issues mailing list