Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
-
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return types with arguments of type PojoModelPathValueNode Modifier and Type Method Description Optional<PojoModelPathValueNode>MappingAnnotationProcessorContext. toPojoModelPathValueNode(ObjectPath objectPath)Convert anObjectPathannotation to aPojoModelPathValueNode. -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type PojoModelPathValueNode Modifier and Type Method Description AssociationInverseSideOptionsStepPropertyMappingStep. 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.IndexingDependencyOptionsStepIndexingDependencyOptionsStep. derivedFrom(PojoModelPathValueNode pojoModelPath) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type PojoModelPathValueNode Modifier and Type Method Description voidPojoAdditionalMetadataCollectorValueNode. associationInverseSide(PojoModelPathValueNode inverseSidePath)Method parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with type arguments of type PojoModelPathValueNode Modifier and Type Method Description voidPojoAdditionalMetadataCollectorValueNode. derivedFrom(Set<PojoModelPathValueNode> path) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency with parameters of type PojoModelPathValueNode Modifier and Type Method Description default PojoOtherEntityIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty, Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType)Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContextPojoOtherEntityIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.default PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.PojoRoutingIndexingDependencyConfigurationContextPojoRoutingIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromEntityTypeToUsedValue)Declare that the given path is read by the bridge at indexing time to route the indexed document.PojoTypeIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document. -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return PojoModelPathValueNode Modifier and Type Method Description static PojoModelPathValueNodePojoModelPath. ofValue(String propertyName)static PojoModelPathValueNodePojoModelPath. ofValue(String propertyName, ContainerExtractorPath extractorPath)PojoModelPathValueNodePojoModelPathPropertyNode. parent()static PojoModelPathValueNodePojoModelPath. parse(String dotSeparatedPath)PojoModelPathValueNodePojoModelPath.Builder. toValuePath()PojoModelPathValueNodePojoModelPath.Builder. toValuePathOrNull()PojoModelPathValueNodePojoModelPathPropertyNode. value(ContainerExtractorPath extractorPath)
-