0
|
user2989397 · 技术社区 · 1 年前 |
![]() |
1
1
根据
https://docs.jboss.org/hibernate/orm/6.3/introduction/html_single/Hibernate_Introduction.html
如果您更改:
您可以让hibernate理解它是一个varchar列。 |
![]() |
2
0
我认为您应该为此使用自定义转换器。
我举了一个例子
和 您应该更换
具有
它应该看起来像:
这是一个 reference |