Interface AssociationInverseSideOptionsStep
-
- All Superinterfaces:
PropertyMappingStep
public interface AssociationInverseSideOptionsStep extends PropertyMappingStep
The step in a "association inverse side" definition where optional parameters can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AssociationInverseSideOptionsStepextractor(String extractorName)AssociationInverseSideOptionsStepextractors(ContainerExtractorPath extractorPath)default AssociationInverseSideOptionsStepnoExtractors()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, documentId, fullTextField, fullTextField, genericField, genericField, hostingType, indexedEmbedded, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberField
-
-
-
-
Method Detail
-
extractor
default AssociationInverseSideOptionsStep extractor(String extractorName)
- Parameters:
extractorName- The name of the container extractor to use.- Returns:
this, for method chaining.- See Also:
AssociationInverseSide.extraction(),BuiltinContainerExtractors
-
noExtractors
default AssociationInverseSideOptionsStep noExtractors()
Indicates that no container extractors should be applied, not even the default ones.- Returns:
this, for method chaining.- See Also:
AssociationInverseSide.extraction()
-
extractors
AssociationInverseSideOptionsStep extractors(ContainerExtractorPath extractorPath)
- Parameters:
extractorPath- AContainerExtractorPath.- Returns:
this, for method chaining.- See Also:
AssociationInverseSide.extraction(),ContainerExtractorPath
-
-