| On a related note, there is an interesting optimization going on in HCANN: https://github.com/hibernate/hibernate-commons-annotations/pull/9/files It's about avoiding un-boxing primitives when accessing field values via reflection, HV should benefit from this as well. But as this report is about String fields, it should not make a difference for the specific case. |