Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep
Packages that use ConstructorMappingStep
Package
Description
-
Uses of ConstructorMappingStep 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 ConstructorMappingStepModifier and TypeMethodDescriptionvoid
ConstructorMappingAnnotationProcessor.process
(ConstructorMappingStep mapping, A annotation, ConstructorMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of ConstructorMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return ConstructorMappingStepModifier and TypeMethodDescriptionTypeMappingStep.constructor
(Class<?>... parameterTypes) Starts the definition of the mapping of the constructor of this type accepting arguments with the given types.TypeMappingStep.mainConstructor()
Starts the definition of the mapping of the main constructor of this type.ConstructorMappingStep.projectionConstructor()
Marks the constructor to use for projections from an index object (root or object field) to a Java object.