Annotation Type TypeMappingAnnotationProcessorRef
-
@Documented @Target({}) @Retention(RUNTIME) public @interface TypeMappingAnnotationProcessorRef
A reference to aTypeMappingAnnotationProcessor.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameReference aTypeMappingAnnotationProcessorby its bean name.BeanRetrievalretrievalClass<? extends TypeMappingAnnotationProcessor<?>>typeReference aTypeMappingAnnotationProcessorby its bean type.
-
-
-
Element Detail
-
name
String name
Reference aTypeMappingAnnotationProcessorby its bean name.- Returns:
- The bean name of the annotation processor.
- Default:
- ""
-
-
-
type
Class<? extends TypeMappingAnnotationProcessor<?>> type
Reference aTypeMappingAnnotationProcessorby its bean type.- Returns:
- The type of the annotation processor.
- Default:
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorRef.UndefinedProcessorImplementationType.class
-
-
-
retrieval
BeanRetrieval retrieval
- Returns:
- How to retrieve the processor. See
BeanRetrieval.
- Default:
- org.hibernate.search.engine.environment.bean.BeanRetrieval.ANY
-
-