| Serializable + @Lob is not currently supported. This cannot be a bug. You are asking for it to be supported, that would be a feature/improvement. That said you can force Hibernate to use a blob, mediumblob or longblob using @Column to indicate a size. If you want to store as longblob give a value greater than 16777215. |