Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Packages that use TypeMappingStep
Package
Description
-
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 TypeMappingStepModifier and TypeMethodDescriptionvoid
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 TypeMappingStepModifier and TypeMethodDescriptiondefault TypeMappingStep
TypeMappingStep.binder
(TypeBinder binder) Define a type binder, responsible for creating a bridge.TypeMappingStep.binder
(TypeBinder binder, Map<String, Object> params) Define a type binder, responsible for creating a bridge.ConstructorMappingStep.hostingType()
PropertyMappingStep.hostingType()
Starts the definition of the mapping of a specific type.Starts the definition of the mapping of a specific named type.