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 void
TypeMappingAnnotationProcessor. 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 default TypeMappingStep
TypeMappingStep. binder(TypeBinder binder)
Define a type binder, responsible for creating a bridge.TypeMappingStep
TypeMappingStep. binder(TypeBinder binder, Map<String,Object> params)
Define a type binder, responsible for creating a bridge.TypeMappingStep
PropertyMappingStep. hostingType()
TypeMappingStep
ProgrammaticMappingConfigurationContext. type(Class<?> clazz)
Starts the definition of the mapping of a specific type.TypeMappingStep
ProgrammaticMappingConfigurationContext. type(String typeName)
Starts the definition of the mapping of a specific named type.
-