Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoOtherEntityIndexingDependencyConfigurationContext
Packages that use PojoOtherEntityIndexingDependencyConfigurationContext
-
Uses of PojoOtherEntityIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency that return PojoOtherEntityIndexingDependencyConfigurationContextModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity
(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity
(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoPropertyIndexingDependencyConfigurationContext.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.PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity
(Class<?> otherEntityType, String pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity
(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContext.use
(String pathFromOtherEntityTypeToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoOtherEntityIndexingDependencyConfigurationContext.use
(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.