hibernate - could not execute statement; SQL [n/a] - saving nested object
I solved the problem by adding setting
@Column(name = "commission_fee_info", columnDefinition = "LONGVARBINARY")
as annotation for the field commisionFeeInfo
in the class Listing