Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 2ba53fe2d4abdc8a9b1b9ce5872669a97e6c7c8f
https://github.com/hibernate/hibernate-search/commit/2ba53fe2d4abdc8a9b1b...
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.