According to the docs, the config property:
Can be overridden on a property level by using annotations:
Can be overridden locally using org.hibernate.annotations.JdbcType, org.hibernate.annotations.JdbcTypeCode, and friends.
While specifying a particular JdbcType class works as expected:
Specifying a JdbcType code - has no effect:
I will submit a test case for this one soon. |