Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessor
-
Packages that use TypeMappingAnnotationProcessor Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing -
-
Uses of TypeMappingAnnotationProcessor in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that implement TypeMappingAnnotationProcessor Modifier and Type Class Description static class
TypeMappingAnnotationProcessorRef.UndefinedProcessorImplementationType
Class used as a marker for the default value of theTypeMappingAnnotationProcessorRef.type()
attribute.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return types with arguments of type TypeMappingAnnotationProcessor Modifier and Type Method Description Class<? extends TypeMappingAnnotationProcessor<?>>
type()
Reference aTypeMappingAnnotationProcessor
by its bean type.
-