Interface AssociationInverseSideOptionsStep
- All Superinterfaces:
PropertyMappingStep
The step in a "association inverse side" definition where optional parameters can be set.
-
Method Summary
Modifier and TypeMethodDescriptionextractors
(ContainerExtractorPath extractorPath) Indicates that no container extractors should be applied, not even the default ones.Methods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
associationInverseSide, binder, binder, documentId, fullTextField, fullTextField, genericField, genericField, hostingType, indexedEmbedded, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberField, vectorField, vectorField, vectorField, vectorField
-
Method Details
-
extractor
- Parameters:
extractorName
- The name of the container extractor to use.- Returns:
this
, for method chaining.- See Also:
-
noExtractors
Indicates that no container extractors should be applied, not even the default ones.- Returns:
this
, for method chaining.- See Also:
-
extractors
- Parameters:
extractorPath
- AContainerExtractorPath
.- Returns:
this
, for method chaining.- See Also:
-