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 PojoTypeIndexingDependencyConfigurationContext
TypeBindingContext. 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 PojoTypeIndexingDependencyConfigurationContext
PojoTypeIndexingDependencyConfigurationContext. use(String pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.PojoTypeIndexingDependencyConfigurationContext
PojoTypeIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
-