Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.AssociationInverseSideOptionsStep
Packages that use AssociationInverseSideOptionsStep
-
Uses of AssociationInverseSideOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return AssociationInverseSideOptionsStepModifier and TypeMethodDescriptionPropertyMappingStep.associationInverseSide
(PojoModelPathValueNode inversePath) Assuming the property represents an association on a entity type A to entity type B, defines the inverse side of an association, i.e. the path from B to A.AssociationInverseSideOptionsStep.extractors
(ContainerExtractorPath extractorPath) AssociationInverseSideOptionsStep.noExtractors()
Indicates that no container extractors should be applied, not even the default ones.