开发者

Using serializable in hibernate what underlying database types do i use

开发者 https://www.devze.com 2022-12-25 05:30 出处:网络
I need to use a serializable type in hibernate (to store a Subject (security)) All this works fine. I just need to know what the underlying database types are for the following databases:

I need to use a serializable type in hibernate (to store a Subject (security)) All this works fine.

I just need to know what the underlying database types are for the following databases:

  • MSSQL - I used 'image'
  • db2 -
  • postgre -
  • mysql -

Thanks.开发者_运维知识库.


I'd say:

  • MSSQL - I used 'image'
  • db2 - BLOB(2G)
  • postgre - bytea
  • mysql - One of the BLOB types
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号