Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoTypeIndexingDependencyConfigurationContext
-
-
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.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return PojoTypeIndexingDependencyConfigurationContext Modifier and Type Method Description PojoTypeIndexingDependencyConfigurationContextTypeBindingContextImpl. 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. -
Uses of PojoTypeIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency.impl
Classes in org.hibernate.search.mapper.pojo.model.dependency.impl that implement PojoTypeIndexingDependencyConfigurationContext Modifier and Type Class Description classPojoTypeIndexingDependencyConfigurationContextImpl<T>Methods in org.hibernate.search.mapper.pojo.model.dependency.impl that return PojoTypeIndexingDependencyConfigurationContext Modifier and Type Method Description PojoTypeIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContextImpl. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
-