You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Hibernate 6.5.3.Final with PostgreSQL, and I encountered an issue when trying to map a smallint[] column to a List in my entity. The following code results in the
It seems that ListArrayType does not support Short. Is there a workaround or plans to support Short in the future? Your guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I am using Hibernate 6.5.3.Final with PostgreSQL, and I encountered an issue when trying to map a smallint[] column to a List in my entity. The following code results in the
Error:
java.lang.Short is not supported yet!
It seems that ListArrayType does not support Short. Is there a workaround or plans to support Short in the future? Your guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: