Class HibernateOrmMappingConfigurationContributor

java.lang.Object
org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmMappingConfigurationContributor
All Implemented Interfaces:
PojoMappingConfigurationContributor

public final class HibernateOrmMappingConfigurationContributor extends Object implements PojoMappingConfigurationContributor
Translates metadata from the Hibernate ORM mapping into metadata for the Hibernate Search mapping, and contributes that metadata to the Hibernate Search mapping configuration.

This includes in particular metadata about the inverse side of associations, but is not limited to that (there's some metadata about BigDecimal scale, for example).