Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedElement
-
-
Uses of MappingAnnotatedElement in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Subinterfaces of MappingAnnotatedElement in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing Modifier and Type Interface Description interfaceMappingAnnotatedMethodParameterA method parameter in the entity model annotated with a mapping annotation.interfaceMappingAnnotatedPropertyA property in the entity model annotated with a mapping annotation.interfaceMappingAnnotatedTypeA type in the entity model annotated with a mapping annotation.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return MappingAnnotatedElement Modifier and Type Method Description MappingAnnotatedElementConstructorMappingAnnotationProcessorContext. annotatedElement()MappingAnnotatedElementMappingAnnotationProcessorContext. annotatedElement() -
Uses of MappingAnnotatedElement in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that implement MappingAnnotatedElement Modifier and Type Class Description classConstructorMappingAnnotationProcessorContextImplclassMethodParameterMappingAnnotationProcessorContextImplclassPropertyMappingAnnotationProcessorContextImplclassTypeMappingAnnotationProcessorContextImplMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that return MappingAnnotatedElement Modifier and Type Method Description MappingAnnotatedElementConstructorMappingAnnotationProcessorContextImpl. annotatedElement()
-