Class HibernateOrmMappingPropertiesMetadataContributor
java.lang.Object
org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmMappingPropertiesMetadataContributor
- All Implemented Interfaces:
PojoSearchMappingTypeNode,PojoTypeMetadataContributor
public final class HibernateOrmMappingPropertiesMetadataContributor
extends Object
implements PojoTypeMetadataContributor
Translates metadata from properties in the Hibernate ORM mapping
into Hibernate Search metadata.
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).
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoSearchMappingTypeNode
constructorsMethods inherited from interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoTypeMetadataContributor
contributeIndexMapping
-
Method Details
-
contributeAdditionalMetadata
- Specified by:
contributeAdditionalMetadatain interfacePojoTypeMetadataContributor
-