| The attached application has a binary[] field that is properly mapped as longblob, but a class that should be serialized to the database as a longblob but is mapped as tinyblob. The @Lob annotation defines a large object, should be mapped to a longblob or at least as a blob. See instructions on how to run this code at: https://hibernate.atlassian.net/browse/HHH-10402 |