Hi, Trying to upgrade Hibernate from 4.3 to 5.0, I've stumbled into this issue:
I'm trying to use the same entity class to populate it using the ODM support from Spring LDAP. As far as I see, it tries to detect if it can convert the fields of the entity and it finds the ones added by the Hibernate enhancer and it throws an exception as it can't handle them. Looking at the detection code, it ignores synthetic fields, and, in my opinion, these fields should be marked as synthetic. Would that create any issues? |