Christian Beikov FYI when the default DDL type is used the problem is similar to https://hibernate.atlassian.net/browse/HHH-16166 , since the two subclasses have the same attribute name (property) but different types we try to read the JSON with the first of the two types when querying using the superclass. |