Branch: refs/heads/6.0
Home:
https://github.com/hibernate/hibernate-search
Commit: 02ebab12894149e0491bfd133f1e1d415d70e218
https://github.com/hibernate/hibernate-search/commit/02ebab12894149e0491b...
Author: Oliver Freeman <oliver.freeman(a)bdi.ox.ac.uk>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/model/impl/HibernateOrmClassRawTypeModel.java
Log Message:
-----------
HSEARCH-4348 Check ORM declared property fields by the ORM member name if not found by
the propertyname
When using groovy traits the propertyName will not match with the ORM member name.
This addition will try to find the Member using the propertyName but if it cant then it
will try by
using the ORM metamodel property name.