Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationMappingConfigurationContext
-
-
Uses of AnnotationMappingConfigurationContext in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return AnnotationMappingConfigurationContext Modifier and Type Method Description AnnotationMappingConfigurationContext
HibernateOrmMappingConfigurationContext. annotationMapping()
Start the definition of the annotation mapping. -
Uses of AnnotationMappingConfigurationContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return AnnotationMappingConfigurationContext Modifier and Type Method Description AnnotationMappingConfigurationContext
AnnotationMappingConfigurationContext. add(Class<?> annotatedType)
AnnotationMappingConfigurationContext
AnnotationMappingConfigurationContext. add(Set<Class<?>> annotatedTypes)
-
Uses of AnnotationMappingConfigurationContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return AnnotationMappingConfigurationContext Modifier and Type Method Description AnnotationMappingConfigurationContext
AbstractPojoMappingInitiator. annotationMapping()
-