Skip to content

Commit

Permalink
Expecting BasicPluralJavaType for array class [Ljava.util.UUID;, but …
Browse files Browse the repository at this point in the history
…got `com.vladmihalcea.hibernate.type.array.internal.UUIDArrayTypeDescriptor error with Hibernate 6.4 #698
  • Loading branch information
vladmihalcea committed Feb 8, 2024
1 parent 7a83d36 commit aa7cb65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ public void contribute(TypeContributions typeContributions, ServiceRegistry serv
contributeType(typeContributions, LongArrayType.INSTANCE, typeFilter);
contributeType(typeContributions, StringArrayType.INSTANCE, typeFilter);
contributeType(typeContributions, TimestampArrayType.INSTANCE, typeFilter);
contributeType(typeContributions, UUIDArrayType.INSTANCE, typeFilter);


/* Date/Time */
contributeType(typeContributions, PostgreSQLIntervalType.INSTANCE, typeFilter);
contributeType(typeContributions, PostgreSQLPeriodType.INSTANCE, typeFilter);
Expand Down

0 comments on commit aa7cb65

Please sign in to comment.