| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
AssociationInverseSideOptionsStep |
PropertyMappingStep.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.
|
default AssociationInverseSideOptionsStep |
AssociationInverseSideOptionsStep.extractor(String extractorName) |
AssociationInverseSideOptionsStep |
AssociationInverseSideOptionsStep.extractors(ContainerExtractorPath extractorPath) |
default AssociationInverseSideOptionsStep |
AssociationInverseSideOptionsStep.noExtractors()
Indicates that no container extractors should be applied,
not even the default ones.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.