Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
-
Packages that use PojoTypeIndexingDependencyConfigurationContext Package Description org.hibernate.search.mapper.pojo.bridge.binding org.hibernate.search.mapper.pojo.model.dependency -
-
Uses of PojoTypeIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoTypeIndexingDependencyConfigurationContext Modifier and Type Method Description PojoTypeIndexingDependencyConfigurationContextTypeBindingContext. dependencies() -
Uses of PojoTypeIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency that return PojoTypeIndexingDependencyConfigurationContext Modifier and Type Method Description default PojoTypeIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContext. use(String pathFromBridgedTypeToUsedValue)Declare that the given path is read by the bridge at index time to populate 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.
-