|
As the attached example shows, the column types of attributes in an element collection are wrong when a JPA 2.1 Converter is used. Hibernate uses the column type VARBINARY for these attributes when it should use the default column type of the convert target type.
In general, it seems that converters aren't applied for element collections.
|