Uses of Package
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
-
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing used by org.hibernate.search.mapper.pojo.bridge.builtin.annotation Class Description PropertyMapping Meta-annotation for annotations that apply mapping to a property.TypeMapping Meta-annotation for annotations that apply mapping to a type. -
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing used by org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl Class Description PropertyMappingAnnotationProcessor A processor for mapping annotations applied to a Java property.PropertyMappingAnnotationProcessorContext TypeMappingAnnotationProcessor A processor for mapping annotations applied to a Java type.TypeMappingAnnotationProcessorContext -
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing used by org.hibernate.search.mapper.pojo.mapping.definition.annotation Class Description ConstructorMapping Meta-annotation for annotations that apply mapping to a constructor.MethodParameterMapping Meta-annotation for annotations that apply mapping to a method parameter.PropertyMapping Meta-annotation for annotations that apply mapping to a property.RootMapping 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.TypeMapping Meta-annotation for annotations that apply mapping to a type. -
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing used by org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl Class Description ConstructorMappingAnnotationProcessor A processor for mapping annotations applied to a Java constructor.ConstructorMappingAnnotationProcessorContext MappingAnnotatedElement An element in the entity model annotated with a mapping annotation.MappingAnnotatedMethodParameter A method parameter 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.MethodParameterMappingAnnotationProcessor A processor for mapping annotations applied to a Java method parameter.MethodParameterMappingAnnotationProcessorContext PropertyMappingAnnotationProcessor A processor for mapping annotations applied to a Java property.PropertyMappingAnnotationProcessorContext TypeMappingAnnotationProcessor A processor for mapping annotations applied to a Java type.TypeMappingAnnotationProcessorContext