Package org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
-
Interface Summary Interface Description MappingAnnotatedElement An element in the entity model annotated with a mapping annotation.MappingAnnotatedProperty A property in the entity model annotated with a mapping annotation.MappingAnnotatedType A type in the entity model annotated with a mapping annotation.MappingAnnotationProcessorContext A superinterface for contexts passed to mapping annotation processors.PropertyMappingAnnotationProcessor<A extends Annotation> A processor for mapping annotations applied to a Java type.PropertyMappingAnnotationProcessorContext TypeMappingAnnotationProcessor<A extends Annotation> A processor for mapping annotations applied to a Java type.TypeMappingAnnotationProcessorContext -
Class Summary Class Description PropertyMappingAnnotationProcessorRef.UndefinedProcessorImplementationType Class used as a marker for the default value of thePropertyMappingAnnotationProcessorRef.type()
attribute.TypeMappingAnnotationProcessorRef.UndefinedProcessorImplementationType Class used as a marker for the default value of theTypeMappingAnnotationProcessorRef.type()
attribute. -
Annotation Types Summary Annotation Type Description PropertyMapping Meta-annotation for annotations that apply mapping to a property.PropertyMappingAnnotationProcessorRef A reference to aPropertyMappingAnnotationProcessor
.TypeMapping Meta-annotation for annotations that apply mapping to a type.TypeMappingAnnotationProcessorRef A reference to aTypeMappingAnnotationProcessor
.