|
Issue is very similar to https://hibernate.atlassian.net/browse/HHH-4635.
The difference is that they have a MappedSuperclass (containing the @Lob) This results in the Lob column appearing somewhere in the middle of the columns in the insert clause, however the Clob parameter is last in the bindings.
|