Using serializable in hibernate what underlying database types do i use.

Posted by joe90 on Stack Overflow See other posts from Stack Overflow or by joe90
Published on 2010-03-30T08:00:48Z Indexed on 2010/03/30 8:03 UTC
Read the original article Hit count: 218

Filed under:
|

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..

© Stack Overflow or respective owner

Related posts about serializable

Related posts about hibernate