Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
-
Packages that use TypeMappingStep Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing org.hibernate.search.mapper.pojo.mapping.definition.programmatic -
-
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type TypeMappingStep Modifier and Type Method Description voidTypeMappingAnnotationProcessor. process(TypeMappingStep mapping, A annotation, TypeMappingAnnotationProcessorContext context)Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return TypeMappingStep Modifier and Type Method Description TypeMappingStepTypeMappingStep. binder(TypeBinder binder)TypeMappingStepPropertyMappingStep. hostingType()TypeMappingStepProgrammaticMappingConfigurationContext. type(Class<?> clazz)Starts the definition of the mapping of a specific type.TypeMappingStepProgrammaticMappingConfigurationContext. type(String typeName)Starts the definition of the mapping of a specific named type.
-