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