From what I understand, the ModelBindler binds a BasicAttribute using the bindSimpleValueType(..) method. The attributeSource.getTypeInformation() at this point misses the Lob information and is degraded to a simple string type. Looks like envers produce wrong attribute source type informations. I still need to do some reverse engineering … |