|
And the definition of DescriptionEntity? Essentially show me the class that defines the identifier. Because at the moment it looks like Hibernate sees the field as Serializable (and hence VARBINARY) rather than your mapped type hints. I suspect the problem is that your MappedSuperclass defines the @Id on the getter which is then just a user error in how you are mapping things.
But that would be in no way database specific.
|