Package org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
package org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
-
ClassDescriptionMeta-annotation for annotations that apply mapping to a constructor.ConstructorMappingAnnotationProcessor<A extends Annotation>A processor for mapping annotations applied to a Java constructor.A reference to a
ConstructorMappingAnnotationProcessor
.Class used as a marker for the default value of theConstructorMappingAnnotationProcessorRef.type()
attribute.An element in the entity model annotated with a mapping annotation.A method parameter in the entity model annotated with a mapping annotation.A property in the entity model annotated with a mapping annotation.A type in the entity model annotated with a mapping annotation.A superinterface for contexts passed to mapping annotation processors.Meta-annotation for annotations that apply mapping to a method parameter.A processor for mapping annotations applied to a Java method parameter.A reference to aMethodParameterMappingAnnotationProcessor
.Class used as a marker for the default value of theMethodParameterMappingAnnotationProcessorRef.type()
attribute.Meta-annotation for annotations that apply mapping to a property.PropertyMappingAnnotationProcessor<A extends Annotation>A processor for mapping annotations applied to a Java property.A reference to aPropertyMappingAnnotationProcessor
.Class used as a marker for the default value of thePropertyMappingAnnotationProcessorRef.type()
attribute.Meta-annotation for annotations that Hibernate Search should attempt to discover on bootstrap, in order to automatically detect mapped types, without application developers having to explicitly list mapped types.Meta-annotation for annotations that apply mapping to a type.TypeMappingAnnotationProcessor<A extends Annotation>A processor for mapping annotations applied to a Java type.A reference to aTypeMappingAnnotationProcessor
.Class used as a marker for the default value of theTypeMappingAnnotationProcessorRef.type()
attribute.