Class AssociationInverseSideProcessor
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.AssociationInverseSideProcessor
-
- All Implemented Interfaces:
PropertyMappingAnnotationProcessor<AssociationInverseSide>
public class AssociationInverseSideProcessor extends Object implements PropertyMappingAnnotationProcessor<AssociationInverseSide>
-
-
Constructor Summary
Constructors Constructor Description AssociationInverseSideProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(PropertyMappingStep mappingContext, AssociationInverseSide annotation, PropertyMappingAnnotationProcessorContext context)Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
-
-
-
Method Detail
-
process
public void process(PropertyMappingStep mappingContext, AssociationInverseSide annotation, PropertyMappingAnnotationProcessorContext context)
Description copied from interface:PropertyMappingAnnotationProcessorExtract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.- Specified by:
processin interfacePropertyMappingAnnotationProcessor<AssociationInverseSide>- Parameters:
mappingContext- The mapping to contribute to, targeting the property that the annotation was applied to.annotation- The annotation to process.context- A context providing various information and helpers.
-
-